aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-17 00:35:55 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-17 00:35:55 +0000
commit43272f9435e91f59c66b40de544a772305d761c8 (patch)
treecdbdc56935627dc93a56f6a80aeec25f7a6df8ef /gtk/hostlist_table.h
parent17504c44ad2f847608cac02a0b63f5f1fced3092 (diff)
Added an option to Conversations and Endpoints to limit the list to match
the current display filter. Some Hosts -> Endpoints cleanup. svn path=/trunk/; revision=24368
Diffstat (limited to 'gtk/hostlist_table.h')
-rw-r--r--gtk/hostlist_table.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/hostlist_table.h b/gtk/hostlist_table.h
index 523f042f03..561445548f 100644
--- a/gtk/hostlist_table.h
+++ b/gtk/hostlist_table.h
@@ -45,8 +45,11 @@ typedef struct _hostlist_talker_t {
/** Hostlist widget */
typedef struct _hostlist_table {
const char *name; /**< the name of the table */
+ const char *filter; /**< the filter used */
+ gboolean use_dfilter; /**< use display filter */
GtkWidget *win; /**< GTK window */
- GtkWidget *page_lb; /**< label */
+ GtkWidget *page_lb; /**< page label */
+ GtkWidget *name_lb; /**< name label */
GtkWidget *scrolled_window; /**< the scrolled window */
GtkCList *table; /**< the GTK table */
guint32 num_columns; /**< number of columns in the above table */