mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 12:41:07 +00:00
docs: add docs for GtkStyle
This commit is contained in:
parent
b28f04d6e9
commit
77f3f726e7
@ -59,8 +59,26 @@ typedef struct _GtkRcProperty GtkRcProperty;
|
||||
*/
|
||||
#define GTK_STYLE_ATTACHED(style) (GTK_STYLE (style)->attach_count > 0)
|
||||
|
||||
/**
|
||||
* GtkStyle:
|
||||
* @fg: Set of foreground #GdkColor
|
||||
* @bg: Set of background #GdkColor
|
||||
* @light: Set of light #GdkColor
|
||||
* @dark: Set of dark #GdkColor
|
||||
* @mid: Set of mid #GdkColor
|
||||
* @text: Set of text #GdkColor
|
||||
* @base: Set of base #GdkColor
|
||||
* @text_aa: Color halfway between text/base
|
||||
* @black: #GdkColor to use for black
|
||||
* @white: #GdkColor to use for white
|
||||
* @font_desc: #PangoFontDescription
|
||||
* @xthickness: Thickness in X direction
|
||||
* @ythickness: Thickness in Y direction
|
||||
* @background: Set of background #cairo_pattern_t
|
||||
*/
|
||||
struct _GtkStyle
|
||||
{
|
||||
/*< private >*/
|
||||
GObject parent_instance;
|
||||
|
||||
/*< public >*/
|
||||
|
Loading…
Reference in New Issue
Block a user