diff options
author | Matthias Clasen <maclas@gmx.de> | 2002-12-17 02:07:57 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-17 02:07:57 +0000 |
commit | 5d347cad8ebe7dd76ec1ff4a618f87ad16e14ae6 (patch) | |
tree | e609095f0830e3f608d84c0446ed07af41a990f4 /docs/reference | |
parent | 7ed6dc1da84e8716463e819144aa9a4649f36568 (diff) | |
download | gtk+-5d347cad8ebe7dd76ec1ff4a618f87ad16e14ae6.tar.gz |
Fix a few doc comments. Link to style properties.
2002-12-17 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcontainer.c: Fix a few doc comments.
* gtk/tmpl/gtkrc.sgml: Link to style properties.
* gtk/tmpl/gtkcontainer.sgml: Add bits about child properties.
* gtk/tmpl/gtkwidget.sgml: Add bits about style properties.
* gdk/tmpl/pixmaps.sgml:
* gdk/tmpl/windows.sgml:
* gdk/tmpl/drawing.sgml:
* gdk/tmpl/gcs.sgml:
* gtk/tmpl/gtktextview.sgml:
* gtk/tmpl/gtkrc.sgml:
* gtk/tmpl/gtkiconfactory.sgml:
* gtk/tmpl/gtkaccelgroup.sgml: Remove ids which are now
generated by gtk-doc.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/ChangeLog | 18 | ||||
-rw-r--r-- | docs/reference/gdk/tmpl/drawing.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gdk/tmpl/gcs.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gdk/tmpl/pixmaps.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gdk/tmpl/windows.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkaccelgroup.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkcontainer.sgml | 17 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkiconfactory.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkrc.sgml | 4 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtktextview.sgml | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkwidget.sgml | 16 |
11 files changed, 57 insertions, 12 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 9ba3ee2f68..598864fe03 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,21 @@ +2002-12-17 Matthias Clasen <maclas@gmx.de> + + * gtk/tmpl/gtkrc.sgml: Link to style properties. + + * gtk/tmpl/gtkcontainer.sgml: Add bits about child properties. + + * gtk/tmpl/gtkwidget.sgml: Add bits about style properties. + + * gdk/tmpl/pixmaps.sgml: + * gdk/tmpl/windows.sgml: + * gdk/tmpl/drawing.sgml: + * gdk/tmpl/gcs.sgml: + * gtk/tmpl/gtktextview.sgml: + * gtk/tmpl/gtkrc.sgml: + * gtk/tmpl/gtkiconfactory.sgml: + * gtk/tmpl/gtkaccelgroup.sgml: Remove ids which are now + generated by gtk-doc. + 2002-12-16 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkradiomenuitem.sgml: diff --git a/docs/reference/gdk/tmpl/drawing.sgml b/docs/reference/gdk/tmpl/drawing.sgml index 45f1725b01..6599ce8de5 100644 --- a/docs/reference/gdk/tmpl/drawing.sgml +++ b/docs/reference/gdk/tmpl/drawing.sgml @@ -26,7 +26,7 @@ more information. </para> <!-- ##### STRUCT GdkDrawable ##### --> -<para><anchor id="GdkDrawable"/> +<para> An opaque structure representing an object that can be drawn onto. This can be a #GdkPixmap, a #GdkBitmap, or a #GdkWindow. diff --git a/docs/reference/gdk/tmpl/gcs.sgml b/docs/reference/gdk/tmpl/gcs.sgml index 98726e385a..8a60b59578 100644 --- a/docs/reference/gdk/tmpl/gcs.sgml +++ b/docs/reference/gdk/tmpl/gcs.sgml @@ -31,7 +31,7 @@ be set by the latter method. </para> <!-- ##### STRUCT GdkGC ##### --> -<para><anchor id="GdkGC"/> +<para> The #GdkGC structure represents a graphics context. It is an opaque structure with no user-visible elements. diff --git a/docs/reference/gdk/tmpl/pixmaps.sgml b/docs/reference/gdk/tmpl/pixmaps.sgml index 67a41cc21b..83bde31d9e 100644 --- a/docs/reference/gdk/tmpl/pixmaps.sgml +++ b/docs/reference/gdk/tmpl/pixmaps.sgml @@ -19,7 +19,7 @@ pixel can be either on or off). </para> <!-- ##### STRUCT GdkPixmap ##### --> -<para><anchor id="GdkPixmap"/> +<para> An opaque structure representing an offscreen drawable. Pointers to structures of type #GdkPixmap, #GdkBitmap, and #GdkWindow, can often be used interchangeably. diff --git a/docs/reference/gdk/tmpl/windows.sgml b/docs/reference/gdk/tmpl/windows.sgml index 9120ec77e2..389a116cda 100644 --- a/docs/reference/gdk/tmpl/windows.sgml +++ b/docs/reference/gdk/tmpl/windows.sgml @@ -19,7 +19,7 @@ For example, each #GtkButton has a #GdkWindow associated with it. </para> <!-- ##### STRUCT GdkWindow ##### --> -<para><anchor id="GdkWindow"/> +<para> An opaque structure representing an onscreen drawable. Pointers to structures of type #GdkPixmap, #GdkBitmap, and #GdkWindow, can often be used interchangeably. diff --git a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml index 4c928e05ad..ecefb40f97 100644 --- a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml +++ b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml @@ -5,7 +5,7 @@ Accelerator Groups Groups of global keyboard accelerators for an entire GtkWindow <!-- ##### SECTION Long_Description ##### --> -<para id="GtkAccelGroup"> +<para> A #GtkAccelGroup represents a group of keyboard accelerators, typically attached to a toplevel #GtkWindow (with gtk_window_add_accel_group()). Usually you won't need to create a diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index 2f078572af..ccf1d0a705 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -5,8 +5,21 @@ GtkContainer Base class for widgets which contain other widgets <!-- ##### SECTION Long_Description ##### --> -<para> - +<para id="child-properties"> +<structname>GtkContainer</structname> introduces <firstterm>child +properties</firstterm> - these are object properties that are not specific +to either the container or the contained widget, but rather to their relation. +Typical examples of child properties are the position or pack-type of a widget +which is contained in a #GtkBox.</para> +<para> +Use gtk_container_class_install_child_property() to install child properties +for a container class and gtk_container_class_find_child_property() or +gtk_container_class_list_child_properties() to get information about existing +child properties. To set the value of a child property, use +gtk_container_child_set_property(), gtk_container_child_set() or +gtk_container_child_set_valist(). To obtain the value of a child property, +use gtk_container_child_get_property(), gtk_container_child_get() or +gtk_container_child_get_valist(). </para> <!-- ##### SECTION See_Also ##### --> diff --git a/docs/reference/gtk/tmpl/gtkiconfactory.sgml b/docs/reference/gtk/tmpl/gtkiconfactory.sgml index f36190f014..97557d8d26 100644 --- a/docs/reference/gtk/tmpl/gtkiconfactory.sgml +++ b/docs/reference/gtk/tmpl/gtkiconfactory.sgml @@ -8,7 +8,7 @@ Manipulating stock icons <!-- ##### SECTION Long_Description ##### --> -<para id="GtkIconFactory"> +<para> Browse the available stock icons in the list of stock IDs found <link linkend="gtk-Stock-Items">here</link>. You can also use the <application>gtk-demo</application> application for this purpose. diff --git a/docs/reference/gtk/tmpl/gtkrc.sgml b/docs/reference/gtk/tmpl/gtkrc.sgml index 2f237804f6..3d2cb453cc 100644 --- a/docs/reference/gtk/tmpl/gtkrc.sgml +++ b/docs/reference/gtk/tmpl/gtkrc.sgml @@ -5,7 +5,7 @@ Resource Files Routines for handling resource files <!-- ##### SECTION Long_Description ##### --> -<para id="GtkRcStyle"> +<para> GTK+ provides resource file mechanism for configuring various aspects of the operation of a GTK+ program at runtime. @@ -310,7 +310,7 @@ settings</replaceable> }</literal></term> <term><literal><replaceable>class</replaceable>::<replaceable>property</replaceable> = <replaceable>value</replaceable></literal></term> <listitem> <para> - Sets a style property for a widget class. + Sets a <link linkend="style-property">style property</link> for a widget class. </para> </listitem> </varlistentry> diff --git a/docs/reference/gtk/tmpl/gtktextview.sgml b/docs/reference/gtk/tmpl/gtktextview.sgml index 8875feae5a..267e7192d4 100644 --- a/docs/reference/gtk/tmpl/gtktextview.sgml +++ b/docs/reference/gtk/tmpl/gtktextview.sgml @@ -324,7 +324,7 @@ types related to the text widget and how they work together. <!-- ##### STRUCT GtkTextChildAnchor ##### --> -<para id="GtkTextChildAnchor"> +<para> A <structname>GtkTextChildAnchor</structname> is a spot in the buffer where child widgets can be "anchored" (inserted inline, as if they were characters). The anchor can have multiple widgets anchored, to allow for diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index f681f8c07b..2ffc19a178 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -5,8 +5,21 @@ GtkWidget Base class for all widgets <!-- ##### SECTION Long_Description ##### --> +<para id="style-properties"> +<structname>GtkWidget</structname> introduces <firstterm>style +properties</firstterm> - these are basically object properties that are stored +not on the object, but in the style object associated to the widget. Style +properties are set in <link linkend="gtk-Resource-Files">resource files</link>. +This mechanism is used for configuring such things as the location of the +scrollbar arrows through the theme, giving theme authors more control over the +look of applications without the need to write a theme engine in C. +</para> <para> - +Use gtk_widget_class_install_style_property() to install style properties for +a widget class, gtk_widget_class_find_style_property() or +gtk_widget_class_list_style_properties() to get information about existing +style properties and gtk_widget_style_get_property(), gtk_widget_style_get() or +gtk_widget_style_get_valist() to obtain the value of a style property. </para> <!-- ##### SECTION See_Also ##### --> @@ -36,6 +49,7 @@ handles the emission. Implementation of this signal is optional. </para> +@parent_class: @activate_signal: @set_scroll_adjustments_signal: |