various fixes to MidiRegionView selection handling, key handling, drawing of ghost...
[ardour2.git] / libs / clearlooks-newer / support.h
blob23e33c58e7a352771d9b0c006511834bda9031ce
1 #ifndef SUPPORT_H
2 #define SUPPORT_H
4 #include <gtk/gtk.h>
5 #include <math.h>
6 #include <string.h>
8 #include "clearlooks_types.h"
10 #define RADIO_SIZE 13
11 #define CHECK_SIZE 13
13 GE_INTERNAL void clearlooks_treeview_get_header_index (GtkTreeView *tv,
14 GtkWidget *header,
15 gint *column_index,
16 gint *columns,
17 gboolean *resizable);
19 GE_INTERNAL void clearlooks_clist_get_header_index (GtkCList *clist,
20 GtkWidget *button,
21 gint *column_index,
22 gint *columns);
23 #ifdef DEVELOPMENT
24 #warning clearlooks_get_parent_bg is a bad hack - find out why its needed, and figure out a better way.
25 #endif
27 GE_INTERNAL void clearlooks_get_parent_bg (const GtkWidget *widget,
28 CairoColor *color);
30 GE_INTERNAL ClearlooksStepper clearlooks_scrollbar_get_stepper (GtkWidget *widget,
31 GdkRectangle *stepper);
32 GE_INTERNAL ClearlooksStepper clearlooks_scrollbar_visible_steppers (GtkWidget *widget);
33 GE_INTERNAL ClearlooksJunction clearlooks_scrollbar_get_junction (GtkWidget *widget);
35 GE_INTERNAL void clearlooks_set_toolbar_parameters (ToolbarParameters *toolbar, GtkWidget *widget, GdkWindow *window, gint x, gint y);
36 GE_INTERNAL void clearlooks_get_notebook_tab_position (GtkWidget *widget, gboolean *start, gboolean *end);
38 #endif /* SUPPORT_H */