![]() |
![]() |
![]() |
libempathy-gtk Reference Manual | ![]() |
---|---|---|---|---|
enum EmpathyContactListFeatureFlags; EmpathyContactListView; EmpathyContactListView* empathy_contact_list_view_new (EmpathyContactListStore *store, EmpathyContactListFeatureFlags list_features, EmpathyContactFeatureFlags contact_features); EmpathyContact* empathy_contact_list_view_get_selected (EmpathyContactListView *view); gchar* empathy_contact_list_view_get_selected_group (EmpathyContactListView *view); GtkWidget* empathy_contact_list_view_get_contact_menu (EmpathyContactListView *view); GtkWidget* empathy_contact_list_view_get_group_menu (EmpathyContactListView *view);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkTreeView +----EmpathyContactListView
"contact-features" EmpathyContactFeatureFlags : Read / Write "list-features" EmpathyContactListFeatureFlags : Read / Write "store" EmpathyContactListStore* : Read / Write / Construct Only
typedef enum { EMPATHY_CONTACT_LIST_FEATURE_NONE = 0, EMPATHY_CONTACT_LIST_FEATURE_GROUPS_SAVE = 1 << 0, EMPATHY_CONTACT_LIST_FEATURE_GROUPS_RENAME = 1 << 1, EMPATHY_CONTACT_LIST_FEATURE_GROUPS_REMOVE = 1 << 2, EMPATHY_CONTACT_LIST_FEATURE_CONTACT_REMOVE = 1 << 3, EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DROP = 1 << 4, EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DRAG = 1 << 5, EMPATHY_CONTACT_LIST_FEATURE_CONTACT_TOOLTIP = 1 << 6, EMPATHY_CONTACT_LIST_FEATURE_ALL = (1 << 7) - 1, } EmpathyContactListFeatureFlags;
EmpathyContactListView* empathy_contact_list_view_new (EmpathyContactListStore *store, EmpathyContactListFeatureFlags list_features, EmpathyContactFeatureFlags contact_features);
|
|
|
|
|
|
Returns : |
EmpathyContact* empathy_contact_list_view_get_selected (EmpathyContactListView *view);
|
|
Returns : |
gchar* empathy_contact_list_view_get_selected_group (EmpathyContactListView *view);
|
|
Returns : |
GtkWidget* empathy_contact_list_view_get_contact_menu (EmpathyContactListView *view);
|
|
Returns : |
GtkWidget* empathy_contact_list_view_get_group_menu (EmpathyContactListView *view);
|
|
Returns : |
"contact-features"
property"contact-features" EmpathyContactFeatureFlags : Read / Write
Falgs for all enabled features for the menu.
"list-features"
property"list-features" EmpathyContactListFeatureFlags : Read / Write
Falgs for all enabled features.
"store"
property"store" EmpathyContactListStore* : Read / Write / Construct Only
The store of the view.
"drag-contact-received"
signalvoid user_function (EmpathyContactListView *empathycontactlistview, EmpathyContact *arg1, gchar *arg2, gchar *arg3, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
|
|
|
|
user data set when the signal handler was connected. |