Searched refs:Window (Results 1 - 25 of 292) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/win/
H A Dstubs.c21 Window w,
42 Window w,
87 Window w,
101 Window window)
138 Window w,
147 Window w,
148 Window **windows_return,
157 Window w,
209 Window w,
210 Window *root_retur
[all...]
H A DtkWinPointer.c111 HWND hwnd, /* Window for coords, or NULL for the root
175 Window grab_window,
290 Tk_Window tkwin, /* Window that identifies screen on which
324 Window w,
325 Window *root_return,
326 Window *child_return,
359 Window src_w,
360 Window dest_w,
394 Window *focus_return,
425 Window focu
[all...]
H A DtkWinWindow.c40 * Returns an X Window that encapsulates the HWND.
43 * May allocate a new X Window. Also enters the HWND into the global
49 Window
88 return (Window)twdPtr;
134 * This function extracts the HWND from an X Window.
137 * Returns the HWND associated with the Window.
147 Window window)
159 * dependent window handle for an X Window in the given buffer.
174 Window window) /* Window t
[all...]
/macosx-10.9.5/vim-53/src/proto/
H A Dif_xcmdsrv.pro3 void serverChangeRegisteredWindow __ARGS((Display *dpy, Window newwin));
4 int serverSendToVim __ARGS((Display *dpy, char_u *name, char_u *cmd, char_u **result, Window *server, int asExpr, int localLoop, int silent));
6 Window serverStrToWin __ARGS((char_u *str));
8 int serverReadReply __ARGS((Display *dpy, Window win, char_u **str, int localLoop));
9 int serverPeekReply __ARGS((Display *dpy, Window win, char_u **str));
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A Dstubs.c19 Window w;
40 Window w;
87 Window w;
101 Window window;
137 Window w;
146 Window w;
147 Window** windows_return;
156 Window w;
210 Window w;
211 Window* root_retur
[all...]
H A DtkWinWindow.c41 * Returns an X Window that encapsulates the HWND.
44 * May allocate a new X Window. Also enters the HWND into the
50 Window
89 return (Window)twdPtr;
135 * This function extracts the HWND from an X Window.
138 * Returns the HWND associated with the Window.
148 Window window;
160 * platform dependent window handle for an X Window in the
176 Window window; /* Window t
[all...]
H A DtkWinPointer.c112 HWND hwnd; /* Window for coords, or NULL for
177 Window grab_window;
293 Tk_Window tkwin; /* Window that identifies screen on which
328 Window w;
329 Window* root_return;
330 Window* child_return;
364 Window src_w;
365 Window dest_w;
399 Window *focus_return;
429 Window focu
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRedirectedXCompositeWindow.h37 typedef unsigned long Window; typedef
53 Window windowId() { return m_window; }
67 Window m_window;
68 Window m_parentWindow;
/macosx-10.9.5/tcl-102/tk/tk/xlib/X11/
H A DXutil.h97 Window icon_window; /* window to be used as icon */
392 Window /* w */,
400 Window /* w */,
409 Window /* w */,
417 Window /* w */,
427 Window /* w */,
436 Window /* w */,
445 Window /* window */,
455 Window /* w */,
463 Window /*
[all...]
H A DXlib.h15 * X Window System is a Trademark of MIT.
22 * interface library (Xlib) to the X Window System Protocol (V11).
227 Window root; /* Root window id. */
281 Window root; /* root of screen containing window */
358 Window sibling;
540 Window window; /* "event" window it is reported relative to */
541 Window root; /* root window that the event occured on */
542 Window subwindow; /* child window */
561 Window window; /* "event" window it is reported relative to */
562 Window roo
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/xlib/X11/
H A DXutil.h97 Window icon_window; /* window to be used as icon */
392 Window /* w */,
400 Window /* w */,
409 Window /* w */,
417 Window /* w */,
427 Window /* w */,
436 Window /* w */,
445 Window /* window */,
455 Window /* w */,
463 Window /*
[all...]
H A DXlib.h15 * X Window System is a Trademark of MIT.
22 * interface library (Xlib) to the X Window System Protocol (V11).
236 Window root; /* Root window id. */
290 Window root; /* root of screen containing window */
367 Window sibling;
549 Window window; /* "event" window it is reported relative to */
550 Window root; /* root window that the event occured on */
551 Window subwindow; /* child window */
570 Window window; /* "event" window it is reported relative to */
571 Window roo
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DGLES2Context.cpp45 using BlackBerry::Platform::Graphics::Window;
67 if (Window* window = page->m_client->window()) {
68 if (window->windowUsage() == Window::GLES2Usage)
H A DGLES2Context.h58 Platform::Graphics::Window* m_window;
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkIntXlibDecls.h76 EXTERN Colormap XCreateColormap(Display *d, Window w, Visual *v,
116 EXTERN Window XRootWindow(Display *d, int i);
126 EXTERN Status XIconifyWindow(Display *d, Window w, int i);
131 EXTERN Status XWithdrawWindow(Display *d, Window w, int i);
136 EXTERN Status XGetWMColormapWindows(Display *d, Window w,
137 Window **wpp, int *ip);
152 EXTERN void XChangeProperty(Display *d, Window w, Atom a1,
159 EXTERN void XChangeWindowAttributes(Display *d, Window w,
165 EXTERN void XClearWindow(Display *d, Window w);
170 EXTERN void XConfigureWindow(Display *d, Window
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkIntXlibDecls.h62 EXTERN Colormap XCreateColormap _ANSI_ARGS_((Display* d, Window w,
82 EXTERN Window XRootWindow _ANSI_ARGS_((Display* d, int i));
86 EXTERN Status XIconifyWindow _ANSI_ARGS_((Display* d, Window w,
89 EXTERN Status XWithdrawWindow _ANSI_ARGS_((Display* d, Window w,
93 Window w, Window** wpp, int* ip));
100 EXTERN void XChangeProperty _ANSI_ARGS_((Display* d, Window w,
105 Window w, unsigned long ul,
108 EXTERN void XClearWindow _ANSI_ARGS_((Display* d, Window w));
110 EXTERN void XConfigureWindow _ANSI_ARGS_((Display* d, Window
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/curses/
H A Dhello.rb8 win = Window.new(5, width,
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXWm.h54 Window reparent; /* If the window has been reparented, this
63 Window master; /* Master window for TRANSIENT_FOR property,
76 Tk_Window icon; /* Window to use as icon for this window,
78 Tk_Window iconFor; /* Window for which this window is icon, or
153 Window vRoot; /* Virtual root window for this top-level,
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXWm.h97 Window reparent; /* If the window has been reparented, this
106 Window master; /* Master window for TRANSIENT_FOR property,
119 Tk_Window icon; /* Window to use as icon for this window,
121 Tk_Window iconFor; /* Window for which this window is icon, or
196 Window vRoot; /* Virtual root window for this top-level,
H A DtkMacOSXXStubs.c347 Window win,
409 Window
421 Window* root_return;
458 Window w,
472 Window w,
490 Window w,
524 Window w,
536 Window w)
566 Window src_w,
567 Window dest_
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c1 /*The Panache Window Manager*/
36 Window root;
39 Window mapped_window = None;
44 Window workspace_manager;
52 int PanacheGetWMState (Window win);
53 void PanacheSelectInputForRootParented (Window win);
54 void PanacheConfigureNormalWindow (Window win, unsigned long value_mask);
99 void sendConfigureNotify (Window win, unsigned long value_mask, XWindowChanges *winChanges) {
128 void sendMapNotify (Window win) {
142 Window dumm
[all...]
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dcurlgtk.c74 GtkWidget *Window, *Frame, *Frame2; local
84 Window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
87 gtk_container_add(GTK_CONTAINER(Window), Frame);
95 gtk_widget_show_all(Window);
/macosx-10.9.5/less-23/less/
H A Dscrsize.c51 Window window;
98 get_winsize(dpy, (Window) atol(cp), &size[0], &size[1]);
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A DXMenu.h7 * XMenu: MIT Project Athena, X Window system menu package
76 Window window; /* X Window Id. */
77 int window_x; /* Window upper left X coordinate. */
78 int window_y; /* Window upper left y coordinate. */
79 int window_w; /* Window width. */
80 int window_h; /* Window height. */
81 int active; /* Window active? */
82 int activated; /* Window activated? */
100 Window windo
[all...]
/macosx-10.9.5/vim-53/src/
H A Dif_xcmdsrv.c164 Window id;
176 static Window LookupName __ARGS((Display *dpy, char_u *name, int delete, char_u **loose));
179 static void DeleteAnyLingerer __ARGS((Display *dpy, Window w));
183 static int WindowValid __ARGS((Display *dpy, Window w));
184 static void ServerWait __ARGS((Display *dpy, Window w, EndCond endCond, void *endData, int localLoop, int seconds));
185 static struct ServerReply *ServerReplyFind __ARGS((Window w, enum ServerReplyOp op));
186 static int AppendPropCarefully __ARGS((Display *display, Window window, Atom property, char_u *value, int length));
244 Window w;
264 if (w != (Window)0)
269 Window dummyWi
[all...]

Completed in 167 milliseconds

1234567891011>>