diff options
author | Benjamin Otte <otte@redhat.com> | 2011-12-20 14:40:07 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:56 +0100 |
commit | 8f42f8c5541ef4154b2428beca2646eaf2562831 (patch) | |
tree | f60722664fc1a4e39966a97827f18000e3deca42 /gtk/gtkwin32themeprivate.h | |
parent | 590b125ffc30df4aba5e98da6aaa483dedd44633 (diff) | |
download | gtk+-8f42f8c5541ef4154b2428beca2646eaf2562831.tar.gz |
win32: Export _gtk_win32_theme_part_create_surface()
Diffstat (limited to 'gtk/gtkwin32themeprivate.h')
-rw-r--r-- | gtk/gtkwin32themeprivate.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkwin32themeprivate.h b/gtk/gtkwin32themeprivate.h index 575f829414..c34798792a 100644 --- a/gtk/gtkwin32themeprivate.h +++ b/gtk/gtkwin32themeprivate.h @@ -45,6 +45,12 @@ typedef struct _GtkWin32ThemePart GtkWin32ThemePart; #define GTK_TYPE_WIN32_THEME_PART (_gtk_win32_theme_part_get_type ()) HTHEME _gtk_win32_lookup_htheme_by_classname (const char *classname); +cairo_surface_t * _gtk_win32_theme_part_create_surface (HTHEME theme, + int xp_part, + int state, + int margins[4], + int width, + int height); GType _gtk_win32_theme_part_get_type (void) G_GNUC_CONST; |