2006-11-08 04:35:25 -05:00
|
|
|
#ifndef CLEARLOOKS_DRAW_H
|
|
|
|
#define CLEARLOOKS_DRAW_H
|
|
|
|
|
2008-02-03 15:33:49 -05:00
|
|
|
#include "clearlooks_types.h"
|
|
|
|
#include "clearlooks_style.h"
|
|
|
|
|
2006-11-08 04:35:25 -05:00
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#include <gdk/gdk.h>
|
|
|
|
|
2008-02-03 15:33:49 -05:00
|
|
|
#include <cairo.h>
|
2006-11-08 04:35:25 -05:00
|
|
|
|
2008-02-03 15:33:49 -05:00
|
|
|
GE_INTERNAL void clearlooks_register_style_classic (ClearlooksStyleFunctions *functions);
|
|
|
|
GE_INTERNAL void clearlooks_register_style_glossy (ClearlooksStyleFunctions *functions);
|
|
|
|
GE_INTERNAL void clearlooks_register_style_gummy (ClearlooksStyleFunctions *functions);
|
|
|
|
GE_INTERNAL void clearlooks_register_style_inverted (ClearlooksStyleFunctions *functions);
|
2006-11-08 04:35:25 -05:00
|
|
|
|
|
|
|
#endif /* CLEARLOOKS_DRAW_H */
|