comparison finch/libgnt/gntstyle.h @ 18069:08776fc5c06f

propagate from branch 'im.pidgin.finch.workspaces' (head 76cfc9565a5cdde8d2e1f2efc3282b309a55a110) to branch 'im.pidgin.pidgin.2.1.0' (head 7369e1bc964aa300a73670872d34129642b3ec49)
author Richard Nelson <wabz@pidgin.im>
date Fri, 08 Jun 2007 10:21:50 +0000
parents 1cedd520cd18 56d2ae9cbb5c
children 5c6f019e48f8 ac904659104f
comparison
equal deleted inserted replaced
18068:0b3d6ea61760 18069:08776fc5c06f
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 22
23 #include "gnt.h" 23 #include "gnt.h"
24 #include "gntwm.h"
24 25
25 typedef enum 26 typedef enum
26 { 27 {
27 GNT_STYLE_SHADOW = 0, 28 GNT_STYLE_SHADOW = 0,
28 GNT_STYLE_COLOR = 1, 29 GNT_STYLE_COLOR = 1,
64 * @param type 65 * @param type
65 * @param klass 66 * @param klass
66 */ 67 */
67 void gnt_style_read_actions(GType type, GntBindableClass *klass); 68 void gnt_style_read_actions(GType type, GntBindableClass *klass);
68 69
70 void gnt_style_read_workspaces(GntWM *wm);
71
69 /** 72 /**
70 * 73 *
71 */ 74 */
72 void gnt_init_styles(void); 75 void gnt_init_styles(void);
73 76