summaryrefslogtreecommitdiff
path: root/gtk/gtkfontsel.h
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2002-10-05 15:09:29 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2002-10-05 15:09:29 +0000
commita92b7a99f47389d8bc7e60fdc59540f39eb21f11 (patch)
tree2a92a6da447dd3482020a76cf79682c4dc937e78 /gtk/gtkfontsel.h
parent8409ada92ff408f41c3014ffa6401ce97da0e5ed (diff)
downloadgdk-pixbuf-a92b7a99f47389d8bc7e60fdc59540f39eb21f11.tar.gz
docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,
Sat Oct 5 16:47:03 2002 Soeren Sandmann <sandmann@daimi.au.dk> * docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c, gdk/x11/gdkwindow-x11.c, gtk/gtkfontsel.h, gtk/gtkimcontext.c, gtk/gtktreeview.c, gtk/gtktreeviewcolumn.c Documentation fixes: #75170, Dan Winship; #73220, Havoc Pennington; #70742, Boris Shingarov; #72007, Alexey A. Malyshev
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;