[gtk+] docs: add docs for GtkStyle
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: add docs for GtkStyle
- Date: Tue, 21 Jan 2014 18:37:09 +0000 (UTC)
commit 77f3f726e73a0c4f92b2dd0d76eae3b92d59b16e
Author: William Jon McCann <william jon mccann gmail com>
Date: Tue Jan 21 11:06:24 2014 -0500
docs: add docs for GtkStyle
gtk/deprecated/gtkstyle.h | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/gtk/deprecated/gtkstyle.h b/gtk/deprecated/gtkstyle.h
index 4239e67..01b8f28 100644
--- a/gtk/deprecated/gtkstyle.h
+++ b/gtk/deprecated/gtkstyle.h
@@ -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 >*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]