comparison console/libgnt/gntwidget.h @ 13897:eaaf73de9188

[gaim-migrate @ 16382] I have added a sort of a taskbar, useful in showing the active windows. I have also readjusted the blue color a little bit, since this is the one I am using in a few places right now. And also getting rid of some code-duplication. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 01 Jul 2006 04:24:31 +0000
parents 9d66969a2e32
children 9309d27d780c
comparison
equal deleted inserted replaced
13896:a621329e8c85 13897:eaaf73de9188
33 /* XXX: Need to set the following two as properties, and setup a callback whenever these 33 /* XXX: Need to set the following two as properties, and setup a callback whenever these
34 * get chnaged. */ 34 * get chnaged. */
35 GNT_WIDGET_NO_BORDER = 1 << 3, 35 GNT_WIDGET_NO_BORDER = 1 << 3,
36 GNT_WIDGET_NO_SHADOW = 1 << 4, 36 GNT_WIDGET_NO_SHADOW = 1 << 4,
37 GNT_WIDGET_HAS_FOCUS = 1 << 5, 37 GNT_WIDGET_HAS_FOCUS = 1 << 5,
38 GNT_WIDGET_DRAWING = 1 << 6 38 GNT_WIDGET_DRAWING = 1 << 6,
39 GNT_WIDGET_URGENT = 1 << 7
39 } GntWidgetFlags; 40 } GntWidgetFlags;
40 41
41 /* XXX: I'll have to ask grim what he's using this for in guifications. */ 42 /* XXX: I'll have to ask grim what he's using this for in guifications. */
42 typedef enum _GnParamFlags 43 typedef enum _GnParamFlags
43 { 44 {