summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference/ChangeLog6
-rw-r--r--docs/reference/gtk/tmpl/gtkprogressbar.sgml159
2 files changed, 65 insertions, 100 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index a2273e9cb6..78256b14e8 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,9 @@
+Sat Oct 11 00:18:46 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/tmpl/gtkprogressbar.sgml: Included
+ gtk_progress_bar_get_orientation() in the list of undeprecated
+ functions, use less clumsy markup for enumerations.
+
2003-10-02 Matthias Clasen <maclas@gmx.de>
* gtk/Makefile.am (IGNORE_HFILES): Add gtkcellview.h and
diff --git a/docs/reference/gtk/tmpl/gtkprogressbar.sgml b/docs/reference/gtk/tmpl/gtkprogressbar.sgml
index 70340b00fb..c86e50ef9e 100644
--- a/docs/reference/gtk/tmpl/gtkprogressbar.sgml
+++ b/docs/reference/gtk/tmpl/gtkprogressbar.sgml
@@ -40,13 +40,14 @@ the bar, and the step size used in activity mode can be set.
<para>
The #GtkProgressBar/#GtkProgress API in GTK 1.2 was bloated, needlessly complex
and hard to use properly. Therefore #GtkProgress has been deprecated
-completely and the #GtkProgressBar API has been reduced to the following 9
-functions: gtk_progress_bar_new(), gtk_progress_bar_pulse(), gtk_progress_bar_set_text(),
-gtk_progress_bar_set_fraction(), gtk_progress_bar_set_pulse_step(),
-gtk_progress_bar_set_orientation(), gtk_progress_bar_get_text(),
-gtk_progress_bar_get_fraction(), gtk_progress_bar_get_pulse_step(). These have
-been grouped at the beginning of this section, followed by a large chunk of
-deprecated 1.2 compatibility functions.
+completely and the #GtkProgressBar API has been reduced to the following 10
+functions: gtk_progress_bar_new(), gtk_progress_bar_pulse(),
+gtk_progress_bar_set_text(), gtk_progress_bar_set_fraction(),
+gtk_progress_bar_set_pulse_step(), gtk_progress_bar_set_orientation(),
+gtk_progress_bar_get_text(), gtk_progress_bar_get_fraction(),
+gtk_progress_bar_get_pulse_step(), gtk_progress_bar_get_orientation().
+These have been grouped at the beginning of this section, followed by
+a large chunk of deprecated 1.2 compatibility functions.
</para>
</note>
@@ -62,6 +63,51 @@ and should be accessed using the functions below.
</para>
+<!-- ##### ARG GtkProgressBar:activity-blocks ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:activity-step ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:adjustment ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:bar-style ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:discrete-blocks ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:fraction ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:orientation ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:pulse-step ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:text ##### -->
+<para>
+
+</para>
+
<!-- ##### FUNCTION gtk_progress_bar_new ##### -->
<para>
Creates a new #GtkProgressBar.
@@ -118,38 +164,12 @@ Creates a new #GtkProgressBar.
<para>
An enumeration representing possible orientations and growth
directions for the visible progress bar.
-
-<informaltable pgwide="1" frame="none" role="enum">
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
-<tbody>
-
-<row>
-<entry>GTK_PROGRESS_LEFT_TO_RIGHT</entry>
-<entry>A horizontal progress bar growing from left to right.</entry>
-</row>
-
-<row>
-<entry>GTK_PROGRESS_RIGHT_TO_LEFT</entry>
-<entry>A horizontal progress bar growing from right to left.</entry>
-</row>
-
-<row>
-<entry>GTK_PROGRESS_BOTTOM_TO_TOP</entry>
-<entry>A vertical progress bar growing from bottom to top.</entry>
-</row>
-
-<row>
-<entry>GTK_PROGRESS_TOP_TO_BOTTOM</entry>
-<entry>A vertical progress bar growing from top to bottom.</entry>
-</row>
-
-</tbody></tgroup></informaltable>
</para>
-@GTK_PROGRESS_LEFT_TO_RIGHT:
-@GTK_PROGRESS_RIGHT_TO_LEFT:
-@GTK_PROGRESS_BOTTOM_TO_TOP:
-@GTK_PROGRESS_TOP_TO_BOTTOM:
+@GTK_PROGRESS_LEFT_TO_RIGHT: A horizontal progress bar growing from left to right.
+@GTK_PROGRESS_RIGHT_TO_LEFT: A horizontal progress bar growing from right to left.
+@GTK_PROGRESS_BOTTOM_TO_TOP: A vertical progress bar growing from bottom to top.
+@GTK_PROGRESS_TOP_TO_BOTTOM: A vertical progress bar growing from top to bottom.
<!-- ##### FUNCTION gtk_progress_bar_get_text ##### -->
<para>
@@ -209,26 +229,10 @@ Sets the style of the #GtkProgressBar. The default style is
<!-- ##### ENUM GtkProgressBarStyle ##### -->
<para>
An enumeration representing the styles for drawing the progress bar.
-
-<informaltable pgwide="1" frame="none" role="enum">
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
-<tbody>
-
-<row>
-<entry>GTK_PROGRESS_CONTINUOUS</entry>
-<entry>The progress bar grows in a smooth, continuous manner.</entry>
-</row>
-
-<row>
-<entry>GTK_PROGRESS_DISCRETE</entry>
-<entry>The progress bar grows in discrete, visible blocks.</entry>
-</row>
-
-</tbody></tgroup></informaltable>
</para>
-@GTK_PROGRESS_CONTINUOUS:
-@GTK_PROGRESS_DISCRETE:
+@GTK_PROGRESS_CONTINUOUS: The progress bar grows in a smooth, continuous manner.
+@GTK_PROGRESS_DISCRETE: The progress bar grows in discrete, visible blocks.
<!-- ##### FUNCTION gtk_progress_bar_set_discrete_blocks ##### -->
<para>
@@ -272,48 +276,3 @@ gtk_progress_set_percentage() instead.
@percentage: the new percent complete value.
-<!-- ##### ARG GtkProgressBar:activity-blocks ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:activity-step ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:adjustment ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:bar-style ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:discrete-blocks ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:fraction ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:orientation ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:pulse-step ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:text ##### -->
-<para>
-
-</para>
-