NetSurf
Functions
drawable.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

nserror nsws_create_drawable_class (HINSTANCE hinstance)
 Create the drawable window class. More...
 
HWND nsws_window_create_drawable (HINSTANCE hinstance, HWND hparent, struct gui_window *gw)
 Create a drawable window. More...
 

Function Documentation

◆ nsws_create_drawable_class()

nserror nsws_create_drawable_class ( HINSTANCE  hinstance)

Create the drawable window class.

Definition at line 707 of file drawable.c.

References NSERROR_INIT_FAILED, NSERROR_OK, nsws_window_drawable_event_callback(), win_perror(), and windowclassname_drawable.

Referenced by WinMain().

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

◆ nsws_window_create_drawable()

HWND nsws_window_create_drawable ( HINSTANCE  hinstance,
HWND  hparent,
struct gui_window gw 
)

Create a drawable window.

Definition at line 674 of file drawable.c.

References NSLOG, win_perror(), and windowclassname_drawable.

Referenced by win32_window_create().

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