![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#define PLANK_TYPE_DRAG_MANAGER void plank_drag_manager_initialize (PlankDragManager *self
); gboolean plank_drag_manager_drop_is_accepted_by (PlankDragManager *self
,PlankItemsDockItem *item
); void plank_drag_manager_ensure_proxy (PlankDragManager *self
); PlankDragManager * plank_drag_manager_new (PlankDockController *controller
); gboolean plank_drag_manager_get_InternalDragActive (PlankDragManager *self
); gboolean plank_drag_manager_get_HoveredAcceptsDrop (PlankDragManager *self
); PlankItemsDockItem * plank_drag_manager_get_DragItem (PlankDragManager *self
); gboolean plank_drag_manager_get_DragIsDesktopFile (PlankDragManager *self
); gboolean plank_drag_manager_get_ExternalDragActive (PlankDragManager *self
); gboolean plank_drag_manager_get_RepositionMode (PlankDragManager *self
); struct PlankDragManager; struct PlankDragManagerClass;
"DragIsDesktopFile" gboolean : Read "DragItem" PlankItemsDockItem* : Read "ExternalDragActive" gboolean : Read "HoveredAcceptsDrop" gboolean : Read "InternalDragActive" gboolean : Read "RepositionMode" gboolean : Read "controller" PlankDockController* : Write / Construct Only
#define PLANK_TYPE_DRAG_MANAGER (plank_drag_manager_get_type ())
The type for PlankDragManager.
void plank_drag_manager_initialize (PlankDragManager *self
);
|
the PlankDragManager instance |
gboolean plank_drag_manager_drop_is_accepted_by (PlankDragManager *self
,PlankItemsDockItem *item
);
|
the PlankDragManager instance |
|
void plank_drag_manager_ensure_proxy (PlankDragManager *self
);
|
the PlankDragManager instance |
PlankDragManager * plank_drag_manager_new (PlankDockController *controller
);
|
gboolean plank_drag_manager_get_InternalDragActive
(PlankDragManager *self
);
Get and return the current value of the "InternalDragActive" property.
|
the PlankDragManager instance to query |
Returns : |
the value of the "InternalDragActive" property |
gboolean plank_drag_manager_get_HoveredAcceptsDrop
(PlankDragManager *self
);
Get and return the current value of the "HoveredAcceptsDrop" property.
|
the PlankDragManager instance to query |
Returns : |
the value of the "HoveredAcceptsDrop" property |
PlankItemsDockItem * plank_drag_manager_get_DragItem (PlankDragManager *self
);
Get and return the current value of the "DragItem" property.
|
the PlankDragManager instance to query |
Returns : |
the value of the "DragItem" property |
gboolean plank_drag_manager_get_DragIsDesktopFile
(PlankDragManager *self
);
Get and return the current value of the "DragIsDesktopFile" property.
|
the PlankDragManager instance to query |
Returns : |
the value of the "DragIsDesktopFile" property |
gboolean plank_drag_manager_get_ExternalDragActive
(PlankDragManager *self
);
Get and return the current value of the "ExternalDragActive" property.
|
the PlankDragManager instance to query |
Returns : |
the value of the "ExternalDragActive" property |
gboolean plank_drag_manager_get_RepositionMode
(PlankDragManager *self
);
Get and return the current value of the "RepositionMode" property.
|
the PlankDragManager instance to query |
Returns : |
the value of the "RepositionMode" property |
struct PlankDragManagerClass { GObjectClass parent_class; };
The class structure for PLANK_TYPE_DRAG_MANAGER
. All the fields in this structure are private and should never be accessed directly.
GObjectClass |
the parent class structure |
"DragIsDesktopFile"
property"DragIsDesktopFile" gboolean : Read
DragIsDesktopFile.
Default value: FALSE
"ExternalDragActive"
property"ExternalDragActive" gboolean : Read
ExternalDragActive.
Default value: FALSE
"HoveredAcceptsDrop"
property"HoveredAcceptsDrop" gboolean : Read
HoveredAcceptsDrop.
Default value: FALSE
"InternalDragActive"
property"InternalDragActive" gboolean : Read
InternalDragActive.
Default value: FALSE