Searched refs:window (Results 276 - 300 of 1046) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Ddialog.rb133 win = window(tk_send('add', *hash_kv(keys)))
145 win = window(tk_send('getframe'))
157 win = window(@path + '.bbox')
H A Dnotebook.rb91 win = window(tk_send('add', tagid(page)))
113 win = window(tk_send('getframe', tagid(page)))
129 win = window(tk_send('insert', index, tagid(page), *hash_kv(keys)))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dnotebook.rb62 window(tk_call(@path, 'add', *hash_kv(keys)))
73 window(tk_call(@path, 'childsite', new_idx))
99 window(tk_call(@path, 'insert', new_idx, *hash_kv(keys)))
H A Dtabnotebook.rb77 window(tk_call(@path, 'add', *hash_kv(keys)))
85 window(tk_call(@path, 'childsite', index(idx)))
103 window(tk_call(@path, 'insert', index(idx), *hash_kv(keys)))
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dtextvariable.tcl29 $T element create eWindow window
66 eWindow -window $clip -clip yes
72 eWindow -window $e
/macosx-10.10/tcl-105/tk/tk/library/
H A Dsafetk.tcl68 {-use -windowId {} "window Id to use (new toplevel otherwise)"}
93 # to clean up both window related code and tkInit(slave)
102 # Let's be nice and also accept tk window names instead of ids
110 # cross hosts, for that a tk window name would be better
192 # Clean up the window associated with the interp being deleted.
200 proc ::safe::tkDelete {W window slave} {
205 Log $slave "Called tkDelete $W $window" NOTICE
211 if {[winfo exists $window]} {
212 Log $slave "Destroy toplevel $window" NOTICE
213 destroy $window
[all...]
/macosx-10.10/tcl-105/tk/tk/tests/
H A Dcmap.tcl14 # window, in order to eat up all the colors in a colormap.
32 message .t.m -width 6i -text {This window displays two nested frames, each with a whole bunch of subwindows that eat up a lot of colors. The toplevel window has its own colormap, which is inherited by the outer frame. The inner frame has its own colormap. As you move the mouse around, the colors in the frames should change back and forth.}
53 message .t2.m -width 6i -text {This window just eats up most of the colors in the default colormap.}
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinInt.h86 TkWinWindow window; member in union:__anon13646
95 #define TkWinGetHWND(w) (((TkWinDrawable *) w)->window.handle)
96 #define TkWinGetWinPtr(w) (((TkWinDrawable *) w)->window.winPtr)
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dsafetk.tcl72 {-use -windowId {} "window Id to use (new toplevel otherwise)"}
97 # to clean up both window related code and tkInit(slave)
107 # Let's be nice and also accept tk window names instead of ids
117 # cross hosts, for that a tk window name would be better
203 # Clean up the window associated with the interp being deleted.
211 proc ::safe::tkDelete {W window slave} {
216 Log $slave "Called tkDelete $W $window" NOTICE
222 if {[winfo exists $window]} {
223 Log $slave "Destroy toplevel $window" NOTICE
224 destroy $window
[all...]
/macosx-10.10/tcl-105/tk84/tk/tests/
H A Dcmap.tcl14 # window, in order to eat up all the colors in a colormap.
32 message .t.m -width 6i -text {This window displays two nested frames, each with a whole bunch of subwindows that eat up a lot of colors. The toplevel window has its own colormap, which is inherited by the outer frame. The inner frame has its own colormap. As you move the mouse around, the colors in the frames should change back and forth.}
53 message .t2.m -width 6i -text {This window just eats up most of the colors in the default colormap.}
/macosx-10.10/vim-55/src/
H A Dgui_gtk_x11.c593 * When we do an gdk_window_copy_area(), and the window is partially
621 gdk_window_clear_area(gui.drawarea->window, 0, 0, FILL_X(0), 0);
623 gdk_window_clear_area(gui.drawarea->window, 0, 0, 0, FILL_Y(0));
625 gdk_window_clear_area(gui.drawarea->window,
628 gdk_window_clear_area(gui.drawarea->window, 0, FILL_Y((int)Rows), 0, 0);
644 && GDK_WINDOW_XWINDOW(event->window) == commWindow
652 xev.xproperty.window = commWindow;
654 serverEventProc(GDK_WINDOW_XDISPLAY(widget->window), &xev);
784 * window) */
1517 * distance of 127 pixels from the main window
[all...]
/macosx-10.10/zlib-55/zlib/contrib/masmx64/
H A Dinffas8664.c91 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */ member in struct:inffast_ar
96 /* 92 48 */ unsigned wsize; /* window size */
97 /* 96 52 */ unsigned write; /* window write index */
134 ar.window = state->window;
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c5 * application and the window manager. Among other things, it implements
6 * the "wm" command and passes geometry information to the window
21 * A data structure of the following type holds information for each window
23 * command) has been defined for a particular top-level window.
30 * same top-level window, or NULL for end of
64 * A data structure of the following type holds window-manager-related
65 * information for each top-level window in an application.
70 * window. */
71 Window reparent; /* If the window has been reparented, this
72 * gives the ID of the ancestor of the window
1847 Window window; local
5723 Window window, parent, child; local
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpfunctions.h42 typedef NPError (*NPN_GetURLNotifyProcPtr)(NPP instance, const char* URL, const char* window, void* notifyData);
43 typedef NPError (*NPN_PostURLNotifyProcPtr)(NPP instance, const char* URL, const char* window, uint32_t len, const char* buf, NPBool file, void* notifyData);
45 typedef NPError (*NPN_NewStreamProcPtr)(NPP instance, NPMIMEType type, const char* window, NPStream** stream);
59 typedef NPError (*NPN_GetURLProcPtr)(NPP instance, const char* URL, const char* window);
60 typedef NPError (*NPN_PostURLProcPtr)(NPP instance, const char* URL, const char* window, uint32_t len, const char* buf, NPBool file);
101 typedef NPError (*NPP_SetWindowProcPtr)(NPP instance, NPWindow* window);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DGradientSlider.js205 this._shadowKnob.x = window.webkitConvertPointFromPageToNode(this.element, new WebKitPoint(event.pageX, event.pageY)).x;
390 window.addEventListener("mousemove", this, true);
391 window.addEventListener("mouseup", this, true);
407 var translationFromParentToBody = window.webkitConvertPointFromNodeToPage(this.element.parentNode, new WebKitPoint(0, 0));
428 window.removeEventListener("mousemove", this, true);
429 window.removeEventListener("mouseup", this, true);
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dcrm.el332 (setq minibuffer-scroll-window nil))
333 (let ((window minibuffer-scroll-window))
334 (if (and (not (null window))
336 (not (null (window-buffer window))))
338 (set-buffer (window-buffer window))
340 (setq tem (pos-visible-in-window-p (point-max) window))
[all...]
/macosx-10.10/postfix-255/postfix/src/qmgr/
H A Dqmgr.h128 int index; /* none, window, sqrt(window) */
131 #define QMGR_FEEDBACK_IDX_NONE 0 /* no window dependence */
132 #define QMGR_FEEDBACK_IDX_WIN 1 /* 1/window dependence */
134 #define QMGR_FEEDBACK_IDX_SQRT_WIN 2 /* 1/sqrt(window) dependence */
241 int window; /* slow open algorithm */ member in struct:QMGR_QUEUE
268 * "not throttled". It was natural to encode these in the queue window size.
281 #define QMGR_QUEUE_READY(q) ((q)->window > 0)
282 #define QMGR_QUEUE_THROTTLED(q) ((q)->window == QMGR_QUEUE_STAT_THROTTLED)
283 #define QMGR_QUEUE_SUSPENDED(q) ((q)->window
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dwinfo.rb70 window(tk_call_without_enc('winfo', 'containing',
73 window(tk_call_without_enc('winfo', 'containing', rootX, rootY))
161 window(tk_call_without_enc('winfo', 'parent', win))
169 window(tk_call_without_enc('winfo', 'pathname', '-displayof', win, id))
171 window(tk_call_without_enc('winfo', 'pathname', id))
284 window(tk_call_without_enc('winfo', 'toplevel', win))
/macosx-10.10/sudo-73/src/zlib/
H A Dinflate.c11 * creation of window when not needed, minimize use of window when it is
32 * - Fix bug in reuse of allocated window after inflateReset()
45 * - Rearrange window copies in inflate_fast() for speed and simplification
46 * - Unroll last copy for window match in inflate_fast()
47 * - Use local copies of window variables in inflate_fast() for speed
54 * programs like gzip and unzip -- uses window as output buffer to avoid
55 * window copying
67 * - Changed type of window in inflateBackInit() to unsigned char *
165 /* set number of window bit
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCAnimation.mm91 [[[fView window] windowController] endAnimation];
H A DMBCBoardViewAccessibility.mm127 r.origin = [[fView window] convertBaseToScreen:
140 return [fView window];
166 return [fView window];
220 [self convertPoint:[[self window]
H A DMBCMoveAnimation.mm95 object:[[[fView window] windowController] document] userInfo:(id)fMove]
/macosx-10.10/OpenSSH-189/openssh/contrib/
H A Dgnome-ssh-askpass1.c95 /* Center window and prepare for grab */
108 if (grab_pointer && gdk_pointer_grab(dialog->window, TRUE, 0,
111 if (gdk_keyboard_grab(dialog->window, FALSE, GDK_CURRENT_TIME))
/macosx-10.10/WebCore-7600.1.25/bindings/gobject/
H A DWebKitDOMPrivate.cpp164 if (DOMWindow* window = eventTarget->toDOMWindow())
165 return WEBKIT_DOM_EVENT_TARGET(kit(window));
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DScrollViewIOS.mm216 return [[view window] tileCache];
278 tempRect.origin = [[documentView window] convertBaseToScreen:tempRect.origin];
289 NSPoint windowCoord = [[documentView window] convertScreenToBase: point];
298 // FIXME: DDK: ScrollViewMac.mm also checks: ![[platformWidget() window] isVisible]
300 return ![platformWidget() window];

Completed in 327 milliseconds

<<11121314151617181920>>