Searched +refs:transient +refs:mark +refs:mode (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dcombobox.tcl8 # Need to set [wm transient] just before mapping the popdown
12 # On Windows: setting [wm transient] prevents the parent
21 # On OSX: [wm transient] does utterly the wrong thing.
111 ## Press $mode $x $y -- ButtonPress binding for comboboxes.
115 proc ttk::combobox::Press {mode w x y} {
124 switch -- $mode {
177 event generate $cb <<ComboboxSelected>> -when mark
404 x11 - win32 { wm transient $popdown [winfo toplevel $cb] }
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl738 $con mark set output 1.0
739 $con mark set limit 1.0
945 $w mark set insert end-1c
969 $w mark set output end
1002 ## mark to ensure that further <Return>s don't cause double
1005 $w mark set limit end
1379 $w mark set output $i
1380 $w mark set insert end
1381 $w mark set limit insert
1382 $w mark gravit
[all...]
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXWm.c320 #pragma mark TKWindow(TKWm)
347 #pragma mark -
856 "stackorder", "state", "title", "transient",
2058 "\": it is a transient", NULL);
3104 "\": it is a transient", NULL);
3192 * This procedure is invoked to process the "wm transient" Tcl command.
3242 "\" a transient: it is an icon for ",
5290 int transient) /* 1 means menu is only posted briefly as a
5297 if (transient) {
5849 * mark
5217 TkpMakeMenuWindow( Tk_Window tkwin, int transient) argument
6276 SystemUIMode mode; local
[all...]

Completed in 299 milliseconds