summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-06-10 04:24:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-06-10 04:24:30 +0000
commit3ce3cafc930e539877ab38d02205e05f35f096b6 (patch)
treea523cb897897ba88e8b451c276c6236dc0158bde /docs
parentfdf992a7e9897712b5a65c3a47e63c987b553115 (diff)
downloadgtk+-3ce3cafc930e539877ab38d02205e05f35f096b6.tar.gz
Additions.
2005-06-10 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkmenubar.sgml: * gtk/tmpl/gtkimage.sgml: * gtk/tmpl/gtkfontsel.sgml: * gtk/tmpl/gtkbbox.sgml: * gtk/tmpl/gtkadjustment.sgml: * gtk/tmpl/gtkaccelgroup.sgml: * gtk/tmpl/gtkaboutdialog.sgml: Additions.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog10
-rw-r--r--docs/reference/gtk/tmpl/gtkaboutdialog.sgml7
-rw-r--r--docs/reference/gtk/tmpl/gtkaccelgroup.sgml5
-rw-r--r--docs/reference/gtk/tmpl/gtkadjustment.sgml7
-rw-r--r--docs/reference/gtk/tmpl/gtkbbox.sgml14
-rw-r--r--docs/reference/gtk/tmpl/gtkfontsel.sgml5
-rw-r--r--docs/reference/gtk/tmpl/gtkimage.sgml11
-rw-r--r--docs/reference/gtk/tmpl/gtkmenubar.sgml75
8 files changed, 105 insertions, 29 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 919e3b33f4..218aa8fb14 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,13 @@
+2005-06-10 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkmenubar.sgml:
+ * gtk/tmpl/gtkimage.sgml:
+ * gtk/tmpl/gtkfontsel.sgml:
+ * gtk/tmpl/gtkbbox.sgml:
+ * gtk/tmpl/gtkadjustment.sgml:
+ * gtk/tmpl/gtkaccelgroup.sgml:
+ * gtk/tmpl/gtkaboutdialog.sgml: Additions.
+
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/gdk-pixbuf-sections.txt: Add some symbols.
diff --git a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml
index ec46584f43..2c56e95f57 100644
--- a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml
+++ b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml
@@ -34,6 +34,9 @@ and keeps it around so that it can be shown again.
#GTK_STOCK_ABOUT
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### STRUCT GtkAboutDialog ##### -->
<para>
The <structname>GtkAboutDialog</structname> struct contains
@@ -361,7 +364,9 @@ link is activated.
@about: the #GtkAboutDialog in which the link was activated
@link: the URL or email address to whiche the activated link points
-@data:
+@data: user data that was passed when the function was registered
+ with gtk_about_dialog_set_email_hook() or
+ gtk_about_dialog_set_url_hook()
<!-- ##### FUNCTION gtk_about_dialog_set_email_hook ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml
index 3e207a6468..a88ebe5cbc 100644
--- a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml
+++ b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml
@@ -31,6 +31,9 @@ gtk_window_add_accel_group(), gtk_accel_map_change_entry(),
gtk_item_factory_new(), gtk_label_new_with_mnemonic()
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### STRUCT GtkAccelGroup ##### -->
<para>
An object representing and maintaining a group of accelerators.
@@ -71,7 +74,7 @@ An object representing and maintaining a group of accelerators.
Deprecated equivalent of g_object_ref().
</para>
-@Returns:
+@Returns: the accel group that was passed in
<!-- ##### MACRO gtk_accel_group_unref ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkadjustment.sgml b/docs/reference/gtk/tmpl/gtkadjustment.sgml
index 7ca6db9fff..fef4104521 100644
--- a/docs/reference/gtk/tmpl/gtkadjustment.sgml
+++ b/docs/reference/gtk/tmpl/gtkadjustment.sgml
@@ -28,6 +28,9 @@ after changing the value and its bounds. This results in the emission of the
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### STRUCT GtkAdjustment ##### -->
<para>
The #GtkAdjustment-struct struct contains the following fields.
@@ -185,7 +188,7 @@ This is typically called by the owner of the #GtkAdjustment after it has
changed any of the #GtkAdjustment fields other than the value.
</para>
-@adjustment:
+@adjustment: a #GtkAdjustment
<!-- ##### FUNCTION gtk_adjustment_value_changed ##### -->
@@ -195,6 +198,6 @@ This is typically called by the owner of the #GtkAdjustment after it has
changed the #GtkAdjustment value field.
</para>
-@adjustment:
+@adjustment: a #GtkAdjustment
diff --git a/docs/reference/gtk/tmpl/gtkbbox.sgml b/docs/reference/gtk/tmpl/gtkbbox.sgml
index 19d6dc39cb..4037e3b158 100644
--- a/docs/reference/gtk/tmpl/gtkbbox.sgml
+++ b/docs/reference/gtk/tmpl/gtkbbox.sgml
@@ -48,6 +48,9 @@ behaves as if homogeneous was %TRUE.
</variablelist>
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### STRUCT GtkButtonBox ##### -->
<para>
This is a read-only struct; no members should be modified directly.
@@ -96,10 +99,8 @@ Used internally only.
Retrieves how much space a button box is placing between each child button.
</para>
-@b:
+@b: a #GtkButtonBox
@Returns: the current spacing applied to the buttons in @widget.
-<!-- # Unused Parameters # -->
-@widget: a #GtkButtonBox.
<!-- ##### FUNCTION gtk_button_box_get_layout ##### -->
@@ -151,11 +152,8 @@ Gets the default number of pixels that pad the buttons in a given button box.
Sets the amount of spacing between buttons in a given button box.
</para>
-@b:
-@s:
-<!-- # Unused Parameters # -->
-@widget: a #GtkButtonBox.
-@spacing: the number of pixels of spacing.
+@b: a #GtkButtonBox.
+@s: the number of pixels of spacing.
<!-- ##### FUNCTION gtk_button_box_set_layout ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkfontsel.sgml b/docs/reference/gtk/tmpl/gtkfontsel.sgml
index 7847656ada..7c8393f721 100644
--- a/docs/reference/gtk/tmpl/gtkfontsel.sgml
+++ b/docs/reference/gtk/tmpl/gtkfontsel.sgml
@@ -36,6 +36,9 @@ gtk_font_selection_set_preview_text().
</variablelist>
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### STRUCT GtkFontSelection ##### -->
<para>
The #GtkFontSelection struct contains private data only, and should
@@ -81,7 +84,7 @@ Gets the currently-selected font name.
</para>
@fontsel: a #GtkFontSelection.
-@Returns:
+@Returns: the currently-selected font name
<!-- ##### FUNCTION gtk_font_selection_set_font_name ##### -->
diff --git a/docs/reference/gtk/tmpl/gtkimage.sgml b/docs/reference/gtk/tmpl/gtkimage.sgml
index b4361f9610..629de6b558 100644
--- a/docs/reference/gtk/tmpl/gtkimage.sgml
+++ b/docs/reference/gtk/tmpl/gtkimage.sgml
@@ -101,6 +101,9 @@ gdk_pixbuf_new_from_inline().
#GdkPixbuf
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### STRUCT GtkImage ##### -->
<para>
This struct contain private data only and should be accessed by the functions
@@ -435,8 +438,8 @@ functions), but they will all return %NULL values.
Sets the #GtkImage.
</para>
-@image: a #GdkPixmap
-@val:
+@image: a #GtkImage
+@val: a #GdkImage
@mask: a #GdkBitmap that indicates which parts of the image should be transparent.
@@ -445,8 +448,8 @@ Sets the #GtkImage.
Gets the #GtkImage.
</para>
-@image: a #GdkPixmap
-@val:
+@image: a #GtkImage
+@val: return location for a #GdkImage
@mask: a #GdkBitmap that indicates which parts of the image should be transparent.
diff --git a/docs/reference/gtk/tmpl/gtkmenubar.sgml b/docs/reference/gtk/tmpl/gtkmenubar.sgml
index fca557f76a..40063f6a9f 100644
--- a/docs/reference/gtk/tmpl/gtkmenubar.sgml
+++ b/docs/reference/gtk/tmpl/gtkmenubar.sgml
@@ -14,12 +14,25 @@ The #GtkMenuBar is a subclass of #GtkMenuShell which contains one to many #GtkMe
#GtkMenuShell, #GtkMenu, #GtkMenuItem
</para>
+<!-- ##### SECTION Stability_Level ##### -->
+
+
<!-- ##### STRUCT GtkMenuBar ##### -->
<para>
The #GtkMenuBar struct contains the following fields. (These fields should be considered read-only. They should never be set by an application.)
</para>
+<!-- ##### ARG GtkMenuBar:child-pack-direction ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMenuBar:pack-direction ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkMenuBar:internal-padding ##### -->
<para>
@@ -43,10 +56,8 @@ Creates the new #GtkMenuBar
Adds a new #GtkMenuItem to the end of the GtkMenuBar
</para>
-@menu:
+@menu: a #GtkMenuBar
@child: the #GtkMenuItem to add
-<!-- # Unused Parameters # -->
-@menu_bar: a #GtkMenuBar
<!-- ##### MACRO gtk_menu_bar_prepend ##### -->
@@ -54,11 +65,8 @@ Adds a new #GtkMenuItem to the end of the GtkMenuBar
Adds a new #GtkMenuItem to the beginning of the GtkMenuBar
</para>
-@menu:
+@menu: a #GtkMenuBar
@child: the #GtkMenuItem to add
-<!-- # Unused Parameters # -->
-@menu_child:
-@menu_bar: a #GtkMenuBar
<!-- ##### MACRO gtk_menu_bar_insert ##### -->
@@ -66,11 +74,54 @@ Adds a new #GtkMenuItem to the beginning of the GtkMenuBar
Adds a new #GtkMenuItem to the GtkMenuBar at the position defined by @position
</para>
-@menu:
+@menu: a #GtkMenuBar
@child: the #GtkMenuItem to add
-@pos:
-<!-- # Unused Parameters # -->
-@menu_bar: a #GtkMenuBar
-@position: the position in the item list where the @child is added.
+@pos: the position in the item list where the @child is added.
+
+
+<!-- ##### ENUM GtkPackDirection ##### -->
+<para>
+
+</para>
+
+@GTK_PACK_DIRECTION_LTR:
+@GTK_PACK_DIRECTION_RTL:
+@GTK_PACK_DIRECTION_TTB:
+@GTK_PACK_DIRECTION_BTT:
+
+<!-- ##### FUNCTION gtk_menu_bar_set_pack_direction ##### -->
+<para>
+
+</para>
+
+@menubar:
+@pack_dir:
+
+
+<!-- ##### FUNCTION gtk_menu_bar_get_pack_direction ##### -->
+<para>
+
+</para>
+
+@menubar:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_menu_bar_set_child_pack_direction ##### -->
+<para>
+
+</para>
+
+@menubar:
+@child_pack_dir:
+
+
+<!-- ##### FUNCTION gtk_menu_bar_get_child_pack_direction ##### -->
+<para>
+
+</para>
+
+@menubar:
+@Returns: