Home | History | Annotate | Download | only in x11vnc

Lines Matching full:tray

244 	=GD-C:full,icon,tray WindowView:
668 set helptext(Tray) "
669 The tray/icon mode (started with \"x11vnc -gui tray ...\", etc.) presents
673 tray or applet dock, or simply be a standalone window. \"-gui tray\"
674 will attempt to embed the icon in the system tray, while \"-gui icon\"
675 is for a standalone window. Use \"-gui tray=setpass\" (or icon=setpass)
712 popups), or \"tray\" mode (small icon embedded in the
713 system tray). This is a shortcut for the action:
717 and then exit. The tray/icon GUI then exits as well.
740 If the x11vnc server stops for any reason, the tray/icon gui will exit.
742 If you delete the tray/icon (e.g. X out button), that is the same
747 To terminate the tray/icon gui window but not the x11vnc server press
748 Control-C on the tray/icon window. You can also do this (and much
823 -gui icon or -gui tray mode.
829 the -gui icon or -gui tray mode.
897 but for the case of the \"Icon\" and \"Tray\" modes this constraint has
1201 - tray: Attempt to embed the small icon in the system tray. If
1207 or \"tray\" mode if you bring up the full gui window via \"Properties ->
1219 For a simplier gui, run x11vnc in \"tray\" or \"icon\" mode such as
1220 \"-gui tray\", \"-gui icon\", or \"-gui tray=setpass\". In that
1252 (update: simple password setting is now allowed in \"tray\" or \"icon\" mode).
1596 && $item != "Properties" && $item != "Tray"} {
3380 if {$item == "Tray"} {
5370 $menu add command -font $mfont -label "Help" -command "menu_help Tray"
5390 foreach val {full icon tray} {
5476 set m "${m} Warning -- running in icon/tray mode but the\n"
5481 set m "${m} You may need to restart \"x11vnc -gui tray ...\"\n"
5569 } elseif {$mode == "icon" || $mode == "tray"} {
5579 } elseif {$mode == "tray"} {
5621 if {$mode == "tray"} {
6705 if {$old == "full" || $old == "icon" || $old == "tray"} {
6711 if {$new == "full" || $new == "icon" || $new == "tray"} {
6712 if {$old == "tray"} {
6720 if {$new == "tray"} {
6769 } elseif {$gui_mode == "tray"} {
6773 set env(X11VNC_ICON_MODE) "TRAY"
6777 puts stderr "tkx11vnc: restarting gui to leave tray mode."
7162 if [regexp -nocase {TRAY} $env(X11VNC_ICON_MODE)] {
7246 set m "${m} Note the x11vnc icon in the system tray.\n"
7320 make_gui "tray"