![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define PLANK_ITEMS_TYPE_FILE_DOCK_ITEM void plank_items_file_dock_item_launch (PlankItemsFileDockItem *self
); PlankItemsFileDockItem * plank_items_file_dock_item_new_with_dockitem_file (GFile *file
); PlankItemsFileDockItem * plank_items_file_dock_item_new_with_dockitem_filename (const gchar *filename
); PlankItemsFileDockItem * plank_items_file_dock_item_new (void
); struct PlankItemsFileDockItem; struct PlankItemsFileDockItemClass;
Folders act like stacks and display the contents of the folder in the popup menu. Files just open the associated file.
#define PLANK_ITEMS_TYPE_FILE_DOCK_ITEM (plank_items_file_dock_item_get_type ())
The type for PlankItemsFileDockItem.
void plank_items_file_dock_item_launch (PlankItemsFileDockItem *self
);
Launches the application associated with this item.
|
the PlankItemsFileDockItem instance |
PlankItemsFileDockItem * plank_items_file_dock_item_new_with_dockitem_file
(GFile *file
);
|
PlankItemsFileDockItem * plank_items_file_dock_item_new_with_dockitem_filename
(const gchar *filename
);
|
struct PlankItemsFileDockItem;
A dock item for files or folders on the dock.
Folders act like stacks and display the contents of the folder in the popup menu. Files just open the associated file.
struct PlankItemsFileDockItemClass { PlankItemsDockItemClass parent_class; };
The class structure for PLANK_ITEMS_TYPE_FILE_DOCK_ITEM
. All the fields in this structure are private and should never be accessed directly.
PlankItemsDockItemClass |
the parent class structure |