PhoshTopPanel
PhoshTopPanel — The top panel
|
|
Implemented Interfaces
PhoshTopPanel implements
AtkImplementorIface and GtkBuildable.
Description
The top panel containing the clock and status indicators. When activated
int unfolds the PhoshSettings.
Functions
phosh_top_panel_new ()
GtkWidget *
phosh_top_panel_new (struct zwlr_layer_shell_v1 *layer_shell
,
struct wl_output *wl_output
);
phosh_top_panel_toggle_fold ()
void
phosh_top_panel_toggle_fold (PhoshTopPanel *self
);
phosh_top_panel_fold ()
void
phosh_top_panel_fold (PhoshTopPanel *self
);
phosh_top_panel_unfold ()
void
phosh_top_panel_unfold (PhoshTopPanel *self
);
Types and Values
PHOSH_TYPE_TOP_PANEL
#define PHOSH_TYPE_TOP_PANEL (phosh_top_panel_get_type ())
PHOSH_TOP_PANEL_HEIGHT
#define PHOSH_TOP_PANEL_HEIGHT 32
PhoshTopPanel
typedef struct _PhoshTopPanel PhoshTopPanel;