NetSurf
Data Structures | Typedefs | Functions | Variables
gui.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  gui_window
 first entry in window list More...
 

Typedefs

typedef struct fb_cursor_s fb_cursor_t
 
typedef struct nsfb_bbox_s bbox_t
 

Functions

void gui_resize (struct fbtk_widget_s *root, int width, int height)
 

Variables

struct gui_windowwindow_list
 

Typedef Documentation

◆ bbox_t

typedef struct nsfb_bbox_s bbox_t

Definition at line 28 of file gui.h.

◆ fb_cursor_t

typedef struct fb_cursor_s fb_cursor_t

Definition at line 25 of file gui.h.

Function Documentation

◆ gui_resize()

void gui_resize ( struct fbtk_widget_s root,
int  width,
int  height 
)

Definition at line 2290 of file gui.c.

References fbtk_get_nsfb(), fbtk_request_redraw(), fbtk_set_pos_and_size(), febpp, feheight, fewidth, framebuffer_resize(), height, gui_window::next, nsfb, nsoption_int, resize_normal_browser_window(), root, width, and window_list.

Referenced by fbtk_event().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ window_list

struct gui_window* window_list
extern

Definition at line 74 of file gui.c.