add missing structures.

Sun Sep 26 02:06:43 2004  Jonathan Blandford  <jrb@gnome.org>

        * gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
This commit is contained in:
Jonathan Blandford 2004-09-26 06:14:55 +00:00 committed by Jonathan Blandford
parent 393285778f
commit 3be528f2db
6 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll

View File

@ -1,3 +1,7 @@
Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll

View File

@ -1,3 +1,7 @@
Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll

View File

@ -1,3 +1,7 @@
Sun Sep 26 02:06:43 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.h (struct _GtkPathBar): add missing structures.
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_check_parent_path): Scroll

View File

@ -127,6 +127,11 @@ mouse cursor is.
</para>
<!-- ##### ARG GtkButton:displace-focus ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_button_new ##### -->
<para>
Creates a new #GtkButton widget. To add a child widget to the button,

View File

@ -54,11 +54,14 @@ struct _GtkPathBar
GtkWidget *up_slider_button;
GtkWidget *down_slider_button;
guint settings_signal_id;
guint timer;
gint icon_size;
gint16 slider_width;
gint16 spacing;
gint16 button_offset;
guint slider_visible : 1;
guint ignore_click : 1;
guint need_timer;
};
struct _GtkPathBarClass