aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_table.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-07-22 16:36:50 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-07-22 16:36:50 +0000
commitcf51c277bb6bfe16f0b2167412a3a4ac0b7208b6 (patch)
treedd106cdc09ce7c22b9f5213d288e9d73687533bb /gtk/conversations_table.h
parent744387f3cae9a381c87a23efab49a10b8ba7fce4 (diff)
from Thomas Palmer: add "Copy to clipboard" button to the conversation table dialogs
svn path=/trunk/; revision=11471
Diffstat (limited to 'gtk/conversations_table.h')
-rw-r--r--gtk/conversations_table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/conversations_table.h b/gtk/conversations_table.h
index 8a0eef71e6..a9786acf7a 100644
--- a/gtk/conversations_table.h
+++ b/gtk/conversations_table.h
@@ -51,6 +51,8 @@ typedef struct _conversations_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[10]; /**< Column headers */
GtkWidget *menu; /**< context menu */
gboolean has_ports; /**< table has ports */
guint32 num_conversations; /**< number of conversations */