30 #include <cwidget/style.h>
32 #include "passthrough.h"
35 #include <sigc++/connection.h>
54 sigc::connection main_destroy_conn;
84 void set_status(std::string new_status);
85 void set_header(std::string new_header);
91 static const style &retr_header_style() {
return get_style(
"Header");}
92 static const style &retr_status_style() {
return get_style(
"Status");}
93 void display_error(std::string err);
Routines to manage the global cwidget state.