diff options
Diffstat (limited to 'lib/ephy-dialog.h')
-rw-r--r-- | lib/ephy-dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ephy-dialog.h b/lib/ephy-dialog.h index 0a6f16a2d..9bc054e6b 100644 --- a/lib/ephy-dialog.h +++ b/lib/ephy-dialog.h @@ -99,6 +99,10 @@ void ephy_dialog_add_enum (EphyDialog *dialog, guint n_items, const char **items); +void ephy_dialog_set_size_group (EphyDialog *dialog, + int *controls_id, + guint n_controls); + gint ephy_dialog_run (EphyDialog *dialog); void ephy_dialog_show (EphyDialog *dialog); |