summaryrefslogtreecommitdiff
path: root/gtk/gtkfontsel.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfontsel.h')
-rw-r--r--gtk/gtkfontsel.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/gtk/gtkfontsel.h b/gtk/gtkfontsel.h
index 7191f7571..64701ffff 100644
--- a/gtk/gtkfontsel.h
+++ b/gtk/gtkfontsel.h
@@ -102,16 +102,18 @@ struct _GtkFontSelectionClass
struct _GtkFontSelectionDialog
{
GtkDialog parent_instance;
-
+
+ /*< private >*/
GtkWidget *fontsel;
-
+
GtkWidget *main_vbox;
GtkWidget *action_area;
+ /*< public >*/
GtkWidget *ok_button;
- /* The 'Apply' button is not shown by default but you can show/hide it. */
GtkWidget *apply_button;
GtkWidget *cancel_button;
-
+
+ /*< private >*/
/* If the user changes the width of the dialog, we turn auto-shrink off. */
gint dialog_width;
gboolean auto_resize;