From: Carlos Garnacho Date: Tue, 9 Nov 2010 20:48:49 +0000 (+0100) Subject: GtkThemingEngine: Document missing class vmethods. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=fb97bd1f0a0ad74137654ccc43f12a18d8a9e322;p=~andy%2Fgtk GtkThemingEngine: Document missing class vmethods. --- diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h index bc830b37f..3b45fb0ab 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. */