Searched refs:window (Results 176 - 200 of 1046) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dpp.el121 (old-selected (selected-window))
122 (window (display-buffer buf)))
124 (make-frame-visible (window-frame window))
127 (select-window window)
129 (select-window old-selected)))
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DDestroy.c44 if (p_ptr->window) {
45 XDestroySubwindows(display, p_ptr->window);
46 XDestroyWindow(display, p_ptr->window);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dpanedwindow.rb71 window(tk_call(@path, 'add', tagid(tag), *hash_kv(keys)))
80 window(tk_call(@path, 'childsite', index(idx)))
112 window(tk_call(@path, 'insert', index(idx), tagid(tag), *hash_kv(keys)))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dchatwidget.rb141 window(tk_send('names'))
145 window(tk_send('entry'))
149 window(tk_send('chat'))
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinInt.h85 TkWinWindow window; member in union:__anon13848
94 #define TkWinGetHWND(w) (((TkWinDrawable *) w)->window.handle)
95 #define TkWinGetWinPtr(w) (((TkWinDrawable *) w)->window.winPtr)
/macosx-10.10/vim-55/src/
H A Dintegration.h179 * that the frame for the given window (indicated by "frame", which
182 * often a window is created on editor startup, while the frame description
204 * applies to, and for that window the cursor line and column,
210 * a default window to translate coordinates for (ideally, the
211 * last window the user has operated on.) This will be the case when
311 * any. Call this function when you create a new window. It returns a
313 * the window with workshop_delete_toolbar. The "footer" argument
318 * window object that the toolbar is placed in. If you have multiple
319 * windows, you need to use this pointer to figure out which window
328 /* Delete a window/fram
[all...]
/macosx-10.10/tcl-105/tk/tk/xlib/X11/
H A DXlib.h227 Window root; /* Root window id. */
255 * Data structure for setting window attributes.
260 Pixmap border_pixmap; /* border of the window */
263 int win_gravity; /* one of the window gravity values */
271 Colormap colormap; /* color map to be associated with window */
276 int x, y; /* location of window */
277 int width, height; /* width and height of window */
278 int border_width; /* border width of window */
279 int depth; /* depth of window */
281 Window root; /* root of screen containing window */
540 Window window; /* "event" window it is reported relative to */ member in struct:__anon13697
561 Window window; /* "event" window it is reported relative to */ member in struct:__anon13698
579 Window window; /* "event" window reported relative to */ member in struct:__anon13699
596 Window window; /* "event" window reported relative to */ member in struct:__anon13700
620 Window window; /* window of event */ member in struct:__anon13701
638 Window window; member in struct:__anon13702
647 Window window; member in struct:__anon13703
681 Window window; member in struct:__anon13706
691 Window window; /* window id of window created */ member in struct:__anon13707
704 Window window; member in struct:__anon13708
713 Window window; member in struct:__anon13709
723 Window window; member in struct:__anon13710
733 Window window; member in struct:__anon13711
742 Window window; member in struct:__anon13712
754 Window window; member in struct:__anon13713
768 Window window; member in struct:__anon13714
777 Window window; member in struct:__anon13715
787 Window window; member in struct:__anon13716
802 Window window; member in struct:__anon13717
812 Window window; member in struct:__anon13718
821 Window window; member in struct:__anon13719
832 Window window; member in struct:__anon13720
867 Window window; member in struct:__anon13723
882 Window window; member in struct:__anon13724
897 Window window; /* unused */ member in struct:__anon13726
919 Window window; /* window on which event was requested in event mask */ member in struct:__anon13728
[all...]
/macosx-10.10/tcl-105/tk84/tk/xlib/X11/
H A DXlib.h236 Window root; /* Root window id. */
264 * Data structure for setting window attributes.
269 Pixmap border_pixmap; /* border of the window */
272 int win_gravity; /* one of the window gravity values */
280 Colormap colormap; /* color map to be associated with window */
285 int x, y; /* location of window */
286 int width, height; /* width and height of window */
287 int border_width; /* border width of window */
288 int depth; /* depth of window */
290 Window root; /* root of screen containing window */
549 Window window; /* "event" window it is reported relative to */ member in struct:__anon13876
570 Window window; /* "event" window it is reported relative to */ member in struct:__anon13877
588 Window window; /* "event" window reported relative to */ member in struct:__anon13878
605 Window window; /* "event" window reported relative to */ member in struct:__anon13879
629 Window window; /* window of event */ member in struct:__anon13880
647 Window window; member in struct:__anon13881
656 Window window; member in struct:__anon13882
690 Window window; member in struct:__anon13885
700 Window window; /* window id of window created */ member in struct:__anon13886
713 Window window; member in struct:__anon13887
722 Window window; member in struct:__anon13888
732 Window window; member in struct:__anon13889
742 Window window; member in struct:__anon13890
751 Window window; member in struct:__anon13891
763 Window window; member in struct:__anon13892
777 Window window; member in struct:__anon13893
786 Window window; member in struct:__anon13894
796 Window window; member in struct:__anon13895
811 Window window; member in struct:__anon13896
821 Window window; member in struct:__anon13897
830 Window window; member in struct:__anon13898
841 Window window; member in struct:__anon13899
876 Window window; member in struct:__anon13902
891 Window window; member in struct:__anon13903
906 Window window; /* unused */ member in struct:__anon13905
928 Window window; /* window on which event was requested in event mask */ member in struct:__anon13907
[all...]
/macosx-10.10/Heimdal-398.1.2/tests/GSSTestApp/GSSTestAppOSX/
H A DAppDelegate.h14 @property (assign) IBOutlet NSWindow *window; variable
/macosx-10.10/Security-57031.1.35/Security/Keychain/
H A DKDAppDelegate.h31 @property (assign) IBOutlet NSWindow *window; variable
/macosx-10.10/WebCore-7600.1.25/Modules/quota/
H A DWorkerNavigatorStorageQuota.cpp58 auto newSupplement = std::make_unique<WorkerNavigatorStorageQuota>(window);
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWAKScrollView.mm370 WAKWindow* window = [self window];
372 if (!window)
375 CGRect windowVisibleRect = CGRectIntegral([window exposedScrollViewRect]);
388 WAKWindow* window = [self window];
390 if (!window)
393 CGRect windowVisibleRect = CGRectIntegral([window extendedVisibleRect]);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorObserver.js42 window.eval(script);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DButtonNavigationItem.css64 body.window-inactive .navigation-bar .item.button:not(.suppress-emboss) > .glyph {
72 body.window-inactive .navigation-bar .item.button.disabled:not(.suppress-emboss) > .glyph {
H A DButtonToolbarItem.css82 body.window-inactive .toolbar .item.button {
90 body.window-inactive .toolbar .item.button.disabled {
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebClipView.mm108 [[self window] _disableDelayedWindowDisplay];
112 [[self window] _enableDelayedWindowDisplay];
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DEmbeddedWidget.cpp59 HWND window; local
62 HRESULT hr = m_view->createViewWindow(parentWindow, &pluginSize, &window);
64 if (FAILED(hr) || !window)
67 m_window = window;
112 // To prevent flashes while scrolling, we disable drawing during the window
113 // update process by clipping the window to the zero rect.
184 // If the embedded window or one of its children have the focus, we need to
185 // clear it to prevent the web view window from being focused because that can
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddnd.el7 ;; Keywords: window, drag, drop
79 (defcustom dnd-open-file-other-window nil
80 "If non-nil, always use find-file-other-window to open dropped files."
88 (defun dnd-handle-one-url (window action url)
115 (dnd-insert-text window action url)
163 The file is opened in the current window, or a new window if
164 `dnd-open-file-other-window' is set. URI is the url for the file,
175 (if dnd-open-file-other-window
176 (find-file-other-window
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Doc/06tutorial/step12-src/
H A DCurrencyConverter.py32 self.rateField.window().makeKeyAndOrderFront_(self)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Doc/06tutorial/
H A Dstep8-CurrencyConverter.py34 self.rateField.window().makeKeyAndOrderFront_(self)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Doc/07tutorial_embed/src/
H A DITunesCommunication_AppScript.py52 document = obj.window().windowController().document()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py34 if self.window().alphaValue() > 0.7:
40 self.window().setHasShadow_(False)
41 self.window().setHasShadow_(True)
43 self.window().invalidateShadow()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py34 if self.window().alphaValue() > 0.7:
40 self.window().setHasShadow_(False)
41 self.window().setHasShadow_(True)
43 self.window().invalidateShadow()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py34 if self.window().alphaValue() > 0.7:
40 self.window().setHasShadow_(False)
41 self.window().setHasShadow_(True)
43 self.window().invalidateShadow()
/macosx-10.10/rsync-45/rsync/zlib/
H A Dinflate.h91 /* sliding window */
92 unsigned wbits; /* log base 2 of requested window size */
93 unsigned wsize; /* window size or zero if not using window */
94 unsigned whave; /* valid bytes in the window */
95 unsigned write; /* window write index */
96 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state

Completed in 186 milliseconds

1234567891011>>