![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#define PLANK_TYPE_HIDE_MANAGER void plank_hide_manager_initialize (PlankHideManager *self
); void plank_hide_manager_update_dock_hovered (PlankHideManager *self
); PlankHideManager * plank_hide_manager_new (PlankDockController *controller
); gboolean plank_hide_manager_get_Hidden (PlankHideManager *self
); gboolean plank_hide_manager_get_Disabled (PlankHideManager *self
); gboolean plank_hide_manager_get_DockHovered (PlankHideManager *self
); struct PlankHideManager; struct PlankHideManagerClass; enum PlankHideType;
"Disabled" gboolean : Read "DockHovered" gboolean : Read "Hidden" gboolean : Read "controller" PlankDockController* : Write / Construct Only
#define PLANK_TYPE_HIDE_MANAGER (plank_hide_manager_get_type ())
The type for PlankHideManager.
void plank_hide_manager_initialize (PlankHideManager *self
);
Initializes the hide manager. Call after the DockWindow is constructed.
|
the PlankHideManager instance |
void plank_hide_manager_update_dock_hovered
(PlankHideManager *self
);
Checks to see if the dock is being hovered by the mouse cursor.
|
the PlankHideManager instance |
PlankHideManager * plank_hide_manager_new (PlankDockController *controller
);
Creates a new instance of a HideManager, which handles checking if a dock should hide or not.
|
. the PlankDockController to manage hiding for. [in] |
gboolean plank_hide_manager_get_Hidden (PlankHideManager *self
);
Get and return the current value of the "Hidden" property.
If the dock is currently hidden.
|
the PlankHideManager instance to query |
Returns : |
the value of the "Hidden" property |
gboolean plank_hide_manager_get_Disabled (PlankHideManager *self
);
Get and return the current value of the "Disabled" property.
If hiding the dock is currently disabled
|
the PlankHideManager instance to query |
Returns : |
the value of the "Disabled" property |
gboolean plank_hide_manager_get_DockHovered (PlankHideManager *self
);
Get and return the current value of the "DockHovered" property.
If the dock is currently hovered by the mouse cursor.
|
the PlankHideManager instance to query |
Returns : |
the value of the "DockHovered" property |
struct PlankHideManager;
Class to handle checking if a dock should hide or not.
struct PlankHideManagerClass { GObjectClass parent_class; };
The class structure for PLANK_TYPE_HIDE_MANAGER
. All the fields in this structure are private and should never be accessed directly.
GObjectClass |
the parent class structure |