Searched refs:window (Results 151 - 175 of 1046) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.6/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.6/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerDemo.py47 def window(self): member in class:TLayerDemo
48 return self.tlayerView.window()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/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/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/TLayer/
H A DTLayerDemo.py47 def window(self): member in class:TLayerDemo
48 return self.tlayerView.window()
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dpagesmanager.rb28 win = window(tk_send('add', tagid(page)))
50 win = window(tk_send('getframe', tagid(page)))
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Ddialog.rb53 window(tk_send('add', *args))
57 window(tk_send('getframe'))
H A Dpanelframe.rb49 window(tk_send('add', *args))
53 # window(tk_send('getframe'))
76 simplelist(tk_send('items')).collect!{|w| window(w)}
H A Dstatusbar.rb53 window(tk_send_without_enc('getframe'))
58 window(tk_send_without_enc('setwidget', *(hash_kv(keys))))
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dtext.rb67 This window is a text widget. It displays one or more lines of text
71 1. Scrolling. Use the scrollbar to adjust the view in the text window.
73 2. Scanning. Press mouse button 2 in the text window and drag up or down.
91 6. Copy the selection. To copy the selection into this window, select
120 8. Resize the window. This widget has been configured with the "setGrid"
121 option on, so that if you resize the window it will always resize to an
122 even number of characters high and wide. Also, if you make the window
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScheduledAction.cpp116 JSDOMWindow* window = toJSDOMWindow(document->frame(), *m_isolatedWorld); local
117 if (!window)
120 RefPtr<Frame> frame = window->impl().frame();
125 executeFunctionInContext(window, window->shell(), document);
H A DScriptController.cpp99 iter->value->window()->setConsoleClient(nullptr);
140 // See smart window.open policy for where this is used.
142 ExecState* exec = shell->window()->globalExec();
199 if (&windowShell->window()->impl() == newDOMWindow)
202 // Clear the debugger and console from the current window before setting the new window.
204 windowShell->window()->setConsoleClient(nullptr);
213 windowShell->window()->willRemoveFromWindowShell();
219 m_cacheableBindingRootObject->updateGlobalObject(windowShell->window());
223 windowShell->window()
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitUIClient.cpp139 GtkWidget* window = gtk_widget_get_toplevel(GTK_WIDGET(m_webView)); variable
140 if (WebCore::widgetIsOnscreenToplevelWindow(window) && gtk_widget_get_visible(window)) {
141 gtk_window_get_position(GTK_WINDOW(window), &geometry.x, &geometry.y);
142 gtk_window_get_size(GTK_WINDOW(window), &geometry.width, &geometry.height);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.mm205 // the entire window frame (or structure region to use the Carbon term) rather then just the window content.
218 NSRect contentRect = [contentView convertRect:[contentView frame] toView:nil]; // convert to window-relative coordinates
280 // The base coordinates of a window and it's contentView happen to be the equal at a userSpaceScaleFactor
282 NSView *windowContentView = [[self window] contentView];
286 // Flip Y to convert -[NSWindow contentView] coordinates to top-left-based window coordinates.
295 // Look at the Carbon port to convert top-left-based window coordinates into top-left-based content coordinates.
297 // If drawing with QuickDraw, fix the window port so that it has the same bounds as the NSWindow's
313 window.type = NPWindowTypeWindow;
314 window
[all...]
/macosx-10.10/zlib-55/zlib/examples/
H A Dzran.c58 #define WINSIZE 32768U /* sliding window size */
66 unsigned char window[WINSIZE]; /* preceding 32K of uncompressed data */ member in struct:point
88 off_t in, off_t out, unsigned left, unsigned char *window)
122 memcpy(next->window, window + WINSIZE - left, left);
124 memcpy(next->window + left, window, WINSIZE - left);
147 unsigned char window[WINSIZE]; local
159 /* inflate the input, maintain a sliding window, and build an index -- this
180 /* reset sliding window i
87 addpoint(struct access *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c110 xe.xconfigure.window = win;
133 mapNotify.xmap.window = win;
161 fprintf (stderr, "Error querying the tree for the root window.\n");
256 fprintf (stderr, "ConfigureRequest win %ld\n", event->window);
268 if (event->window == workspace_manager) {
273 XConfigureWindow(dis, event->window, CWX|CWY|CWWidth|CWHeight, &wc);
274 sendConfigureNotify (event->window, CWX|CWY|CWWidth|CWHeight, &wc);
277 PanacheSelectInputForRootParented (event->window);
280 if (XGetTransientForHint (dis, event->window, &twin) == 1) {
296 XConfigureWindow (dis, event->window, even
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebInspectorProxyMac.mm235 // If the inspector is detached, then openPanel will be window-modal; otherwise, openPanel is opened in a new window.
297 // Restore the saved window frame, if there was one.
303 WKWebInspectorWindow *window = [[WKWebInspectorWindow alloc] initWithContentRect:windowFrame styleMask:windowStyleMask backing:NSBackingStoreBuffered defer:NO];
304 [window setDelegate:m_inspectorProxyObjCAdapter.get()];
305 [window setMinSize:NSMakeSize(minimumWindowWidth, minimumWindowHeight)];
306 [window setReleasedWhenClosed:NO];
309 window.titlebarAppearsTransparent = YES;
311 [window setAutorecalculatesContentBorderThickness:NO forEdge:NSMaxYEdge];
312 [window setContentBorderThicknes
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollViewMac.mm72 NSWindow *window = [parentView window];
73 BOOL resetDragMargins = [window _needsToResetDragMargins];
74 [window _setNeedsToResetDragMargins:NO];
77 [window _setNeedsToResetDragMargins:resetDragMargins];
244 tempRect.origin = [[documentView window] convertBaseToScreen:tempRect.origin];
258 NSPoint windowCoord = [[documentView window] convertScreenToBase: point];
268 return ![platformWidget() window] || ![[platformWidget() window] isVisible];
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/mac/
H A DPluginProcessShim.mm76 static Boolean shimIsWindowActive(WindowRef window)
79 if (pluginProcessShimCallbacks.isWindowActive(window, result))
82 return IsWindowActive(window);
101 static void shimShowWindow(WindowRef window)
103 pluginProcessShimCallbacks.carbonWindowShown(window);
104 ShowWindow(window);
107 static void shimHideWindow(WindowRef window)
109 pluginProcessShimCallbacks.carbonWindowHidden(window);
110 HideWindow(window);
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dnsec3_50.c51 int window; local
120 for (window = 0; window < 256 ; window++) {
122 * Find if we have a type in this window.
125 if (bm[window * 32 + octet] != 0)
129 RETERR(uint8_tobuffer(window, target));
131 RETERR(mem_tobuffer(target, &bm[window * 32], octet + 1));
140 unsigned int window, len; local
195 window
225 unsigned int window, lastwindow = 0; local
331 unsigned int i, len, window, lastwindow = 0; local
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebInspectorClient.mm257 // Use the window from the WebView since m_windowController's window
260 [[webView window] makeFirstResponder:webView];
299 [[m_windowController window] setContentBorderThickness:height forEdge:NSMaxYEdge];
311 NSString *title = [NSString stringWithFormat:UI_STRING_INTERNAL("Web Inspector ��� %@", "Web Inspector window title"), (NSString *)m_inspectedURL];
312 [[m_windowController.get() window] setTitle:title];
360 [panel beginSheetModalForWindow:[[m_windowController webView] window] completionHandler:^(NSInteger result) {
481 - (NSWindow *)window
483 WebInspectorWindow *window = (WebInspectorWindow *)[super window];
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmouse.el1 ;;; mouse.el --- window system-independent mouse support
88 If nil, a Mouse-1 click on a link in a non-selected window performs
89 the normal mouse-1 binding, typically selects the window and sets
160 ;; Switch to the window clicked on, because otherwise
281 (let ((w (posn-window (event-start event))))
282 (and (window-minibuffer-p w)
283 (not (minibuffer-window-active-p w))
284 (error "Minibuffer window is not active")))
288 (defun mouse-delete-window (click)
289 "Delete the window yo
[all...]
/macosx-10.10/sudo-73/src/zlib/
H A Ddeflate.c11 * sliding window trailing behind the input currently being processed).
182 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
187 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
209 /* To do: ignore strm->next_in if we use it as window */
276 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
297 s->high_water = 0; /* nothing written to s->window yet */
305 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
346 /* if dictionary would fill window, just replace the history */
358 /* insert dictionary into window an
[all...]
/macosx-10.10/top-100.1.2/
H A Dgeneric.c57 werase(s->window);
74 if(ERR == mvwaddnstr(s->window, y, localx,
77 getmaxyx(s->window, erry, errx);
81 "s->window width %d height %d\n",
101 werase(s->window);
131 mvwaddnstr(s->window, yoffset, xoffset, string, n);
158 mvwaddnstr(s->window, yoffset, xpos + xoffset, string, n);
173 mvwaddnstr(s->window, yoffset, xpos + xoffset, string, n);
177 wsyncup(s->window);
221 if(ERR == wresize(s->window, siz
[all...]
/macosx-10.10/zlib-55/zlib/
H A Ddeflate.c11 * sliding window trailing behind the input currently being processed).
179 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
184 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
206 /* To do: ignore strm->next_in if we use it as window */
264 if (windowBits == 8) windowBits = 9; /* until 256-byte window bug fixed */
281 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
285 s->high_water = 0; /* nothing written to s->window yet */
293 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
335 zmemcpy(s->window, dictionary, length);
343 s->ins_h = s->window[
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKGeolocationProviderIOS.mm69 RetainPtr<UIWindow> window;
153 -(void)decidePolicyForGeolocationRequestFromOrigin:(WKSecurityOriginRef)origin frame:(WKFrameRef)frame request:(WKGeolocationPermissionRequestRef)permissionRequest window:(UIWindow*)window
160 geolocationRequestData.window = window;
176 decidePolicyForGeolocationRequestFromOrigin(request.origin.get(), request.frame->url(), policyListener.get(), request.window.get());

Completed in 210 milliseconds

1234567891011>>