Searched refs:window (Results 126 - 150 of 1046) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/PathDemo/
H A DPathDemoController.py7 window = objc.ivar() variable in class:PathDemoController
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Grady/
H A DAppDelegate.py22 # disable "New" if the window is already up
24 if self.myWindowController.window().isKeyWindow():
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/PathDemo/
H A DPathDemoController.py7 window = objc.ivar() variable in class:PathDemoController
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dscrollableframe.rb25 win = window(tk_send_without_enc('getframe'))
H A Dscrolledwindow.rb33 win = window(tk_send_without_enc('getframe'))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dextfileselectionbox.rb35 window(tk_call(@path, 'childsite'))
H A Dfileselectionbox.rb35 window(tk_call(@path, 'childsite'))
H A Dfinddialog.rb30 super().update('textwidget'=>proc{|v| window(v)})
H A Dlabeledwidget.rb43 window(tk_call(@path, 'childsite'))
H A Dshell.rb31 window(tk_call(@path, 'childsite'))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dsuperframe.rb49 window(tk_send('labelwidget'))
/macosx-10.10/security_systemkeychain-55202/Gatekeeper/
H A DGKAppDelegate.h10 @property (assign) IBOutlet NSWindow *window; variable
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkWindow.c4 * This file provides basic window-manipulation procedures,
113 * window as clientData to command
203 "Colormap for main window"},
207 "Initial geometry for window"},
213 "Visual for main window"},
215 "Id of window in which to embed application"},
306 * Make a new window that will be at top-level (its parent will
307 * be the root window of a screen).
310 * The return value is a token for the new window, or NULL if
311 * an error prevented the new window fro
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_exp.c242 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
290 window = BN_window_bits_for_exponent_size(bits);
291 if (window > 1)
295 j=1<<(window-1);
308 wvalue=0; /* The 'value' of the window */
309 wstart=bits-1; /* The top bit of the window */
310 wend=0; /* The bottom bit of the window */
326 * how bit a window to do. To do this we need to scan
328 * window */
332 for (i=1; i<window;
375 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
575 int i,bits,ret=0,idx,window,wvalue; local
879 int i,j,bits,ret=0,wstart,wend,window,wvalue; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMouseEvent.c71 Window window; member in struct:__anon13833
163 medPtr->window = TkMacOSXGetXWindow(medPtr->whichWin);
164 if (medPtr->whichWin != NULL && medPtr->window == None) {
214 tkwin = Tk_IdToWindow(dispPtr->display, medPtr->window);
222 * The window manager only needs to know about mouse down
264 * We got a mouse down in a window
266 * This click moves the window forward. We don't want
285 ((TkWindow*)grabWin)->window), isFrontProcess,
293 * window forward.
306 * Allow background window draggin
558 Window window = TkMacOSXGetXWindow(wRef); local
983 TkGenerateButtonEventForXPointer( Window window) argument
1022 TkGenerateButtonEvent( int x, int y, Window window, unsigned int state) argument
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkWindow.c4 * This file provides basic window-manipulation functions, which are
106 * function; 1 means pass main window as
222 "Colormap for main window"},
226 "Initial geometry for window"},
232 "Visual for main window"},
234 "Id of window in which to embed application"},
325 * Make a new window that will be at top-level (its parent will be the
326 * root window of a screen).
329 * The return value is a token for the new window, or NULL if an error
330 * prevented the new window fro
2359 Tk_IdToWindow( Display *display, Window window) argument
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXSubwindows.c47 * The window id is returned.
58 Window window) /* Window. */
60 MacDrawable *macWin = (MacDrawable *) window;
63 * Remove any dangling pointers that may exist if the window we are
119 * Map the given X Window to the screen. See X window documentation for
134 Window window) /* Window. */
136 MacDrawable *macWin = (MacDrawable *) window;
141 * before the toplevel window it's associated with has actually been
142 * mapped. In that case we need to create the real Macintosh window now as
155 NSWindow *win = TkMacOSXDrawableWindow(window);
55 XDestroyWindow( Display *display, Window window) argument
130 XMapWindow( Display *display, Window window) argument
246 XUnmapWindow( Display *display, Window window) argument
308 XResizeWindow( Display *display, Window window, unsigned int width, unsigned int height) argument
350 XMoveResizeWindow( Display *display, Window window, int x, int y, unsigned int width, unsigned int height) argument
393 XMoveWindow( Display *display, Window window, int x, int y) argument
535 XRaiseWindow( Display *display, Window window) argument
[all...]
H A DtkMacOSXMouseEvent.c24 Window window; member in struct:__anon13616
101 Window window = TkMacOSXGetXWindow(win); local
102 Tk_Window tkwin = window ? Tk_IdToWindow(TkGetDisplayList()->display,
103 window) : NULL;
112 MacDrawable *macWin = (MacDrawable *) window;
189 xEvent.xany.window = Tk_WindowId(tkwin);
419 Window window) /* X Window containing button event. */
425 XQueryPointer(NULL, window, NULL, NULL, &global_x, &global_y,
431 med.window = window;
413 TkGenerateButtonEventForXPointer( Window window) argument
451 TkGenerateButtonEvent( int x, int y, Window window, unsigned int state) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_exp2.c39 int i,j,k,bits,bits1,bits2,ret=0,wstart,wend,window,xvalue,yvalue; local
109 window=1;
111 window=5; /* max size of window */
113 window=4;
115 window=3;
117 window=EXP2_TABLE_BITS;
120 k=1<<window;
145 xvalue=0; /* The 'x value' of the window */
146 yvalue=0; /* The 'y value' of the window */
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/glx/
H A DGLContextGLX.h40 static PassOwnPtr<GLContextGLX> createContext(XID window, GLContext* sharingContext);
41 static PassOwnPtr<GLContextGLX> createWindowContext(XID window, GLContext* sharingContext);
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DPlatformScreenWin.cpp44 HWND window = widget ? widget->root()->hostWindow()->platformPageClient() : 0; local
45 HMONITOR monitor = MonitorFromWindow(window, MONITOR_DEFAULTTOPRIMARY);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorFrontendHostStub.js33 if (!window.InspectorFrontendHost) {
116 window.open(url, "_blank");
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebEmbeddedView.idl40 HRESULT createViewWindow([in] HWND parentWindow, [in] LPSIZE pluginSize, [out, retval] HWND* window);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A DPreferencesPanelController.py35 # Set window as firstResponder so we get changeFont: messages
36 self.window().makeFirstResponder_(self.window())
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerDemo.py47 def window(self): member in class:TLayerDemo
48 return self.tlayerView.window()

Completed in 153 milliseconds

1234567891011>>