mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
cssimagewin32: IMplement printing
Caveat: over() and margins() arent' printed, but they are soon gonna be removed anyway.
This commit is contained in:
parent
e45cb3340c
commit
a2fa647199
@ -216,7 +216,11 @@ static void
|
||||
gtk_css_image_win32_print (GtkCssImage *image,
|
||||
GString *string)
|
||||
{
|
||||
g_string_append (string, "none /* printing win32 theme components is not implemented */");
|
||||
GtkCssImageWin32 *wimage = GTK_CSS_IMAGE_WIN32 (image);
|
||||
|
||||
g_string_append (string, "-gtk-win32-theme-part(");
|
||||
gtk_win32_theme_print (wimage->theme, string);
|
||||
g_string_append_printf (string, ", %d, %d)", wimage->part, wimage->state);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user