Searched refs:window (Results 76 - 100 of 1046) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dstatusbar.rb48 win = window(tk_send_without_enc('getframe'))
60 simplelist(tk_send('items')).map{|w| window(w)}
H A Dtitleframe.rb23 win = window(tk_send_without_enc('getframe'))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dscrolledwindow.rb49 window(tk_send_without_enc('getframe'))
54 window(tk_send_without_enc('setwidget', w))
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebWindowAnimation.mm73 - (id)initWithHintedDuration:(NSTimeInterval)duration window:(NSWindow *)window initalFrame:(NSRect)initialFrame finalFrame:(NSRect)finalFrame
79 _window = window;
82 _realFrame = [window frame];
97 - (void)setWindow:(NSWindow *)window
99 _window = window;
184 - (id)initWithDuration:(NSTimeInterval)duration window:(NSWindow *)window initialAlpha:(CGFloat)initialAlpha finalAlpha:(CGFloat)finalAlpha
189 _window = window;
217 - (void)setWindow:(NSWindow*)window
[all...]
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWindow.c44 * window table.
67 * HWND from from the window table.
73 twdPtr->window.winPtr = (TkWindow *) tkwin;
74 } else if (twdPtr->window.handle != NULL) {
76 (char *)twdPtr->window.handle);
81 * Insert the new HWND into the window table.
84 twdPtr->window.handle = hwnd;
97 * This function retrieves a Tk_Window from the window table given an
147 Window window)
149 return ((TkWinDrawable *) window)
143 Tk_GetHWND( Window window) argument
167 TkpPrintWindowId( char *buf, Window window) argument
602 HWND window = Tk_GetHWND(w); local
[all...]
/macosx-10.10/Security-57031.1.35/Security/Keychain Circle Notification/
H A DKNAppDelegate.h33 @property (assign) IBOutlet NSWindow *window; variable
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWKViewPrivate.h37 void _WKViewSetWindow (WKViewRef view, WAKWindow *window);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Doc/07tutorial_embed/src/
H A DITunesCommunication_1.py37 document = obj.window().windowController().document()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DAppDelegate.py16 self.shadowDemo.window().orderFront_(self)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DAppDelegate.py16 self.shadowDemo.window().orderFront_(self)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/TLayer/
H A DAppDelegate.py16 self.shadowDemo.window().orderFront_(self)
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dlabelframe.rb21 super().update('labelwidget'=>proc{|v| window(v)})
H A Dselection.rb61 window(tk_call_without_enc('selection', 'own', '-selection', sel))
63 window(tk_call_without_enc('selection', 'own'))
68 window(tk_call_without_enc('selection', 'own',
71 window(tk_call_without_enc('selection', 'own', '-displayof', win))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dextfileselectiondialog.rb22 window(tk_call(@path, 'childsite'))
H A Dfileselectiondialog.rb22 window(tk_call(@path, 'childsite'))
H A Dlabeledframe.rb37 window(tk_call(@path, 'childsite'))
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dtwind.tcl51 $t window create end -window $t.on
55 $t window create end -window $t.off
59 $t window create end -window $t.click
65 $t window create end -window $t.delete
83 $t window create end -window
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMWindowShell.h45 JSDOMWindow* window() const { return JSC::jsCast<JSDOMWindow*>(target()); } function in class:WebCore::JSDOMWindowShell
53 static JSDOMWindowShell* create(JSC::VM& vm, PassRefPtr<DOMWindow> window, JSC::Structure* structure, DOMWrapperWorld& world) argument
56 shell->finishCreation(vm, window);
H A DJSSharedWorkerCustom.cpp69 DOMWindow& window = asJSDOMWindow(exec->lexicalGlobalObject())->impl();
71 ASSERT(window.document());
72 RefPtr<SharedWorker> worker = SharedWorker::create(*window.document(), scriptURL, name, ec);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DWebInjectedScriptManager.cpp57 void WebInjectedScriptManager::discardInjectedScriptsFor(DOMWindow* window) argument
65 if (window != domWindowFromExecState(scriptState))
78 if (window == domWindowFromExecState(scriptState))
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmaster.el153 "Display slave buffer and execute COMMAND with ARG in its window."
157 (let ((window (selected-window)))
158 (if (not (eq (window-buffer window) (get-buffer master-of)))
159 (switch-to-buffer-other-window master-of))
161 (select-window window))))
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dlazy-lock.el71 ;; version 1 this meant use `window-height' as the maximum number of lines to
73 ;; of a buffer, not a window.
80 ;; i.e., where a window scroll has occurred. However, there are a number of
92 ;; Also, lazy-lock.el's function must check each window to see if a scroll has
94 ;; twice as large as necessary to make sure the window is completely fontified.
98 ;; only when scrolling occurs, e.g., `window-start' has changed, and tells us
99 ;; as much information as we need, i.e., the window and its new buffer region.
100 ;; Richard Stallman implemented a `window-scroll-functions' for Emacs 19.30.
101 ;; Functions on it are run when `window-start' has changed, and are supplied
102 ;; with the window an
[all...]
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DInternal.c53 * XMWinQue - Internal window creation queue datatype.
65 * _XMWinQue - Internal static window creation queue.
106 * _XMWinQueInit - Internal routine to initialize the window
140 * window queue.
174 * the selection window queue.
208 * selection window queues.
224 * If the pane window queue is not empty...
229 * set up attributes for pane window to be created.
248 p_ptr->window = XCreateWindow(display,
260 XMakeAssoc(display, menu->assoc_tab, p_ptr->window, p_pt
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Ddispextern.h87 struct window;
499 Both frame and window glyph matrices reference memory from a glyph
502 In window-based redisplay, no glyphs pools exist; windows allocate
536 i.e. frame glyph matrices and window glyph matrices share the same
538 Glyph rows in such a window matrix are slices of frame matrix rows.
540 2. Free-standing window glyph matrices managing their own glyph
541 storage. This form is used in window-based redisplay which
544 The size of a window's row vector depends on the height of fonts
546 enough to describe all lines in a window when it is displayed in
548 or window size
1132 Window window; member in struct:glyph_string
1827 Lisp_Object window; member in struct:it
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DCACFLayerTreeHost.cpp141 // The root layer is the size of the client area of the window.
142 // The clipping layer is the size of the WebView client area (window less the scrollbars).
144 // Resizing the window will change the bounds of the rootLayer and the clip layer and will not
164 void CACFLayerTreeHost::setWindow(HWND window) argument
166 if (window == m_window)
172 ASSERT_ARG(window, window);
177 ASSERT_ARG(window, !window);
190 m_window = window;
233 getDirtyRects(HWND window, Vector<CGRect>& outRects) argument
[all...]

Completed in 201 milliseconds

1234567891011>>