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:
parent
4a6e34d3de
commit
abf069c08c
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user