diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-07-29 08:20:25 +0100 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 11:03:07 +0100 |
commit | 540509cdee5b939f9965ae0fb6106a3b40a2ae3d (patch) | |
tree | 183afafaf3897b3e8119bebe2e6fbdf9763c5a02 /tp-account-widgets/tpaw-account-widget.h | |
parent | b16515893aeebd0dbd1623c6928f467cc0a17b63 (diff) | |
download | telepathy-account-widgets-540509cdee5b939f9965ae0fb6106a3b40a2ae3d.tar.gz |
account-widget: add an "action-area" property
This allows user of the class to get the buttons packed in a different
widget, for instance the one returned by gtk_dialog_get_action_area.
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-account-widget.h')
-rw-r--r-- | tp-account-widgets/tpaw-account-widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tp-account-widgets/tpaw-account-widget.h b/tp-account-widgets/tpaw-account-widget.h index 7e2c627e..70ec3285 100644 --- a/tp-account-widgets/tpaw-account-widget.h +++ b/tp-account-widgets/tpaw-account-widget.h @@ -60,6 +60,7 @@ GType tpaw_account_widget_get_type (void); TpawAccountWidget * tpaw_account_widget_new_for_protocol ( TpawAccountSettings *settings, + GtkBox *action_area, gboolean simple); gboolean tpaw_account_widget_contains_pending_changes |