Searched +refs:delete +refs:screen (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dixset124 set screentim [.screen.tim.entry get]
125 set screencyc [.screen.cyc.entry get]
146 .bell.val.pit.entry delete 0 end
148 .bell.val.dur.entry delete 0 end
154 .mouse.hor.acc.entry delete 0 end
156 .mouse.hor.thr.entry delete 0 end
159 .screen.blank [expr {$screenbla eq "blank" ? "select" : "deselect"}]
160 .screen.pat [expr {$screenbla ne "blank" ? "select" : "deselect"}]
161 .screen.tim.entry delete
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dixset128 set screentim [.screen.tim.entry get]
129 set screencyc [.screen.cyc.entry get]
150 .bell.val.pit.entry delete 0 end
152 .bell.val.dur.entry delete 0 end
158 .mouse.hor.acc.entry delete 0 end
160 .mouse.hor.thr.entry delete 0 end
163 .screen.blank [expr "{$screenbla}=={blank} ? {select} : {deselect}"]
164 .screen.pat [expr "{$screenbla}!={blank} ? {select} : {deselect}"]
165 .screen.tim.entry delete
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dtoplevel.rb17 # def initialize(parent=nil, screen=nil, classname=nil, keys=nil)
18 # if screen.kind_of? Hash
19 # keys = screen.dup
21 # @screen = screen
26 # @classname = keys.delete('classname') if keys.key?('classname')
27 # @colormap = keys.delete('colormap') if keys.key?('colormap')
28 # @container = keys.delete('container') if keys.key?('container')
29 # @screen = keys.delete('scree
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXXStubs.c72 * Called to set up initial screen info or when an event indicated
73 * display (screen) change.
79 * May change info regarding the screen.
88 Screen *screen;
94 screen = display->screens;
97 screen->root_depth = (*(*graphicsDevice)->gdPMap)->cmpSize *
99 screen->height = (*graphicsDevice)->gdRect.bottom -
101 screen->width = (*graphicsDevice)->gdRect.right -
104 screen->mwidth = (screen
87 Screen *screen; local
143 Screen *screen; local
629 XGetWindowProperty( Display *display, Window w, Atom property, long long_offset, long long_length, Bool delete, Atom req_type, Atom *actual_type_return, int *actual_format_return, unsigned long *nitems_return, unsigned long *bytes_after_return, unsigned char ** prop_return) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXXStubs.c72 * Called to set up initial screen info or when an event indicated
73 * display (screen) change.
79 * May change info regarding the screen.
88 Screen *screen;
95 screen = display->screens;
107 screen->root_depth = NSBitsPerPixelFromDepth([s depth]);
108 screen->width = bounds.size.width;
109 screen->height = bounds.size.height;
110 screen->mwidth = (bounds.size.width * 254 + 360) / 720;
111 screen
87 Screen *screen; local
141 Screen *screen; local
643 XGetWindowProperty( Display *display, Window w, Atom property, long long_offset, long long_length, Bool delete, Atom req_type, Atom *actual_type_return, int *actual_format_return, unsigned long *nitems_return, unsigned long *bytes_after_return, unsigned char ** prop_return) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dixset142 @entry.delete(0,'end')
224 screen = TkFrame.new(@root, 'relief'=>'raised', 'borderwidth'=>2)
225 l = TkLabel.new(screen, 'text'=>'Screen-saver Settings')
226 f = TkFrame.new(screen)
273 screen.pack('side'=>'top', 'fill'=>'both', 'ipady'=>5, 'expand'=>'yes')
H A Dixset2155 @entry.delete(0,'end')
261 screen = TkLabelframe.new(@root, 'text'=>'Screen-saver Settings',
263 @w_screenblank = TkRadioButton.new(screen, 'text'=>'Blank',
276 @w_screenpat = TkRadioButton.new(screen, 'text'=>'Pattern',
289 @w_screentim = LabelEntry.new(screen, 'Timeout (s)', 5, [1, 100000])
290 @w_screencyc = LabelEntry.new(screen, 'Cycle (s)', 5, [1, 100000])
307 screen.pack(param)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dixset142 @entry.delete(0,'end')
224 screen = TkFrame.new(@root, 'relief'=>'raised', 'borderwidth'=>2)
225 l = TkLabel.new(screen, 'text'=>'Screen-saver Settings')
226 f = TkFrame.new(screen)
273 screen.pack('side'=>'top', 'fill'=>'both', 'ipady'=>5, 'expand'=>'yes')
H A Dixset2156 @entry.delete(0,'end')
263 screen = TkLabelframe.new(@root, 'text'=>'������������������������������',
265 @w_screenblank = TkRadioButton.new(screen, 'text'=>'������������������',
278 @w_screenpat = TkRadioButton.new(screen, 'text'=>'������������������',
291 @w_screentim = LabelEntry.new(screen, '������������������ (s)', 5, [1, 100000])
292 @w_screencyc = LabelEntry.new(screen, '������ (s)', 5, [1, 100000])
309 screen.pack(param)
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dtk.tcl84 # defaults to placing toplevel in the middle of the screen
239 # screen is changing. The procedure does two things. First, it uses "upvar"
245 # screen - The name of the new screen.
247 proc ::tk::ScreenChanged {screen} {
248 set x [string last . $screen]
250 set disp [string range $screen 0 [expr {$x - 1}]]
252 set disp $screen
265 set Priv(screen) $screen
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dtk.tcl73 # defaults to placing toplevel in the middle of the screen
229 # "current" screen is changing. The procedure does two things.
235 # screen - The name of the new screen.
237 proc ::tk::ScreenChanged screen {
238 set x [string last . $screen]
240 set disp [string range $screen 0 [expr {$x - 1}]]
242 set disp $screen
255 set Priv(screen) $screen
[all...]
/macosx-10.9.5/vim-53/src/
H A DMake_dice.mak63 screen.c \
109 o/screen.o \
133 delete o/*.o Vim $(SYMS)
136 delete $(SYMS)
213 o/screen.o: screen.c $(SYMS)
H A DMake_sas.mak126 screen.c \
173 screen.o \
220 proto/screen.pro \
248 # can't use delete here, too many file names
355 screen.o: screen.c
356 proto/screen.pro: screen.c
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dreadline.vim83 \ clear-screen redraw-current-line
93 \ delete-char backward-delete-char
94 \ forward-backward-delete-char quoted-insert
101 \ delete-horizontal-space kill-region
106 \ menu-complete delete-char-or-list
117 \ vi-prev-word vi-change-to vi-delete-to
124 \ vi-subst vi-delete vi-yank-to
126 \ vi-overstrike-delete do-lowercase-version
127 \ delete
[all...]
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DcanvPsArc.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for arcs. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
H A DcanvPsGrph.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets. Select what you want to display with the buttons below, then click on "Print" to print it to your default printer. You can click on items in the canvas to delete them.} -width 4i
46 $c delete all
H A DcanvPsBmap.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for bitmaps. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
H A DcanvPsImg.tcl1 # This file creates a screen to exercise Postscript generation
40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DcanvPsArc.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for arcs. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
H A DcanvPsGrph.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets. Select what you want to display with the buttons below, then click on "Print" to print it to your default printer. You can click on items in the canvas to delete them.} -width 4i
46 $c delete all
H A DcanvPsBmap.tcl1 # This file creates a screen to exercise Postscript generation
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for bitmaps. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
H A DcanvPsImg.tcl1 # This file creates a screen to exercise Postscript generation
40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.keys225 memory_above da bool da - - YBCG- display may be retained above the screen
226 memory_below db bool db - - YB-GE display may be retained below the screen
236 prtr_silent mc5i bool 5i - - ----- printer won't echo on screen
242 back_color_erase bce bool ut - - ----- screen erased with background color
266 lines lines num li - - YBCGE number of lines on screen or page
272 num_labels nlab num Nl - - ----- number of labels on screen
278 max_colors colors num Co - - ----- maximum number of colors on screen
279 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
331 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
333 clr_eos ed str cd - - YBCGE clear to end of screen (
[all...]
H A DCaps.uwin223 memory_above da bool da - - YBCG- display may be retained above the screen
224 memory_below db bool db - - YB-GE display may be retained below the screen
234 prtr_silent mc5i bool 5i - - ----- printer will not echo on screen
239 back_color_erase bce bool ut - - ----- screen erased with background color
257 lines lines num li - - YBCGE number of lines on screen or page
263 num_labels nlab num Nl - - ----- number of labels on screen
270 max_colors colors num Co - - ----- maximum number of colors on screen
271 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
297 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
299 clr_eos ed str cd - - YBCGE clear to end of screen (
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.h26 } delete;
78 } screen; member in struct:TreeElementArgs

Completed in 223 milliseconds

123