Home | History | Annotate | Download | only in libgtk2ui

Lines Matching defs:pixmap

1325   GdkPixmap* pixmap;
1329 pixmap = gtk_widget_get_snapshot(button, NULL);
1332 gdk_drawable_get_size(GDK_DRAWABLE(pixmap), &w, &h);
1336 // We render the Pixmap
1338 GdkColormap* colormap = gdk_drawable_get_colormap(pixmap);
1340 GDK_DRAWABLE(pixmap),
1347 g_object_unref(pixmap);