23 #ifndef _TOOLS_NETLOGGUI_NETLOGGUI_H_
24 #define _TOOLS_NETLOGGUI_NETLOGGUI_H_
32 class AvahiDispatcher;
38 NetLogGuiGtkWindow(BaseObjectType *cobject,
const Glib::RefPtr<Gtk::Builder> &builder);
45 void on_connection_clicked();
46 void on_exit_clicked();
47 void on_clear_clicked();
50 void on_connected(Gtk::Image *image);
51 void on_disconnected(Gtk::Image *image);
57 Gtk::VBox * vbox_main;
58 Gtk::Label * lab_no_connection;
59 Gtk::ToolButton *tb_connection;
60 Gtk::ToolButton *tb_exit;
61 Gtk::ToolButton *tb_clear;
63 Gtk::Notebook ntb_logviewers;