Warning: Style is deprecated since 3.0. Use StyleContext.
A Style object encapsulates the information that provides the look and feel for a widget.
Note:
In GTK+ 3.0, GtkStyle has been deprecated and replaced by StyleContext.
Each Widget has an associated Style object that is used when
rendering that widget. Also, a Style holds information for the five possible widget states though not every
widget supports all five states; see StateType.
Usually the Style for a widget is the same as the default style that is set by GTK+ and modified the theme
engine.
Usually applications should not need to use or modify the Style of their widgets.
publicvirtualvoiddraw_arrow (Context cr, StateType state_type, ShadowType shadow_type, Widget widget, string detail, ArrowType arrow_type, bool fill, int x, int y, int width, int height)
publicvirtualvoiddraw_box (Context cr, StateType state_type, ShadowType shadow_type, Widget widget, string detail, int x, int y, int width, int height)
publicvirtualvoiddraw_box_gap (Context cr, StateType state_type, ShadowType shadow_type, Widget widget, string detail, int x, int y, int width, int height, PositionType gap_side, int gap_x, int gap_width)
publicvirtualvoiddraw_check (Context cr, StateType state_type, ShadowType shadow_type, Widget widget, string detail, int x, int y, int width, int height)
publicvirtualvoiddraw_diamond (Context cr, StateType state_type, ShadowType shadow_type, Widget widget, string detail, int x, int y, int width, int height)
publicvirtualvoiddraw_flat_box (Context cr, StateType state_type, ShadowType shadow_type, Widget widget, string detail, int x, int y, int width, int height)
publicvirtualvoiddraw_focus (Context cr, StateType state_type, Widget widget, string detail, int x, int y, int width, int height)
publicvirtualvoiddraw_hline (Context cr, StateType state_type, Widget widget, string detail, int x1, int x2, int y)
publicvirtualvoiddraw_layout (Context cr, StateType state_type, bool use_text, Widget widget, string detail, int x, int y, Layout layout)
publicvirtualvoiddraw_option (Context cr, StateType state_type, ShadowType shadow_type, Widget widget, string detail, int x, int y, int width, int height)
publicvirtualvoiddraw_resize_grip (Context cr, StateType state_type, Widget widget, string detail, WindowEdge edge, int x, int y, int width, int height)
publicvirtualvoiddraw_shadow (Context cr, StateType state_type, ShadowType shadow_type, Widget widget, string detail, int x, int y, int width, int height)
publicvirtualvoiddraw_spinner (Context cr, StateType state_type, Widget widget, string detail, uint step, int x, int y, int width, int height)
publicvirtualvoiddraw_tab (Context cr, StateType state_type, ShadowType shadow_type, Widget widget, string detail, int x, int y, int width, int height)
publicvirtualvoiddraw_vline (Context cr, StateType state_type, Widget widget, string detail, int y1_, int y2_, int x)