~unico-team/unico/trunk

« back to all changes in this revision

Viewing changes to unico/unico-support.h

  • Committer: Ken VanDine
  • Date: 2012-08-08 16:28:32 UTC
  • mfrom: (139 refactor)
  • mto: (139.1.1 unico)
  • mto: This revision was merged to the branch mainline in revision 140.
  • Revision ID: ken.vandine@canonical.com-20120808162832-vmgto6docfq65f4d
New snapshot from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
G_BEGIN_DECLS
32
32
 
33
 
G_GNUC_INTERNAL gboolean unico_gdk_rgba_is_default (GdkRGBA *color);
34
 
 
35
 
G_GNUC_INTERNAL void unico_get_line_width (GtkThemingEngine *engine,
36
 
                                           gdouble          *line_width);
37
 
 
38
 
G_GNUC_INTERNAL gboolean unico_gtk_border_is_zero (GtkBorder *border);
39
 
 
40
33
G_GNUC_INTERNAL void unico_lookup_functions (UnicoEngine          *engine,
41
34
                                             UnicoStyleFunctions **functions);
42
35
 
43
 
G_GNUC_INTERNAL void unico_trim_scale_allocation (GtkThemingEngine *engine,
44
 
                                                  gdouble          *x,
45
 
                                                  gdouble          *y,
46
 
                                                  gdouble          *width,
47
 
                                                  gdouble          *height);
48
 
 
49
36
G_END_DECLS
50
37
 
51
38
#endif /* UNICO_SUPPORT_H */