wlmaker
|
#include <root.h>
Public Attributes | |
struct wl_signal | workspace_changed |
struct wl_signal | unlock_event |
struct wl_signal | window_mapped |
struct wl_signal | window_unmapped |
struct wl_signal | unclaimed_button_event |
Signals available for the wlmtk_root_t class.
struct wl_signal wlmtk_root_events_t::unclaimed_button_event |
An unclaimed pointer event. Arg: wlmtk_button_event_t.
struct wl_signal wlmtk_root_events_t::unlock_event |
Triggers whenever wlmtk_root_unlock succeeds.
struct wl_signal wlmtk_root_events_t::window_mapped |
Triggers when a window is mapped to a workspace.
struct wl_signal wlmtk_root_events_t::window_unmapped |
Triggers when a window is unmapped from a workspace.
struct wl_signal wlmtk_root_events_t::workspace_changed |
Signal: Raised when the current workspace is changed. Data: Pointer to the new wlmaker_workspace_t
.