Lines Matching full:viewonly
320 =D viewonly
779 connection in ViewOnly mode. It corresponds to the \"-R accept:popup\"
782 All Clients ViewOnly:
786 logged in). It corresponds to the \"-R viewonly\" and \"-R noviewonly\"
825 ViewOnly Password:
836 If you set \"Password\" to the empty string that makes the \"ViewOnly
839 If you set \"ViewOnly Password\" to the empty string that just removes
840 the ViewOnly log in aspect: \"Password\" is still required to log in.
867 \"All Clients ViewOnly\" if you enable this remotely, well
911 Regarding ViewOnly passwords (where a VNC client using that password
1294 viewonly\") or Radio button selections. Selecting these menu items
1370 viewonly\") or Radio button selections. Selecting these menu items
2155 append_text "see viewonly)\n\n"
2192 if {[regexp {(.*),(.*)} $input_str match normal viewonly]} {
2196 set viewonly ""
2225 if {[regexp -nocase {K} $viewonly]} {
2228 if {[regexp -nocase {M} $viewonly]} {
2231 if {[regexp -nocase {B} $viewonly]} {
2234 if {[regexp -nocase {C} $viewonly]} {
2237 if {[regexp -nocase {F} $viewonly]} {
4176 push_new_value "viewonly" "viewonly" 1 1
4178 push_new_value "viewonly" "noviewonly" 1 1
4180 if {$menu_var(viewonly)} {
4420 if [info exists menu_var(viewonly)] {
4421 if {$menu_var(viewonly) == $unset_str || $menu_var(viewonly) == ""} {
4423 } elseif ($menu_var(viewonly)) {
4429 set menu_var(viewonly) 0
4562 labelframe $vp -text "ViewOnly Password" -font $bfont
4566 label $l -text "ViewOnly Password:" -justify left -anchor w -font $bfont
4616 set vo "$w.viewonly"
4618 checkbutton $vo.button -text "All Clients ViewOnly" \
7255 set m "${m} supply a ViewOnly passwd if desired.\n"