More docs provided by Owen Taylor.

2005-06-11  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkwidget.c (gtk_widget_set_app_paintable): More docs
	provided by Owen Taylor.
This commit is contained in:
Matthias Clasen 2005-06-11 05:51:55 +00:00 committed by Matthias Clasen
parent 0dcce7e40c
commit 8cc74c3911
4 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2005-06-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): More docs
provided by Owen Taylor.
* gtk/gtk.symbols:
* gtk/gtkiconview.h:
* gtk/gtkiconview.c (gtk_icon_view_get_visible_range):

View File

@ -1,5 +1,8 @@
2005-06-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): More docs
provided by Owen Taylor.
* gtk/gtk.symbols:
* gtk/gtkiconview.h:
* gtk/gtkiconview.c (gtk_icon_view_get_visible_range):

View File

@ -1,5 +1,8 @@
2005-06-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): More docs
provided by Owen Taylor.
* gtk/gtk.symbols:
* gtk/gtkiconview.h:
* gtk/gtkiconview.c (gtk_icon_view_get_visible_range):

View File

@ -4270,9 +4270,15 @@ gtk_widget_set_state (GtkWidget *widget,
* @widget: a #GtkWidget
* @app_paintable: %TRUE if the application will paint on the widget
*
* Sets the app-paintable property to indicate to the widget that the
* application intends to paint directly on the widget.
* Sets whether the application intends to draw on the widget in
* an ::expose-event handler.
*
* This is a hint to the widget and does not affect the behavior of
* the GTK+ core; many widgets ignore this flag entirely. For widgets
* that do pay attention to the flag, such as #GtkEventBox and #GtkWindow,
* the effect is to suppress default themed drawing of the widget's
* background. (Children of the widget will still be drawn.) The application
* is then entirely responsible for drawing the widget background.
**/
void
gtk_widget_set_app_paintable (GtkWidget *widget,