aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-07-20 23:48:50 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-07-20 23:48:50 +0000
commit1f4829897a5cd6d05f73cf35c6718cfaafedca47 (patch)
tree421a1670e6dbdc047052677f510ce7f80b0963ef /gtk/hostlist_table.h
parent35f26ce2c23ac3ea8e51bc488ac6fb0be28f5d72 (diff)
from Thomas Palmer: copy content of hostlist table to clipboard in csv format.
svn path=/trunk/; revision=11450
Diffstat (limited to 'gtk/hostlist_table.h')
-rw-r--r--gtk/hostlist_table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/hostlist_table.h b/gtk/hostlist_table.h
index 4fbb77e960..7076c42187 100644
--- a/gtk/hostlist_table.h
+++ b/gtk/hostlist_table.h
@@ -49,6 +49,8 @@ typedef struct _hostlist_table {
GtkWidget *page_lb; /**< label */
GtkWidget *scrolled_window; /**< the scrolled window */
GtkCList *table; /**< the GTK table */
+ guint32 num_columns; /**< number of columns in the above table */
+ char *default_titles[8]; /**< Column headers */
GtkWidget *menu; /**< context menu */
gboolean has_ports; /**< table has ports */
guint32 num_hosts; /**< number of hosts (0 or 1) */