| libhildondesktop 2.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
HildonDesktopPanelItem;
HildonDesktopPanelItemClass;
gint hildon_desktop_panel_item_get_position
(HildonDesktopPanelItem *item);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----HildonDesktopItem
+----HildonDesktopPanelItem
+----StatusbarItem
+----TaskNavigatorItem
"orientation" guint : Read / Write / Construct "position" gint : Read / Write / Construct
typedef struct {
HildonDesktopItemClass parent_class;
} HildonDesktopPanelItemClass;
gint hildon_desktop_panel_item_get_position
(HildonDesktopPanelItem *item);
hildon_desktop_panel_item_get_position has been deprecated since version 2.0 and should not be used in newly-written code. use "position" property instead.
|
A HildonDesktopItem object. |
Returns : |
item position (>= 0 if the operation succeeded, else -1). |