Home | History | Annotate | Download | only in x11vnc

Lines Matching full:tray

255 "	=GD-C:full,icon,tray WindowView:\n"
679 " set helptext(Tray) \"\n"
680 "The tray/icon mode (started with \\\"x11vnc -gui tray ...\\\", etc.) presents\n"
684 "tray or applet dock, or simply be a standalone window. \\\"-gui tray\\\"\n"
685 "will attempt to embed the icon in the system tray, while \\\"-gui icon\\\"\n"
686 "is for a standalone window. Use \\\"-gui tray=setpass\\\" (or icon=setpass)\n"
723 " popups), or \\\"tray\\\" mode (small icon embedded in the\n"
724 " system tray). This is a shortcut for the action:\n"
728 " and then exit. The tray/icon GUI then exits as well.\n"
751 "If the x11vnc server stops for any reason, the tray/icon gui will exit.\n"
753 "If you delete the tray/icon (e.g. X out button), that is the same\n"
758 "To terminate the tray/icon gui window but not the x11vnc server press\n"
759 "Control-C on the tray/icon window. You can also do this (and much\n"
834 " -gui icon or -gui tray mode.\n"
840 " the -gui icon or -gui tray mode.\n"
908 "but for the case of the \\\"Icon\\\" and \\\"Tray\\\" modes this constraint has\n"
1212 " - tray: Attempt to embed the small icon in the system tray. If\n"
1218 "or \\\"tray\\\" mode if you bring up the full gui window via \\\"Properties ->\n"
1230 "For a simplier gui, run x11vnc in \\\"tray\\\" or \\\"icon\\\" mode such as\n"
1231 "\\\"-gui tray\\\", \\\"-gui icon\\\", or \\\"-gui tray=setpass\\\". In that\n"
1263 "(update: simple password setting is now allowed in \\\"tray\\\" or \\\"icon\\\" mode).\n"
1607 " && $item != \"Properties\" && $item != \"Tray\"} {\n"
3391 " if {$item == \"Tray\"} {\n"
5381 " $menu add command -font $mfont -label \"Help\" -command \"menu_help Tray\"\n"
5401 " foreach val {full icon tray} {\n"
5487 " set m \"${m} Warning -- running in icon/tray mode but the\\n\"\n"
5492 " set m \"${m} You may need to restart \\\"x11vnc -gui tray ...\\\"\\n\"\n"
5580 " } elseif {$mode == \"icon\" || $mode == \"tray\"} {\n"
5590 " } elseif {$mode == \"tray\"} {\n"
5632 " if {$mode == \"tray\"} {\n"
6716 " if {$old == \"full\" || $old == \"icon\" || $old == \"tray\"} {\n"
6722 " if {$new == \"full\" || $new == \"icon\" || $new == \"tray\"} {\n"
6723 " if {$old == \"tray\"} {\n"
6731 " if {$new == \"tray\"} {\n"
6780 " } elseif {$gui_mode == \"tray\"} {\n"
6784 " set env(X11VNC_ICON_MODE) \"TRAY\"\n"
6788 " puts stderr \"tkx11vnc: restarting gui to leave tray mode.\"\n"
7173 " if [regexp -nocase {TRAY} $env(X11VNC_ICON_MODE)] {\n"
7257 " set m \"${m} Note the x11vnc icon in the system tray.\\n\" \n"
7331 " make_gui \"tray\"\n"