~ubuntu-branches/ubuntu/natty/gtk2-engines/natty

« back to all changes in this revision

Viewing changes to engines/clearlooks/src/support.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-03-30 10:38:46 UTC
  • mfrom: (1.1.53 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330103846-alvlr49w856laidr
Tags: 1:2.20.0-0ubuntu1
* New upstream version:
  - Increased spacing between icons and labels in Clearlooks
  - gtk-engines: system-lua check is buggy

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                                                 gint         *columns,
40
40
                                                 gboolean     *resizable);
41
41
 
 
42
#ifndef GTK_DISABLE_DEPRECATED
42
43
GE_INTERNAL void              clearlooks_clist_get_header_index    (GtkCList     *clist,
43
44
                                                 GtkWidget    *button,
44
45
                                                 gint         *column_index,
45
46
                                                 gint         *columns);
 
47
#endif
 
48
 
46
49
#ifdef DEVELOPMENT
47
50
#warning clearlooks_get_parent_bg is a bad hack - find out why its needed, and figure out a better way.
48
51
#endif