GtkThemingEngineClass

Base class for theming engines. GObjectClass parent_class; The parent class. render_line () Renders a line between two points. render_background () Renders the background area of a widget region. render_frame () Renders the frame around a widget area. render_frame_gap () Renders the frame around a widget area with a gap in it. render_extension () Renders a extension to a box, usually a notebook tab. render_check () Renders a checkmark, as in GtkCheckButton. render_option () Renders an option, as in GtkRadioButton. render_arrow () Renders an arrow pointing to a certain direction. render_expander () Renders an element what will expose/expand part of the UI, as in GtkExpander. render_focus () Renders the focus indicator. render_layout () Renders a PangoLayout render_slider () Renders a slider control, as in GtkScale. render_handle () Renders a handle to drag UI elements, as in GtkPaned. render_activity () Renders an area displaying activity, such as in GtkSpinner, or GtkProgressBar. render_icon_pixbuf () Renders an icon as a GdkPixbuf. render_icon () Renders an icon given as a GdkPixbuf. render_icon_surface () Renders an icon given as a cairo_surface_t.

struct GtkThemingEngineClass {}

Members

Variables

parentClass
GObjectClass parentClass;
Undocumented in source.
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 xy0_Gap, double xy1_Gap) 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