diff options
author | Tim Janik <timj@gtk.org> | 2001-10-13 05:52:14 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-10-13 05:52:14 +0000 |
commit | cf9f0b774198a0584ae067a308796ad308379edc (patch) | |
tree | f39ebf03956a2309b02a3165f07aae6af99995c7 /docs/reference/gtk/tmpl/gtkbbox.sgml | |
parent | 0511377235e775920eb0c3b0e743ad1c6eed8ebb (diff) | |
download | gtk+-cf9f0b774198a0584ae067a308796ad308379edc.tar.gz |
to compare pattern specs, use g_pattern_spec_equal() instead of direct
Sat Oct 13 07:09:30 2001 Tim Janik <timj@gtk.org>
* gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
specs, use g_pattern_spec_equal() instead of direct field accesses.
upon compressing two equal paths of the same type, the resulting
priority has to be the maximum.
* gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
GtkPathPriorityType enum and make it a macro.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkbbox.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkbbox.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtkbbox.sgml b/docs/reference/gtk/tmpl/gtkbbox.sgml index c14c365513..38d13b2f76 100644 --- a/docs/reference/gtk/tmpl/gtkbbox.sgml +++ b/docs/reference/gtk/tmpl/gtkbbox.sgml @@ -153,6 +153,16 @@ box. @ipad_y: the vertical padding that should be used by each button in @widget. +<!-- ##### FUNCTION gtk_button_box_set_child_secondary ##### --> +<para> + +</para> + +@widget: +@child: +@is_secondary: + + <!-- ##### ARG GtkButtonBox:layout-style ##### --> <para> |