pidgin/gtkblist-theme.c

changeset 39548
dfd989c8236e
parent 39238
53cfb9400de8
child 39913
ce96d4639dc7
equal deleted inserted replaced
39547:5c68828a566a 39548:dfd989c8236e
27 27
28 /****************************************************************************** 28 /******************************************************************************
29 * Structs 29 * Structs
30 *****************************************************************************/ 30 *****************************************************************************/
31 31
32 /**
33 * PidginBlistTheme:
34 *
35 * A pidgin buddy list theme.
36 * This is an object for Purple to represent a buddy list theme.
37 *
38 * PidginBlistTheme is a PurpleTheme Object.
39 */
40 struct _PidginBlistTheme
41 {
42 PurpleTheme parent;
43 };
44
32 typedef struct { 45 typedef struct {
33 /* Buddy list */ 46 /* Buddy list */
34 gdouble opacity; 47 gdouble opacity;
35 GdkRGBA *bgcolor; 48 GdkRGBA *bgcolor;
36 PidginBlistLayout *layout; 49 PidginBlistLayout *layout;

mercurial