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/gtk-unused.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/gtk-unused.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtk-unused.sgml | 191 |
1 files changed, 191 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index 3686e8751a..53236811d6 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -193,6 +193,26 @@ Functions to adapt C structures to native calling convention. Signal Marshallers +<!-- ##### SECTION ./tmpl/gtkpacker.sgml:Long_Description ##### --> +<para> + +</para> + + +<!-- ##### SECTION ./tmpl/gtkpacker.sgml:See_Also ##### --> +<para> + +</para> + + +<!-- ##### SECTION ./tmpl/gtkpacker.sgml:Short_Description ##### --> + + + +<!-- ##### SECTION ./tmpl/gtkpacker.sgml:Title ##### --> +GtkPacker + + <!-- ##### SECTION ./tmpl/gtkprivate.sgml:Title ##### --> Private Information @@ -450,6 +470,29 @@ The widget whose accelerators are to be shown by the #GtkAccelLabel. </para> +<!-- ##### ENUM GtkAnchorType ##### --> +<para> + +</para> + +@GTK_ANCHOR_CENTER: +@GTK_ANCHOR_NORTH: +@GTK_ANCHOR_NORTH_WEST: +@GTK_ANCHOR_NORTH_EAST: +@GTK_ANCHOR_SOUTH: +@GTK_ANCHOR_SOUTH_WEST: +@GTK_ANCHOR_SOUTH_EAST: +@GTK_ANCHOR_WEST: +@GTK_ANCHOR_EAST: +@GTK_ANCHOR_N: +@GTK_ANCHOR_NW: +@GTK_ANCHOR_NE: +@GTK_ANCHOR_S: +@GTK_ANCHOR_SW: +@GTK_ANCHOR_SE: +@GTK_ANCHOR_W: +@GTK_ANCHOR_E: + <!-- ##### USER_FUNCTION GtkArgGetFunc ##### --> <para> Define a function pointer. Deprecated. @@ -843,6 +886,20 @@ after other user handlers and the default handler. @arg2: @arg3: +<!-- ##### STRUCT GtkPacker ##### --> +<para> + +</para> + +@parent: +@children: +@spacing: +@default_border_width: +@default_pad_x: +@default_pad_y: +@default_i_pad_x: +@default_i_pad_y: + <!-- ##### ARG GtkPacker:default-border-width ##### --> <para> @@ -879,6 +936,31 @@ after other user handlers and the default handler. </para> +<!-- ##### STRUCT GtkPackerChild ##### --> +<para> + +</para> + +@widget: +@anchor: +@side: +@options: +@use_default: +@border_width: +@pad_x: +@pad_y: +@i_pad_x: +@i_pad_y: + +<!-- ##### ENUM GtkPackerOptions ##### --> +<para> + +</para> + +@GTK_PACK_EXPAND: +@GTK_FILL_X: +@GTK_FILL_Y: + <!-- ##### ARG GtkPaned:handle-size ##### --> <para> @@ -917,6 +999,16 @@ after other user handlers and the default handler. </para> +<!-- ##### ENUM GtkSideType ##### --> +<para> + +</para> + +@GTK_SIDE_TOP: +@GTK_SIDE_BOTTOM: +@GTK_SIDE_LEFT: +@GTK_SIDE_RIGHT: + <!-- ##### USER_FUNCTION GtkSignalDestroy ##### --> <para> A function which you can use to clean up when the @@ -2031,6 +2123,105 @@ Set an array of arguments. @args: the desired values, as an array of #GtkArgs (which contain the names, types, and values of the arguments). +<!-- ##### FUNCTION gtk_packer_add ##### --> +<para> + +</para> + +@packer: +@child: +@side: +@anchor: +@options: +@border_width: +@pad_x: +@pad_y: +@i_pad_x: +@i_pad_y: + +<!-- ##### FUNCTION gtk_packer_add_defaults ##### --> +<para> + +</para> + +@packer: +@child: +@side: +@anchor: +@options: + +<!-- ##### MACRO gtk_packer_configure ##### --> +<para> + +</para> + + +<!-- ##### FUNCTION gtk_packer_new ##### --> +<para> + +</para> + +@Returns: + +<!-- ##### FUNCTION gtk_packer_reorder_child ##### --> +<para> + +</para> + +@packer: +@child: +@position: + +<!-- ##### FUNCTION gtk_packer_set_child_packing ##### --> +<para> + +</para> + +@packer: +@child: +@side: +@anchor: +@options: +@border_width: +@pad_x: +@pad_y: +@i_pad_x: +@i_pad_y: + +<!-- ##### FUNCTION gtk_packer_set_default_border_width ##### --> +<para> + +</para> + +@packer: +@border: + +<!-- ##### FUNCTION gtk_packer_set_default_ipad ##### --> +<para> + +</para> + +@packer: +@i_pad_x: +@i_pad_y: + +<!-- ##### FUNCTION gtk_packer_set_default_pad ##### --> +<para> + +</para> + +@packer: +@pad_x: +@pad_y: + +<!-- ##### FUNCTION gtk_packer_set_spacing ##### --> +<para> + +</para> + +@packer: +@spacing: + <!-- ##### FUNCTION gtk_paned_compute_position ##### --> <para> Internal function used by #GtkHPaned and #GtkVPaned |