![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define PLANK_TYPE_DOCK_CONTROLLER
PlankDockController * plank_dock_controller_new (void
);
struct PlankDockController;
struct PlankDockControllerClass;
#define PLANK_G_RESOURCE_PATH
#define PLANK_TYPE_DOCK_CONTROLLER (plank_dock_controller_get_type ())
The type for PlankDockController.
struct PlankDockController;
A controller class for managing a single dock.
struct PlankDockControllerClass { GObjectClass parent_class; };
The class structure for PLANK_TYPE_DOCK_CONTROLLER
. All the fields in this structure are private and should never be accessed directly.
GObjectClass |
the parent class structure |