Home
last modified time | relevance | path

Searched defs:gui_window (Results 1 – 18 of 18) sorted by relevance

/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Dwindow.h37 struct gui_window { struct
40 struct browser_window *bw; /**< the browser_window */
42 HWND main; /**< handle to the actual window */
43 HWND toolbar; /**< toolbar handle */
44 HWND urlbar; /**< url bar handle */
45 HWND throbber; /** throbber handle */
46 HWND drawingarea; /**< drawing area handle */
47 HWND statusbar; /**< status bar handle */
48 HWND vscroll; /**< vertical scrollbar handle */
49 HWND hscroll; /**< horizontal scrollbar handle */
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dgui.h30 struct gui_window { struct
51 struct gui_window *next; argument
52 struct gui_window *prev; argument
/dports/www/netsurf/netsurf-3.10/frontends/monkey/
H A Dbrowser.h27 struct gui_window { struct
28 struct gui_window *r_next; argument
29 struct gui_window *r_prev; argument
41 struct gui_window *monkey_find_window_by_num(uint32_t win_num); argument
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dgui.h75 struct gui_window { struct
77 struct browser_window *bw;
101 struct gui_window *prev; /**< Previous in linked list. */ argument
102 struct gui_window *next; /**< Next in linked list. */ argument
/dports/www/netsurf/netsurf-3.10/frontends/atari/
H A Dgui.h147 struct gui_window { struct
159 struct gui_window *next, *prev; argument
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dwindow.c77 struct gui_window { struct
89 struct gui_window *gui; argument
95 } mouse;
98 int caretx, carety, careth;
104 int last_x, last_y;
107 struct nsgtk_toolbar *toolbar;
110 struct gtk_search *search;
113 GtkWidget *container;
116 GtkLayout *layout;
119 GtkWidget *grid;
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/beos/
H A Dwindow.cpp63 struct gui_window { struct
67 /* A gui_window is the rendering of a browser_window */ argument
68 struct browser_window *bw;
93 /* Keep gui_windows in a list for cleanup later */ argument
94 struct gui_window *next, *prev; argument
/dports/devel/agar/agar-1.5.0/ada-demos/
H A Dslider.adb13 package gui_window renames agar.gui.window; packspec
H A Dkeyevent.adb15 package gui_window renames agar.gui.window; packspec
H A Dslider_callbacks.ads13 package gui_window renames agar.gui.window; packspec
H A Dwinicon.adb18 package gui_window renames agar.gui.window; packspec
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dgui.c295 struct gui_window struct
297 struct gui_window_2 *shared; argument
321 struct gui_window_2 *gw; argument
328 static struct gui_window *cur_gw = NULL; argument
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/
H A Dugui_tools.c8 static UG_WINDOW gui_window; variable
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/
H A Dugui_tools.c8 static UG_WINDOW gui_window; variable
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/
H A Dugui_tools.c8 static UG_WINDOW gui_window; variable
/dports/emulators/aranym/aranym-1.1.0/src/include/
H A Dhostscreen.h110 SDL_Window *gui_window; variable
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-gtk/
H A Dgtkui.c65 static GtkWidget *gui_window; variable
/dports/emulators/uae/uae-0.8.29/src/gui-gtk/
H A Dgtkui.c43 static GtkWidget *gui_window; variable