diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-11-09 21:48:49 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:38:55 +0100 |
commit | fb97bd1f0a0ad74137654ccc43f12a18d8a9e322 (patch) | |
tree | e3436c7c0ac2c3de4fe585269ead7679809d8461 /gtk/gtkthemingengine.h | |
parent | 4689b637397cb23dccaf227b1880e32b440b7078 (diff) | |
download | gtk+-fb97bd1f0a0ad74137654ccc43f12a18d8a9e322.tar.gz |
GtkThemingEngine: Document missing class vmethods.
Diffstat (limited to 'gtk/gtkthemingengine.h')
-rw-r--r-- | gtk/gtkthemingengine.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h index bc830b37f2..3b45fb0abb 100644 --- a/gtk/gtkthemingengine.h +++ b/gtk/gtkthemingengine.h @@ -62,6 +62,9 @@ struct _GtkThemingEngine * @render_layout: Renders a #PangoLayout * @render_slider: Renders a slider control, as in #GtkScale. * @render_handle: Renders a handle to drag UI elements, as in #GtkPaned. + * @render_activity: Renders an area displaying activity, such as in #GtkSpinner, + * or #GtkProgressBar. + * @render_icon_pixbuf: Renders an icon as a #GdkPixbuf. * * Base class for theming engines. */ |