Add docs. (#306212, Steve Chaplin, docs provided by Billy Biggs)

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

	* gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
	(#306212, Steve Chaplin, docs provided by Billy Biggs)
This commit is contained in:
Matthias Clasen 2005-06-10 03:17:00 +00:00 committed by Matthias Clasen
parent 4a6e34d3de
commit abf069c08c
4 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
(#306212, Steve Chaplin, docs provided by Billy Biggs)
* gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small
cleanup. (#305539, Paolo Borelli)

View File

@ -1,5 +1,8 @@
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
(#306212, Steve Chaplin, docs provided by Billy Biggs)
* gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small
cleanup. (#305539, Paolo Borelli)

View File

@ -1,5 +1,8 @@
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add docs.
(#306212, Steve Chaplin, docs provided by Billy Biggs)
* gtk/gtktextbtree.c (_gtk_text_btree_char_is_invisible): Small
cleanup. (#305539, Paolo Borelli)

View File

@ -4264,6 +4264,16 @@ gtk_widget_set_state (GtkWidget *widget,
}
}
/**
* gtk_widget_set_app_paintable:
* @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.
*
**/
void
gtk_widget_set_app_paintable (GtkWidget *widget,
gboolean app_paintable)