| libhildondesktop 2.0 Reference Manual | ||||
|---|---|---|---|---|
#define HILDON_DESKTOP_ITEM_SETTINGS_SYMBOL HildonDesktopItem; GtkWidget* hildon_desktop_item_get_widget (HildonDesktopItem *item); const gchar* hildon_desktop_item_get_id (HildonDesktopItem *item); const gchar* hildon_desktop_item_get_name (HildonDesktopItem *item); gint hildon_desktop_item_find_by_id (HildonDesktopItem *item, const gchar *id); GtkWidget* (*HildonDesktopItemSettingsDialog) (GModule *module);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----HildonDesktopItem
+----HildonDesktopHomeItem
+----HildonDesktopPanelItem
"id" gchararray : Read / Write / Construct "item-name" gchararray : Read / Write / Construct "mandatory" gboolean : Read / Write / Construct
#define HILDON_DESKTOP_ITEM_SETTINGS_SYMBOL "hildon_desktop_item_get_settings"
GtkWidget* hildon_desktop_item_get_widget (HildonDesktopItem *item);
Returns the child widget of a HildonDesktopItem
|
a HildonDesktopItem |
Returns : |
the child widget |
const gchar* hildon_desktop_item_get_id (HildonDesktopItem *item);
Returns a HildonDesktopItem 's identifier. The identifier is used internally to associate items with container configuration.
|
a HildonDesktopItem |
Returns : |
the item's identifier |
const gchar* hildon_desktop_item_get_name (HildonDesktopItem *item);
Returns a HildonDesktopItem 's name.
|
a HildonDesktopItem |
Returns : |
the item's name |
gint hildon_desktop_item_find_by_id (HildonDesktopItem *item, const gchar *id);
Checks whether this item has the given id. Used as a GList find function.
|
a HildonDesktopItem |
|
the id to look for. |
Returns : |
0 if the item has this id, not 0 otherwise. |
"item-name" property"item-name" gchararray : Read / Write / Construct
Name of the plugin, not widget.
Default value: "HildonDesktopItem"
"init" signalvoid user_function (HildonDesktopItem *hildondesktopitem, gchar *arg1, gpointer user_data) : Run First / Has Details
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"item-create" signalvoid user_function (HildonDesktopItem *hildondesktopitem, gchar *arg1, gpointer user_data) : Run First / Has Details
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |