mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
393285778f
commit
3be528f2db
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user