~ubuntu-branches/ubuntu/hardy/gtk2-engines/hardy-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-08-13 23:34:30 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813233430-31gvd3zpmd8q6o6c
Tags: 1:2.11.5-0ubuntu1
* New upstream version:
  Hilights in this release include:
  - Cleaned up Clearlooks gtkrc
  - The Clearlooks menubar height has been fixed
  - Clearlooks now supports the tooltip color option

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Clearlooks theme engine
 
2
 * Copyright (C) 2005 Richard Stellingwerff.
 
3
 * Copyright (C) 2007 Benjamin Berg <benjamin@sipsolutions.net>.
 
4
 *
 
5
 * This library is free software; you can redistribute it and/or
 
6
 * modify it under the terms of the GNU Library General Public
 
7
 * License as published by the Free Software Foundation; either
 
8
 * version 2 of the License, or (at your option) any later version.
 
9
 *
 
10
 * This library is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
13
 * Library General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU Library General Public
 
16
 * License along with this library; if not, write to the
 
17
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
18
 * Boston, MA 02111-1307, USA.
 
19
 *
 
20
 */
 
21
 
1
22
#include "support.h"
2
23
 
3
24
void clearlooks_treeview_get_header_index (GtkTreeView *tv, GtkWidget *header,