~ubuntu-branches/ubuntu/edgy/tilp/edgy

« back to all changes in this revision

Viewing changes to plugins/gfv/callbacks.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2004-05-22 21:12:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040522211203-awg2cuw03guyvyz9
Tags: 6.72-2
* debian/control
  + Build-Depends: libticables3 (>= 3.8.4-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <gtk/gtk.h>
 
2
 
 
3
enum {
 
4
  CTREE_NAME, CTREE_ATTR, CTREE_TYPE, CTREE_SIZE,
 
5
  CTREE_DATA, CTREE_FONT, CTREE_ICON,
 
6
  CTREE_NUMBER
 
7
};
 
8
#define CTREE_NCOLS CTREE_DATA
 
9
 
 
10
void
 
11
on_window1_destroy                     (GtkObject       *object,
 
12
                                        gpointer         user_data);