wlmaker
|
#include <window.h>
Public Attributes | |
wlmtk_window_t * | window_ptr |
wlmtk_fake_surface_t * | fake_surface_ptr |
wlmtk_fake_content_t * | fake_content_ptr |
wlmtk_menu_t * | window_menu_ptr |
bool | request_minimize_called |
bool | request_move_called |
bool | request_resize_called |
uint32_t | request_resize_edges |
State of the fake window, for tests.
wlmtk_fake_content_t* wlmtk_fake_window_t::fake_content_ptr |
Fake content, wraps the fake surface.
wlmtk_fake_surface_t* wlmtk_fake_window_t::fake_surface_ptr |
Fake surface, to manipulate the fake window's surface.
bool wlmtk_fake_window_t::request_minimize_called |
Whether wlmtk_window_request_minimize was called.
bool wlmtk_fake_window_t::request_move_called |
Whether wlmtk_window_request_move was called.
bool wlmtk_fake_window_t::request_resize_called |
Whether wlmtk_window_request_resize was called.
uint32_t wlmtk_fake_window_t::request_resize_edges |
Argument to last wlmtk_window_request_resize call.
wlmtk_menu_t* wlmtk_fake_window_t::window_menu_ptr |
Hack: Direct link to window popup menu.
wlmtk_window_t* wlmtk_fake_window_t::window_ptr |
Window state.