aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-05 22:45:54 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-05 22:45:54 +0000
commit8dab6be33cdae8861bb780f4e9085905d0a34a01 (patch)
tree5c99b327ccfed5da93d310f45963adcea6e44ab5 /gtk/proto_draw.h
parenta7dc7c2922ac93ba7b36870664ccc7d6b4f63e66 (diff)
downloadwireshark-8dab6be33cdae8861bb780f4e9085905d0a34a01.tar.gz
wireshark-8dab6be33cdae8861bb780f4e9085905d0a34a01.tar.bz2
wireshark-8dab6be33cdae8861bb780f4e9085905d0a34a01.zip
move some GTK only function declarations from ui_util.h to the appropriate header files in the gtk dir, as these declarations are obsolete and only confuses (at least me)
svn path=/trunk/; revision=16687
Diffstat (limited to 'gtk/proto_draw.h')
-rw-r--r--gtk/proto_draw.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/proto_draw.h b/gtk/proto_draw.h
index 54b5868985..7dd82ff6d0 100644
--- a/gtk/proto_draw.h
+++ b/gtk/proto_draw.h
@@ -30,6 +30,19 @@
* @ingroup main_window_group
*/
+/** Create byte views in the main window.
+ */
+void add_main_byte_views(epan_dissect_t *edt);
+
+/** Display the protocol tree in the main window.
+ */
+void main_proto_tree_draw(proto_tree *protocol_tree);
+
+/** Clear the hex dump and protocol tree panes.
+ */
+void clear_tree_and_hex_views(void);
+
+
/** Get the current text notebook page of the packet details notebook.
*
* @param nb_ptr the notebook widget