[gtk+] Remove a note about GTK 1.2 api
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Remove a note about GTK 1.2 api
- Date: Tue, 12 Oct 2010 05:12:13 +0000 (UTC)
commit b23dc8477f91edfa3f166ad8ffd95803b2bac7e6
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Oct 12 00:57:13 2010 -0400
Remove a note about GTK 1.2 api
docs/reference/gtk/tmpl/gtkprogressbar.sgml | 36 +++------------------------
1 files changed, 4 insertions(+), 32 deletions(-)
---
diff --git a/docs/reference/gtk/tmpl/gtkprogressbar.sgml b/docs/reference/gtk/tmpl/gtkprogressbar.sgml
index 9139772..333b59a 100644
--- a/docs/reference/gtk/tmpl/gtkprogressbar.sgml
+++ b/docs/reference/gtk/tmpl/gtkprogressbar.sgml
@@ -36,21 +36,6 @@ orientation of the bar, optional text can be displayed along with
the bar, and the step size used in activity mode can be set.
</para>
-<note>
-<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 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>
-
<!-- ##### SECTION See_Also ##### -->
<para>
@@ -79,7 +64,7 @@ and should be accessed using the functions below.
</para>
-<!-- ##### ARG GtkProgressBar:orientation ##### -->
+<!-- ##### ARG GtkProgressBar:inverted ##### -->
<para>
</para>
@@ -164,27 +149,16 @@ Creates a new #GtkProgressBar.
@Returns:
-<!-- ##### ENUM GtkProgressBarOrientation ##### -->
-<para>
-An enumeration representing possible orientations and growth
-directions for the visible progress bar.
-</para>
-
- 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_set_orientation ##### -->
+<!-- ##### FUNCTION gtk_progress_bar_set_inverted ##### -->
<para>
</para>
@pbar:
- orientation:
+ inverted:
-<!-- ##### FUNCTION gtk_progress_bar_get_orientation ##### -->
+<!-- ##### FUNCTION gtk_progress_bar_get_inverted ##### -->
<para>
</para>
@@ -263,5 +237,3 @@ directions for the visible progress bar.
@pbar:
@Returns:
-
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]