|
wlmaker
|
Public Attributes | |
| void(* | destroy )(wlmtk_window_t *window_ptr) |
| void(* | request_minimize )(wlmtk_window_t *window_ptr) |
| void(* | request_move )(wlmtk_window_t *window_ptr) |
| void(* | request_resize )(wlmtk_window_t *window_ptr, uint32_t edges) |
Virtual method table for the window.
| void(* _wlmtk_window_vmt_t::destroy) (wlmtk_window_t *window_ptr) |
Destructor.
| void(* _wlmtk_window_vmt_t::request_minimize) (wlmtk_window_t *window_ptr) |
Virtual method for wlmtk_window_request_minimize.
| void(* _wlmtk_window_vmt_t::request_move) (wlmtk_window_t *window_ptr) |
Virtual method for wlmtk_window_request_move.
| void(* _wlmtk_window_vmt_t::request_resize) (wlmtk_window_t *window_ptr, uint32_t edges) |
Virtual method for wlmtk_window_request_resize.