19#ifndef _NETSURF_RISCOS_DIALOG_H_
20#define _NETSURF_RISCOS_DIALOG_H_
void ro_gui_dialog_open_xy(wimp_w, int x, int y)
Open window at a specified location.
void ro_gui_dialog_click(wimp_pointer *pointer)
void ro_gui_dialog_close_persistent(wimp_w parent)
Close persistent dialogs associated with a window.
void ro_gui_dialog_languages_menu_selection(const char *lang)
void ro_gui_dialog_add_persistent(wimp_w parent, wimp_w w)
void ro_gui_dialog_prepare_open_url(void)
Prepares the Open URL dialog.
void ro_gui_dialog_font_menu_selection(int item)
void ro_gui_dialog_proxyauth_menu_selection(int item)
void ro_gui_dialog_update_zoom(struct gui_window *g)
Update the Scale View dialog to reflect the current window settings.
void ro_gui_dialog_open_persistent(wimp_w parent, wimp_w w, bool pointer)
Open a persistent dialog box relative to the pointer.
void ro_gui_dialog_open_config(void)
void ro_gui_dialog_open_at_pointer(wimp_w w)
Open window at the location of the pointer.
wimp_window * ro_gui_dialog_load_template(const char *template_name)
Load a template without creating a window.
void ro_gui_dialog_open(wimp_w w)
Open a dialog box, centred on the screen.
void ro_gui_save_options(void)
Save the current options.
bool ro_gui_dialog_open_top(wimp_w w, struct toolbar *toolbar, int width, int height)
Moves a window to the top of the stack.
void ro_gui_dialog_prepare_zoom(struct gui_window *g)
Prepares the Scale view dialog.
wimp_w ro_gui_dialog_create(const char *template_name)
Create a window from a template.
void ro_gui_dialog_init(void)
Load and create dialogs from template file.
void ro_gui_dialog_close(wimp_w close)
Close a dialog box.
void ro_gui_dialog_image_menu_selection(int item)
first entry in window list
struct fbtk_widget_s * close