]> Pileus Git - ~andy/gtk/commitdiff
Additions.
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jun 2005 04:24:30 +0000 (04:24 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 10 Jun 2005 04:24:30 +0000 (04:24 +0000)
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.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkaboutdialog.sgml
docs/reference/gtk/tmpl/gtkaccelgroup.sgml
docs/reference/gtk/tmpl/gtkadjustment.sgml
docs/reference/gtk/tmpl/gtkbbox.sgml
docs/reference/gtk/tmpl/gtkfontsel.sgml
docs/reference/gtk/tmpl/gtkimage.sgml
docs/reference/gtk/tmpl/gtkmenubar.sgml

index 919e3b33f4bdc019978531777af71d76fa9ffe58..218aa8fb14c133aa8289971c540b95ba7d6e5205 100644 (file)
@@ -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.
index ec46584f43fe80cce9ebdc49c5b112c696b14907..2c56e95f57b8c611d99a9568b41a65110be6807e 100644 (file)
@@ -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 ##### -->
index 3e207a6468a6f66f2e733da493feffc3647803a3..a88ebe5cbcf54de872f77b4a64b31244fe789edc 100644 (file)
@@ -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 ##### -->
index 7ca6db9fff0a08b6f89af512413c201b84b6c13b..fef4104521183fc439afcd3acb1fe6b7014808ea 100644 (file)
@@ -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
 
 
index 19d6dc39cb34d0d3b58f732950608d964ee46389..4037e3b15848f9751fc969205e6fb49b965b9d5f 100644 (file)
@@ -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 ##### -->
index 7847656ada534276519ab0023817506252b1c676..7c8393f7218e055aeac9f4fbcb5cd3f9a2b0a006 100644 (file)
@@ -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 ##### -->
index b4361f961080d804c17ce33f8d83334cb615ae3d..629de6b558cb87110de30de2e1f10f1fdd536453 100644 (file)
@@ -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.
 
 
index fca557f76a8e2e4def53a80c572eb1acf4bb37dc..40063f6a9ffa3d6ddbe10bfe4ebc3b1620729f79 100644 (file)
@@ -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: