wlmaker
|
#include <workspace.h>
Public Attributes | |
wlmtk_workspace_t * | workspace_ptr |
wlmtk_container_t * | fake_parent_ptr |
struct wl_signal | window_mapped_event |
struct wl_signal | window_unmapped_event |
struct wl_listener | window_mapped_listener |
struct wl_listener | window_unmapped_listener |
bool | window_mapped_listener_invoked |
bool | window_unmapped_listener_invoked |
Fake workspace: A real workspace, but with a fake parent. For testing.
wlmtk_container_t* wlmtk_fake_workspace_t::fake_parent_ptr |
The (fake) parent container.
struct wl_signal wlmtk_fake_workspace_t::window_mapped_event |
Signal for when a window is mapped.
struct wl_listener wlmtk_fake_workspace_t::window_mapped_listener |
Listener for when the window is mapped.
bool wlmtk_fake_workspace_t::window_mapped_listener_invoked |
Reports whether window_mapped_listener was invoked.
struct wl_signal wlmtk_fake_workspace_t::window_unmapped_event |
Signal for when a window is unmapped.
struct wl_listener wlmtk_fake_workspace_t::window_unmapped_listener |
Listener for when the window is unmapped.
bool wlmtk_fake_workspace_t::window_unmapped_listener_invoked |
Reports whether window_unmapped_listener was invoked.
wlmtk_workspace_t* wlmtk_fake_workspace_t::workspace_ptr |
The workspace.