BamfWindow
BamfWindow
— The base class for all windows
Description
BamfWindow is the base class that all windows need to derive from.
Functions
bamf_window_get_transient ()
BamfWindow *
bamf_window_get_transient (BamfWindow *self);
Returns
A transient for this BamfWindow.
[transfer none][allow-none]
bamf_window_get_monitor ()
gint
bamf_window_get_monitor (BamfWindow *self);
bamf_window_get_utf8_prop ()
gchar *
bamf_window_get_utf8_prop (BamfWindow *self,
const char *prop);
Types and Values
BAMF_WINDOW_SIGNAL_MONITOR_CHANGED
#define BAMF_WINDOW_SIGNAL_MONITOR_CHANGED "monitor-changed"
BAMF_WINDOW_SIGNAL_MAXIMIZED_CHANGED
#define BAMF_WINDOW_SIGNAL_MAXIMIZED_CHANGED "maximized-changed"
enum BamfWindowMaximizationType