#include <stdbool.h>
#include <mt_gem.h>
#include "netsurf/mouse.h"
#include "atari/redrawslots.h"
#include "atari/gemtk/gemtk.h"
Go to the source code of this file.
◆ CARET_STATE_ENABLED
#define CARET_STATE_ENABLED 0x02 |
Definition at line 35 of file gui.h.
◆ CARET_STATE_VISIBLE
#define CARET_STATE_VISIBLE 0x01 |
Definition at line 34 of file gui.h.
◆ CDT_ICON
Definition at line 97 of file gui.h.
◆ CDT_ICON_TYPE
#define CDT_ICON_TYPE 0x05UL |
Definition at line 98 of file gui.h.
◆ CDT_ICON_TYPE_BITMAP
#define CDT_ICON_TYPE_BITMAP 0x02UL |
◆ CDT_ICON_TYPE_NONE
#define CDT_ICON_TYPE_NONE 0x00UL |
Definition at line 99 of file gui.h.
◆ CDT_ICON_TYPE_OBJECT
#define CDT_ICON_TYPE_OBJECT 0x01UL |
◆ CDT_OBJECT
#define CDT_OBJECT 0x004f424aUL |
Definition at line 95 of file gui.h.
◆ CDT_OWNER
Definition at line 96 of file gui.h.
◆ MFORM_EX_FLAG_USERFORM
#define MFORM_EX_FLAG_USERFORM 0x01 |
Definition at line 51 of file gui.h.
◆ PATH_MAX
Definition at line 31 of file gui.h.
◆ CMP_BROWSER
◆ CMP_STATUSBAR
◆ CMP_TOOLBAR
◆ MFORM_EX
Definition at line 60 of file gui.h.
◆ POINT
Definition at line 49 of file gui.h.
◆ ROOTWIN
◆ focus_element_type
Enumerator |
---|
WIDGET_NONE | |
URL_WIDGET | |
SEARCH_INPUT | |
BROWSER | |
Definition at line 80 of file gui.h.
◆ atari_window_set_status()
void atari_window_set_status |
( |
struct gui_window * |
w, |
|
|
const char * |
text |
|
) |
| |
◆ gui_get_input_window()
◆ gui_set_input_gui_window()
void gui_set_input_gui_window |
( |
struct gui_window * |
gw | ) |
|
◆ gui_window_destroy()
Destroy previously created gui window.
- Parameters
-
gw | The gui window to destroy. |
Definition at line 252 of file gui.c.
References gui_window::browser, gui_set_input_gui_window(), input_window, gui_window::next, nsatari_search_session_destroy(), NSLOG, gui_window::prev, gui_window::root, gui_window::search, gui_window::status, gui_window::title, gui_window::url, window_list, and window_unref_gui_window().
◆ gui_window_get_title()
char * gui_window_get_title |
( |
struct gui_window * |
gw | ) |
|
◆ gui_window_get_url()
char * gui_window_get_url |
( |
struct gui_window * |
gw | ) |
|
◆ gui_window_set_pointer()
set the pointer shape
Definition at line 216 of file theme.c.
◆ gem_cursors
◆ window_list
Definition at line 75 of file gui.c.