More checks for the case where the overshoot is bigger than the size of the widget.
[hildon] / src / hildon-dialog.h
index dfb11be..ef41a87 100644 (file)
@@ -77,6 +77,13 @@ hildon_dialog_get_type                          (void);
 GtkWidget*
 hildon_dialog_new                               (void);
 
+GtkWidget*
+hildon_dialog_new_with_buttons                  (const gchar    *title,
+                                                 GtkWindow      *parent,
+                                                 GtkDialogFlags  flags,
+                                                 const gchar    *first_button_text,
+                                                 ...);
+
 G_END_DECLS
 
 #endif                                          /* __HILDON_DIALOG_H__ */