00001 00002 00003 #ifndef __XAP_GTK_STYLE_H 00004 #define __XAP_GTK_STYLE_H 00005 00006 #include <gtk/gtk.h> 00007 00008 GtkStyleContext * 00009 XAP_GtkStyle_get_style (GtkStyleContext *parent, 00010 const char *selector); 00011 00012 00013 #endif