wlmaker
Loading...
Searching...
No Matches
Public Attributes | List of all members
wlmtk_window_vmt_t Struct Reference

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)
 

Detailed Description

Virtual method table for the window.

Member Data Documentation

◆ destroy

void(* wlmtk_window_vmt_t::destroy) (wlmtk_window_t *window_ptr)

Destructor.

◆ request_minimize

void(* wlmtk_window_vmt_t::request_minimize) (wlmtk_window_t *window_ptr)

Virtual method for wlmtk_window_request_minimize.

◆ request_move

void(* wlmtk_window_vmt_t::request_move) (wlmtk_window_t *window_ptr)

Virtual method for wlmtk_window_request_move.

◆ request_resize

void(* wlmtk_window_vmt_t::request_resize) (wlmtk_window_t *window_ptr, uint32_t edges)

Virtual method for wlmtk_window_request_resize.


The documentation for this struct was generated from the following file: