| Osso Addressbook Reference Manual |
|---|
OssoABookAccountSelectorOssoABookAccountSelector — Account selection widget. |
OssoABookAccountSelector;
GtkWidget* osso_abook_account_selector_new (OssoABookAccountModel *model,
OssoABookFilterModel *filter_model);
GObject
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkScrolledWindow
+----OssoABookTreeView
+----OssoABookAccountView
+----OssoABookAccountSelector
"checkbox-selection-only" gboolean : Read / Write "maximum-selection" guint : Read / Write "minimum-selection" guint : Read / Write
"extended-selection-changed" void user_function (OssoABookAccountSelector *ossoabookaccountselector, guint arg1, gpointer user_data);
OssoABookAccountSelector is a widget that displays accounts and allows them to be selected.
typedef struct _OssoABookAccountSelector OssoABookAccountSelector;
OssoABookAccountSelector has no publicly available members.
GtkWidget* osso_abook_account_selector_new (OssoABookAccountModel *model, OssoABookFilterModel *filter_model);
Creates a new OssoABookAccountSelector object exposing the contents of
model, as filtered by filter_model (if non-NULL).
model : |
An OssoABookAccountModel whose contents are to be exposed |
filter_model : |
An OssoABookFilterModel filtering model, or NULL
|
| Returns : | A new OssoABookAccountSelector object. |
checkbox-selection-only" property"checkbox-selection-only" gboolean : Read / Write
Only use the checkbox selection.
Default value: TRUE
maximum-selection" property"maximum-selection" guint : Read / Write
The maximum number of rows to be selected.
Allowed values: >= 1
Default value: 4294967295
void user_function (OssoABookAccountSelector *ossoabookaccountselector, guint arg1, gpointer user_data);
The extended-selection-changed signal is emitted when the set of checked rows has changed.
ossoabookaccountselector : |
the object which received the signal. |
arg1 : |
the number of checked rows. |
user_data : |
user data set when the signal handler was connected. |
| << OssoABookAccountView | OssoABookContactModel >> |