Home
last modified time | relevance | path

Searched refs:gui_window (Results 1 – 25 of 112) sorted by relevance

12345

/dports/www/netsurf/netsurf-3.10/include/netsurf/
H A Dwindow.h164 struct gui_window *(*create)(struct browser_window *bw,
165 struct gui_window *existing,
174 void (*destroy)(struct gui_window *gw);
194 nserror (*invalidate)(struct gui_window *gw, const struct rect *rect);
205 bool (*get_scroll)(struct gui_window *gw, int *sx, int *sy);
254 nserror (*event)(struct gui_window *gw, enum gui_window_event event);
264 void (*set_title)(struct gui_window *gw, const char *title);
272 nserror (*set_url)(struct gui_window *gw, struct nsurl *url);
280 void (*set_icon)(struct gui_window *gw, struct hlcache_handle *icon);
288 void (*set_status)(struct gui_window *g, const char *text);
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/
H A Dugui_tools.c8 static UG_WINDOW gui_window; variable
43 UG_WindowSetForeColor(&gui_window, C_BLACK); in gui_init()
45 UG_WindowSetXStart(&gui_window, 0); in gui_init()
46 UG_WindowSetYStart(&gui_window, 0); in gui_init()
47 UG_WindowSetXEnd(&gui_window, width - 1); in gui_init()
48 UG_WindowSetYEnd(&gui_window, height - 1); in gui_init()
50 …G_TextboxCreate(&gui_window, &gui_textbox, TXB_ID_0, 0, 0, UG_WindowGetInnerWidth(&gui_window) - 1… in gui_init()
53 UG_WindowShow(&gui_window); in gui_init()
64 UG_TextboxSetText(&gui_window, TXB_ID_0, gui_message); in gui_set_message()
69 UG_WindowResize(&gui_window, x, y, width, height); in gui_window_resize()
[all …]
/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
43 UG_WindowSetForeColor(&gui_window, C_BLACK); in gui_init()
45 UG_WindowSetXStart(&gui_window, 0); in gui_init()
46 UG_WindowSetYStart(&gui_window, 0); in gui_init()
47 UG_WindowSetXEnd(&gui_window, width - 1); in gui_init()
48 UG_WindowSetYEnd(&gui_window, height - 1); in gui_init()
50 …G_TextboxCreate(&gui_window, &gui_textbox, TXB_ID_0, 0, 0, UG_WindowGetInnerWidth(&gui_window) - 1… in gui_init()
53 UG_WindowShow(&gui_window); in gui_init()
64 UG_TextboxSetText(&gui_window, TXB_ID_0, gui_message); in gui_set_message()
69 UG_WindowResize(&gui_window, x, y, width, height); in gui_window_resize()
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/
H A Dugui_tools.c8 static UG_WINDOW gui_window; variable
43 UG_WindowSetForeColor(&gui_window, C_BLACK); in gui_init()
45 UG_WindowSetXStart(&gui_window, 0); in gui_init()
46 UG_WindowSetYStart(&gui_window, 0); in gui_init()
47 UG_WindowSetXEnd(&gui_window, width - 1); in gui_init()
48 UG_WindowSetYEnd(&gui_window, height - 1); in gui_init()
50 …G_TextboxCreate(&gui_window, &gui_textbox, TXB_ID_0, 0, 0, UG_WindowGetInnerWidth(&gui_window) - 1… in gui_init()
53 UG_WindowShow(&gui_window); in gui_init()
64 UG_TextboxSetText(&gui_window, TXB_ID_0, gui_message); in gui_set_message()
69 UG_WindowResize(&gui_window, x, y, width, height); in gui_window_resize()
[all …]
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dgui.h53 struct gui_window;
101 void ami_gui_set_scale(struct gui_window *gw, float scale);
213 struct gui_window *ami_gui_get_active_gw(void);
238 struct List *ami_gui_get_download_list(struct gui_window *gw);
243 const char *ami_gui_get_tab_title(struct gui_window *gw);
248 const char *ami_gui_get_win_title(struct gui_window *gw);
253 struct Node *ami_gui_get_tab_node(struct gui_window *gw);
288 bool ami_gui_get_throbbing(struct gui_window *gw);
293 int ami_gui_get_throbber_frame(struct gui_window *gw);
313 struct Window *ami_gui_get_window(struct gui_window *gw);
[all …]
H A Dtheme.h25 struct gui_window;
48 void gui_window_start_throbber(struct gui_window *g);
49 void gui_window_stop_throbber(struct gui_window *g);
50 void ami_throbber_redraw_schedule(int t, struct gui_window *g);
52 void gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape);
H A Ddrag.c50 static struct gui_window *drag_save_gui;
57 void gui_drag_save_object(struct gui_window *g, struct hlcache_handle *c, in gui_drag_save_object()
98 void gui_drag_save_selection(struct gui_window *g, const char *selection) in gui_drag_save_selection()
136 ami_drag_selection((struct gui_window *)drag_save_data); in ami_drag_save()
168 struct gui_window *g = (struct gui_window *) drag_save_data; in ami_drag_save()
298 void gui_drag_save_object(struct gui_window *g, struct hlcache_handle *c, in gui_drag_save_object()
303 void gui_drag_save_selection(struct gui_window *g, const char *selection) in gui_drag_save_selection()
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dwindow.h28 struct gui_window;
54 nserror ro_gui_window_set_url(struct gui_window *g, struct nsurl *url);
69 nserror ro_gui_window_invalidate_area(struct gui_window *g, const struct rect *rect);
75 void ro_gui_window_set_scale(struct gui_window *g, float scale);
87 bool ro_gui_window_dataload(struct gui_window *g, wimp_message *message);
109 void ro_gui_window_iconise(struct gui_window *g, wimp_full_message_window_info *wi);
122 bool ro_gui_toolbar_dataload(struct gui_window *g, wimp_message *message);
161 void ro_gui_window_default_options(struct gui_window *gui);
170 struct gui_window *ro_gui_window_lookup(wimp_w window);
179 struct gui_window *ro_gui_toolbar_lookup(wimp_w window);
[all …]
H A Dwindow.c182 struct gui_window *g;
292 struct gui_window *g; in ro_gui_window_open()
499 struct gui_window *g = (struct gui_window *) data; in ro_gui_window_update_theme()
519 struct gui_window *g = (struct gui_window *) data; in ro_gui_window_update_toolbar()
1530 struct gui_window *g = (struct gui_window *) data; in ro_gui_window_toolbar_keypress()
1576 struct gui_window *g; in ro_gui_window_close()
1651 struct gui_window *g; in ro_gui_window_redraw()
1790 struct gui_window *g = (struct gui_window *)data; in ro_gui_window_track_end()
1823 struct gui_window *g; in ro_gui_window_keypress()
3862 struct gui_window *g = (struct gui_window *) data; in ro_gui_window_scroll_end()
[all …]
H A Dgui.h42 struct gui_window;
75 struct gui_window { struct
101 struct gui_window *prev; /**< Previous in linked list. */ argument
102 struct gui_window *next; /**< Next in linked list. */ argument
106 extern struct gui_window *ro_gui_current_redraw_gui;
162 void ro_gui_print_prepare(struct gui_window *g);
/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dwindow.h27 extern struct gui_window *window_list;
34 struct browser_window *nsgtk_get_browser_window(struct gui_window *gw);
41 struct nsgtk_scaffolding *nsgtk_get_scaffold(struct gui_window *gw);
67 int nsgtk_gui_window_update_targets(struct gui_window *gw);
74 void nsgtk_window_destroy_browser(struct gui_window *gw);
82 nserror nsgtk_window_search_toggle(struct gui_window *gw);
89 GtkLayout *nsgtk_window_get_layout(struct gui_window *gw);
98 nserror nsgtk_window_item_activate(struct gui_window *gw, nsgtk_toolbar_button itemid);
106 nserror nsgtk_window_position_page_info(struct gui_window *gw,
114 nserror nsgtk_window_position_local_history(struct gui_window *gw);
H A Dwindow.c77 struct gui_window { struct
89 struct gui_window *gui; argument
163 struct gui_window *z; in nsgtk_window_draw_event()
215 struct gui_window *z; in nsgtk_window_draw_event()
256 struct gui_window *g = data; in nsgtk_window_motion_notify_event()
770 struct gui_window *gw = p; in next_throbber_frame()
803 static struct gui_window *
1542 struct gui_window *gw; in gui_search_web_provider_update()
1646 struct gui_window *gw; in nsgtk_window_update_all()
1660 struct gui_window *gw; in nsgtk_window_toolbar_show()
[all …]
H A Dscaffolding.h27 struct gui_window;
39 struct nsgtk_scaffolding *nsgtk_new_scaffolding(struct gui_window *gw);
52 nserror nsgtk_scaffolding_throbber(struct gui_window* gw, bool active);
103 struct gui_window *nsgtk_scaffolding_top_level(struct nsgtk_scaffolding *g);
117 void nsgtk_scaffolding_set_top_level(struct gui_window *g);
156 void nsgtk_scaffolding_set_title(struct gui_window *gw, const char *title);
/dports/www/netsurf/netsurf-3.10/frontends/monkey/
H A Dbrowser.c50 struct gui_window *
53 struct gui_window *ret = NULL; in monkey_find_window_by_num()
73 static struct gui_window *
75 struct gui_window *existing, in gui_window_create()
481 struct gui_window *gw; in monkey_window_handle_destroy()
496 struct gui_window *gw; in monkey_window_handle_go()
545 struct gui_window *gw; in monkey_window_handle_stop()
564 struct gui_window *gw; in monkey_window_handle_redraw()
605 struct gui_window *gw; in monkey_window_handle_reload()
623 struct gui_window *gw; in monkey_window_handle_exec()
[all …]
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
42 struct gui_window *monkey_find_window_by_content(struct hlcache_handle *content);
/dports/www/netsurf/netsurf-3.10/frontends/atari/
H A Dgui.h104 struct gui_window;
127 struct gui_window *active_gui_window;
147 struct gui_window { struct
159 struct gui_window *next, *prev; argument
162 extern struct gui_window *window_list;
167 void gui_set_input_gui_window(struct gui_window *gw);
168 struct gui_window *gui_get_input_window(void);
169 char *gui_window_get_url(struct gui_window *gw);
170 char *gui_window_get_title(struct gui_window *gw);
178 void atari_window_set_status(struct gui_window *w, const char *text);
[all …]
H A Dgui.c73 struct gui_window *input_window = NULL;
74 struct gui_window *window_list = NULL;
116 struct gui_window *tmp; in atari_poll()
191 static struct gui_window *
193 struct gui_window *existing, in gui_window_create()
196 struct gui_window *gw=NULL; in gui_window_create()
200 gw = calloc(1, sizeof(struct gui_window)); in gui_window_create()
224 struct gui_window * tmp = window_list; in gui_window_create()
600 struct gui_window * gw = (struct gui_window *)data; in throbber_advance()
780 struct gui_window *gw = window_list; in gui_quit()
[all …]
H A Drootwin.h47 int window_create(struct gui_window * gw,
49 struct gui_window * existing,
55 void window_open(ROOTWIN *rootwin, struct gui_window *gw, GRECT pos);
75 void window_set_active_gui_window(ROOTWIN *rootwin, struct gui_window *gw);
84 struct gui_window * window_get_active_gui_window(ROOTWIN * rootwin);
88 void window_unref_gui_window(ROOTWIN *rootwin, struct gui_window *gw);
/dports/www/netsurf/netsurf-3.10/frontends/beos/
H A Dwindow.h29 struct gui_window;
35 NSBrowserFrameView(BRect frame, struct gui_window *gui);
50 struct gui_window *fGuiWindow;
71 struct beos_scaffolding *nsbeos_get_scaffold(struct gui_window *g);
73 struct browser_window *nsbeos_get_browser_for_gui(struct gui_window *g);
75 int nsbeos_gui_window_update_targets(struct gui_window *g);
77 void nsbeos_window_destroy_browser(struct gui_window *g);
79 struct browser_window *nsbeos_get_browser_window(struct gui_window *g);
H A Dwindow.cpp63 struct gui_window { struct
94 struct gui_window *next, *prev; argument
112 static void nsbeos_redraw_caret(struct gui_window *g);
339 struct gui_window *existing, in gui_window_create()
344 g = (struct gui_window *)malloc(sizeof(*g)); in gui_window_create()
408 struct gui_window *gui = NULL; in nsbeos_dispatch_event()
423 struct gui_window *z; in nsbeos_dispatch_event()
427 struct gui_window *y; in nsbeos_dispatch_event()
689 struct gui_window *z; in nsbeos_window_expose_event()
918 static void gui_window_destroy(struct gui_window *g) in gui_window_destroy()
[all …]
H A Dscaffolding.h187 nsbeos_scaffolding *nsbeos_new_scaffolding(struct gui_window *toplevel);
203 void gui_window_set_title(struct gui_window *_g, const char *title);
204 nserror gui_window_set_url(struct gui_window *_g, struct nsurl *url);
205 void gui_window_set_icon(struct gui_window *_g, struct hlcache_handle *icon);
206 void gui_window_set_status(struct gui_window *_g, const char *text);
207 void gui_window_start_throbber(struct gui_window* _g);
208 void gui_window_stop_throbber(struct gui_window* _g);
/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Dwindow.h28 struct gui_window *gui;
37 struct gui_window { struct
73 struct gui_window *next, *prev; /**< global linked list */ argument
84 struct gui_window *nsws_get_gui_window(HWND hwnd);
105 nserror win32_window_set_scroll(struct gui_window *gw, const struct rect *rect);
119 HWND gui_window_main_window(struct gui_window *gw);
124 struct nsws_localhistory *gui_window_localhistory(struct gui_window *);
H A Dwindow.c317 struct gui_window *gw; in nsws_window_toolbar_callback()
403 struct gui_window *gw; in nsws_window_urlbar_callback()
465 struct gui_window *gw) in nsws_window_urlbar_create()
558 struct gui_window *gw) in nsws_window_throbber_create()
654 struct gui_window *gw) in nsws_window_create_toolbar()
999 struct gui_window *gw, in nsws_window_command()
1016 struct gui_window *w; in nsws_window_command()
1390 struct gui_window *gw; in nsws_window_event_callback()
1525 static struct gui_window *
1530 struct gui_window *gw; in win32_window_create()
[all …]
/dports/devel/agar/agar-1.5.0/ada-demos/
H A Dkeyevent.adb15 package gui_window renames agar.gui.window; packspec
23 (object => gui_widget.object (gui_window.widget (demo.window)),
29 (object => gui_widget.object (gui_window.widget (demo.window)),
35 (object => gui_widget.object (gui_window.widget (demo.window)),
41 (parent => gui_window.widget (demo.window),
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dgui_factory.c58 static bool gui_default_window_drag_start(struct gui_window *g, in gui_default_window_drag_start()
65 static nserror gui_default_window_save_link(struct gui_window *g, in gui_default_window_save_link()
72 static void gui_default_window_set_icon(struct gui_window *g, in gui_default_window_set_icon()
77 static void gui_default_window_set_pointer(struct gui_window *g, in gui_default_window_set_pointer()
82 static void gui_default_window_set_status(struct gui_window *g, in gui_default_window_set_status()
87 static void gui_default_window_place_caret(struct gui_window *g, in gui_default_window_place_caret()
93 static void gui_default_window_create_form_select_menu(struct gui_window *g, in gui_default_window_create_form_select_menu()
98 static void gui_default_window_file_gadget_open(struct gui_window *g, in gui_default_window_file_gadget_open()
104 static void gui_default_window_drag_save_object(struct gui_window *g, in gui_default_window_drag_save_object()
110 static void gui_default_window_drag_save_selection(struct gui_window *g, in gui_default_window_drag_save_selection()
[all …]

12345