|
|
1.1 root 1: /*
2: * util.h
3: *
4: * Copyright 2003-2004 Richard Drummond
5: */
6:
7: /*
8: * Default spacing of widgets used in the
9: * utility functions below
10: */
11: #define DEFAULT_BORDER_WIDTH 8
12: #define PANEL_BORDER_WIDTH DEFAULT_BORDER_WIDTH
13: #define TABLE_BORDER_WIDTH DEFAULT_BORDER_WIDTH
14: #define TABLE_COL_SPACING 8
15: #define TABLE_ROW_SPACING 4
16:
17: #define GTKUTIL_TABLE_END ((GtkWidget *)0)
18: #define GTKUTIL_ROW_END ((GtkWidget *)1)
19:
20: extern GtkWidget *make_chooser (int count, ...);
21: extern GtkWidget *gtkutil_add_table (GtkWidget *container, ...);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.