Add theming docs

Both API and file format is documented, there's still missing
a migration doc though.
This commit is contained in:
Carlos Garnacho
2010-10-19 10:59:46 +02:00
parent 59b0fa8133
commit a79626b7fb
23 changed files with 2386 additions and 55 deletions

View File

@ -39,10 +39,16 @@ G_BEGIN_DECLS
#define GTK_STYLE_PROVIDER_PRIORITY_APPLICATION 600
#define GTK_STYLE_PROVIDER_PRIORITY_USER 800
typedef struct GtkStyleProviderIface GtkStyleProviderIface;
typedef struct GtkStyleProvider GtkStyleProvider; /* dummy typedef */
typedef struct _GtkStyleProviderIface GtkStyleProviderIface;
typedef struct _GtkStyleProvider GtkStyleProvider; /* dummy typedef */
struct GtkStyleProviderIface
/**
* GtkStyleProviderIface
* @get_style: Gets a set of style information that applies to a widget path.
* @get_style_property: Gets the value of a widget style property that applies to a widget path.
* @get_icon_factory: Gets the icon factory that applies to a widget path.
*/
struct _GtkStyleProviderIface
{
GTypeInterface g_iface;