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

12

/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Dwindow.cpp37 Window::_wnd_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam)
39 Window *w;
45 w = reinterpret_cast <Window *>(s->lpCreateParams);
51 w = reinterpret_cast <Window *>(GetWindowLong(h, 0));
64 Window::_dlg_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam)
66 Window *w;
70 w = reinterpret_cast <Window *>(lparam);
72 w = reinterpret_cast <Window *>(GetWindowLong(h, DWL_USER));
81 Window::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam)
H A Dwindow.h35 class Window { class
43 explicit Window(HpcBootApp &app) function in class:Window
45 explicit Window(HpcBootApp &app, HWND parent) function in class:Window
47 virtual ~Window(void) { /* NO-OP */ }
49 // Window Procedure callback
53 // Window dependent Window Procedure
H A Drootwindow.h38 class RootWindow : public Window {
72 class BootButton : public Window
78 : Window(app, root._window), _root(root) {
85 class CancelButton : public Window
91 : Window(app, root._window), _root(root) {
98 class ProgressBar : public Window
104 : Window(app, root._window), _root(root) {
H A Dtabwindow.h37 class TabWindowBase : public Window {
48 : Window(app, parent) {
73 class TabWindow : public Window
84 : Window(base._app, base._window), _base(base), _name(name) {
H A Dtabwindow.cpp132 reinterpret_cast <DLGPROC>(Window::_dlg_proc),
H A Drootwindow.cpp44 : Window(app)
75 // Root window's create don't called by Window Procedure.
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/bootblock/boot/
H A Dlibstubs.h80 struct Window *OpenWindowTagList(struct Window *, const u_int32_t *);
81 struct Window *OpenWindowTag(struct Window *, ...);
84 void CloseWindow(struct Window *);
H A Damigagraph.h73 struct Window { struct
H A Dconsole.c68 struct Window *w;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37381.c9 typedef XID Window; typedef
12 Window root;
44 Window fmwin;
51 Window junkwin;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20020430-1.c11 typedef XID Window; typedef
20 Window window;
21 Window root;
22 Window subwindow;
35 Window window;
36 Window root;
37 Window subwindow;
50 Window window;
51 Window root;
52 Window subwindo
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20020430-1.c11 typedef XID Window; typedef
20 Window window;
21 Window root;
22 Window subwindow;
35 Window window;
36 Window root;
37 Window subwindow;
50 Window window;
51 Window root;
52 Window subwindo
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dscrsize.c53 Window window;
100 get_winsize(dpy, (Window) atol(cp), &size[0], &size[1]);
/netbsd-6-1-5-RELEASE/games/mille/
H A Dvarpush.c66 { (void *) &Window, sizeof Window },
H A Dinit.c178 was_full = (Window != W_FULL);
194 else if ((Window == W_FULL || Finished) ^ was_full) {
199 else if (Window != last_win)
216 if (Window == W_FULL || Finished) {
255 was_full = (Window == W_FULL || Finished);
256 last_win = Window;
H A Dextern.c86 Window = W_SMALL, /* Current window wanted */ variable
H A Dmove.c392 if (Window == W_SMALL) {
406 case 'W': /* Window toggle */
407 Window = nextwin(Window);
425 if (Window != W_FULL)
H A Dmille.h219 Numneed[], Numseen[NUM_CARDS], Play, Window;
H A Dprint.c139 if (Window == W_FULL || Finished) {
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc28 Gtk::Window *window;
46 window = new Gtk::Window (GTK_WINDOW_TOPLEVEL);
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xnest/
H A DMakefile18 Pixmap.c Pointer.c Screen.c Visual.c Window.c \
46 CPPFLAGS.Window.c= -Wno-error
/netbsd-6-1-5-RELEASE/dist/nvi/motif/
H A Dm_cde.c67 Window root = DefaultRootWindow( d );
H A Dm_main.c299 Window win;
/netbsd-6-1-5-RELEASE/x11/Xserver/hw/xnest/
H A DMakefile13 Window.c miinitext.c stubs.c
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.cpp68 if (!app->registerClass(reinterpret_cast <WNDPROC>(Window::_wnd_proc)))

Completed in 491 milliseconds

12