GtkThemingEngineClass

Base class for theming engines.

struct GtkThemingEngineClass {}

Members

Variables

padding
void*[14] padding;
Undocumented in source.
parentClass
GObjectClass parentClass;

The parent class.

renderActivity
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height) renderActivity;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderArrow
void function(GtkThemingEngine* engine, cairo_t* cr, double angle, double x, double y, double size) renderArrow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderBackground
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height) renderBackground;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderCheck
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height) renderCheck;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderExpander
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height) renderExpander;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderExtension
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height, GtkPositionType gapSide) renderExtension;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderFocus
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height) renderFocus;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderFrame
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height) renderFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderFrameGap
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height, GtkPositionType gapSide, double xy0Gap, double xy1Gap) renderFrameGap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderHandle
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height) renderHandle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderIcon
void function(GtkThemingEngine* engine, cairo_t* cr, GdkPixbuf* pixbuf, double x, double y) renderIcon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderIconPixbuf
GdkPixbuf* function(GtkThemingEngine* engine, GtkIconSource* source, GtkIconSize size) renderIconPixbuf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderIconSurface
void function(GtkThemingEngine* engine, cairo_t* cr, cairo_surface_t* surface, double x, double y) renderIconSurface;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderLayout
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, PangoLayout* layout) renderLayout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderLine
void function(GtkThemingEngine* engine, cairo_t* cr, double x0, double y0, double x1, double y1) renderLine;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderOption
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height) renderOption;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderSlider
void function(GtkThemingEngine* engine, cairo_t* cr, double x, double y, double width, double height, GtkOrientation orientation) renderSlider;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta