NetSurf
Functions | Variables
gui_options.h File Reference
#include <Window.h>
Include dependency graph for gui_options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void nsbeos_options_init (void)
 
void nsbeos_options_load (void)
 Init options and load window. More...
 
void nsbeos_options_save (void)
 Load current options into window. More...
 

Variables

BWindow * wndPreferences
 

Function Documentation

◆ nsbeos_options_init()

void nsbeos_options_init ( void  )

Definition at line 38 of file gui_options.cpp.

References nsbeos_options_load().

Referenced by gui_init().

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

◆ nsbeos_options_load()

void nsbeos_options_load ( void  )

Init options and load window.

Definition at line 43 of file gui_options.cpp.

Referenced by nsbeos_options_init().

Here is the caller graph for this function:

◆ nsbeos_options_save()

void nsbeos_options_save ( void  )

Load current options into window.

Definition at line 48 of file gui_options.cpp.

Variable Documentation

◆ wndPreferences

BWindow* wndPreferences
extern

Definition at line 36 of file gui_options.cpp.