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

12

/netbsd-current/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-current/sys/arch/amiga/stand/bootblock/boot/
H A Dlibstubs.h81 struct Window *OpenWindowTagList(struct Window *, const u_int32_t *);
82 struct Window *OpenWindowTag(struct Window *, ...);
85 void CloseWindow(struct Window *);
H A Damigagraph.h73 struct Window { struct
H A Dconsole.c68 struct Window *w;
141 mc->cnior->length = 136; /* sizeof(struct Window) */
/netbsd-current/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 Dmove.c395 if (Window == W_SMALL) {
409 case 'W': /* Window toggle */
410 Window = nextwin(Window);
428 if (Window != W_FULL)
H A Dextern.c86 Window = W_SMALL, /* Current window wanted */ variable
H A Dprint.c139 if (Window == W_FULL || Finished) {
H A Dmille.h219 Numneed[], Numseen[NUM_CARDS], Play, Window;
/netbsd-current/external/bsd/less/dist/
H A Dscrsize.c52 Window window;
99 get_winsize(dpy, (Window) atol(cp), &size[0], &size[1]);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc28 Gtk::Window *window;
46 window = new Gtk::Window (GTK_WINDOW_TOPLEVEL);
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/xnest/
H A DMakefile18 Pixmap.c Pointer.c Screen.c Visual.c Window.c \
46 CPPFLAGS.Window.c= -Wno-error
/netbsd-current/external/bsd/nvi/dist/motif/
H A Dm_cde.c70 Window root = DefaultRootWindow( d );
H A Dm_main.c301 Window win;
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-tui.c347 /* Window is now owned by the TUI. */
382 /* Require that "Window" be a valid window. */
384 #define REQUIRE_WINDOW(Window) \
386 if (!(Window)->is_valid ()) \
391 /* Require that "Window" be a valid window. */
393 #define REQUIRE_WINDOW_FOR_SETTER(Window) \
395 if (!(Window)->is_valid ()) \
/netbsd-current/external/mit/xorg/server/xorg-server/hw/xnest/
H A DMakefile18 Pixmap.c Pointer.c Screen.c Visual.c Window.c \
47 CPPFLAGS.Window.c= -Wno-error
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-tui.c305 /* Window is now owned by the TUI. */
340 /* Require that "Window" be a valid window. */
342 #define REQUIRE_WINDOW(Window) \
344 if ((Window)->window == nullptr) \
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dhpcboot.cpp68 if (!app->registerClass(reinterpret_cast <WNDPROC>(Window::_wnd_proc)))
/netbsd-current/external/mit/xorg/lib/libX11/
H A DMakefile.libx11258 Window.c \

Completed in 175 milliseconds

12