[gtk+/gtk-2-90: 91/127] Remove remaining GtkWindow deprecated documentation



commit 35209b97c16b4cf60299c7b101b46a2c588dfb01
Author: Javier Jardón <javierjc1982 gmail com>
Date:   Sat Oct 10 20:55:23 2009 +0200

    Remove remaining GtkWindow deprecated documentation
    
    This completes commit d853fb05ea904acb9cc60d740b151c0a2bced0b8

 docs/reference/gtk/gtk-sections.txt    |    8 ----
 docs/reference/gtk/tmpl/gtkwidget.sgml |   69 --------------------------------
 docs/styles.txt                        |   11 -----
 3 files changed, 0 insertions(+), 88 deletions(-)
---
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt
index 434cbe6..b00fb7a 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -5456,7 +5456,6 @@ gtk_widget_unrealize
 gtk_widget_queue_draw
 gtk_widget_queue_resize
 gtk_widget_queue_resize_no_redraw
-gtk_widget_draw
 gtk_widget_size_request
 gtk_widget_get_child_requisition
 gtk_widget_size_allocate
@@ -5479,7 +5478,6 @@ gtk_widget_set_sensitive
 gtk_widget_set_parent
 gtk_widget_set_parent_window
 gtk_widget_get_parent_window
-gtk_widget_set_uposition
 gtk_widget_set_usize
 gtk_widget_set_events
 gtk_widget_add_events
@@ -5496,10 +5494,8 @@ gtk_widget_is_ancestor
 gtk_widget_translate_coordinates
 gtk_widget_hide_on_delete
 gtk_widget_set_style
-gtk_widget_set_rc_style
 gtk_widget_ensure_style
 gtk_widget_get_style
-gtk_widget_restore_default_style
 gtk_widget_reset_rc_styles
 gtk_widget_push_colormap
 gtk_widget_pop_colormap
@@ -5563,12 +5559,8 @@ gtk_widget_get_root_window
 gtk_widget_get_screen
 gtk_widget_has_screen
 gtk_widget_get_size_request
-gtk_widget_pop_visual
-gtk_widget_push_visual
 gtk_widget_set_child_visible
-gtk_widget_set_default_visual
 gtk_widget_set_size_request
-gtk_widget_set_visual
 gtk_widget_thaw_child_notify
 gtk_widget_set_no_show_all
 gtk_widget_get_no_show_all
diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml
index 76ce93d..c5d9482 100644
--- a/docs/reference/gtk/tmpl/gtkwidget.sgml
+++ b/docs/reference/gtk/tmpl/gtkwidget.sgml
@@ -1395,15 +1395,6 @@ widget by its parent. It is a subregion of its parents allocation. See
 @widget: 
 
 
-<!-- ##### FUNCTION gtk_widget_draw ##### -->
-<para>
-
-</para>
-
- widget: 
- area: 
-
-
 <!-- ##### FUNCTION gtk_widget_size_request ##### -->
 <para>
 
@@ -1612,16 +1603,6 @@ widget by its parent. It is a subregion of its parents allocation. See
 @Returns: 
 
 
-<!-- ##### FUNCTION gtk_widget_set_uposition ##### -->
-<para>
-
-</para>
-
- widget: 
- x: 
- y: 
-
-
 <!-- ##### FUNCTION gtk_widget_set_usize ##### -->
 <para>
 
@@ -1775,15 +1756,6 @@ widget by its parent. It is a subregion of its parents allocation. See
 @style: 
 
 
-<!-- ##### MACRO gtk_widget_set_rc_style ##### -->
-<para>
-Equivalent to <literal>gtk_widget_set_style (widget, NULL)</literal>.
-</para>
-
- widget: a #GtkWidget.
- Deprecated: Use gtk_widget_set_style() with a %NULL @style argument instead.
-
-
 <!-- ##### FUNCTION gtk_widget_ensure_style ##### -->
 <para>
 
@@ -1801,15 +1773,6 @@ Equivalent to <literal>gtk_widget_set_style (widget, NULL)</literal>.
 @Returns: 
 
 
-<!-- ##### MACRO gtk_widget_restore_default_style ##### -->
-<para>
-Equivalent to <literal>gtk_widget_set_style (widget, NULL)</literal>.
-</para>
-
- widget: a #GtkWidget.
- Deprecated: Use gtk_widget_set_style() with a %NULL @style argument instead.
-
-
 <!-- ##### FUNCTION gtk_widget_reset_rc_styles ##### -->
 <para>
 Reset the styles of @widget and all descendents, so when 
@@ -2402,21 +2365,6 @@ This function is not useful for applications.
 @height: 
 
 
-<!-- ##### MACRO gtk_widget_pop_visual ##### -->
-<para>
-This function is deprecated; it does nothing.
-</para>
-
-
-
-<!-- ##### MACRO gtk_widget_push_visual ##### -->
-<para>
-This function is deprecated; it does nothing.
-</para>
-
- visual: a visual
-
-
 <!-- ##### FUNCTION gtk_widget_set_child_visible ##### -->
 <para>
 
@@ -2426,14 +2374,6 @@ This function is deprecated; it does nothing.
 @is_visible: 
 
 
-<!-- ##### MACRO gtk_widget_set_default_visual ##### -->
-<para>
-This function is deprecated; it does nothing.
-</para>
-
- visual: a visual
-
-
 <!-- ##### FUNCTION gtk_widget_set_size_request ##### -->
 <para>
 
@@ -2444,15 +2384,6 @@ This function is deprecated; it does nothing.
 @height: 
 
 
-<!-- ##### MACRO gtk_widget_set_visual ##### -->
-<para>
-This function is deprecated; it does nothing.
-</para>
-
- widget: a #GtkWidget
- visual: a visual
-
-
 <!-- ##### FUNCTION gtk_widget_thaw_child_notify ##### -->
 <para>
 
diff --git a/docs/styles.txt b/docs/styles.txt
index a081d3c..cd5dc91 100644
--- a/docs/styles.txt
+++ b/docs/styles.txt
@@ -19,21 +19,10 @@ gtk_widget_set_style ()
   This will override a previously set user style or
   previously set rc styles.
 
-gtk_widget_set_rc_style ()
-  Set GTK_RC_STYLE to indicate that an rc lookup has been performed.
-  If there is an rc style for a widget, set it and save the default style,
-  restore the default style otherwise.
-  This will override a previously set user style or rc style.
-
 gtk_widget_reset_rc_styles ()
   Descends through a widget hierarchy and sets the rc style
   on all widgets that don't have a user style set.
 
-gtk_widget_restore_default_style ()
-  Reset the widget's style to the default style, this is only useful if
-  the widgets default style had been saved by previous calls to
-  gtk_widget_set_style() or gtk_widget_set_rc_style().
-
 gtk_widget_ensure_style ()
   Ensure that the widget either has a user style set, or an rc lookup
   has been performed.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]