From a92b7a99f47389d8bc7e60fdc59540f39eb21f11 Mon Sep 17 00:00:00 2001 From: Soeren Sandmann Date: Sat, 5 Oct 2002 15:09:29 +0000 Subject: docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c, Sat Oct 5 16:47:03 2002 Soeren Sandmann * 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 --- gtk/gtkfontsel.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gtk/gtkfontsel.h') 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; -- cgit v1.2.1