Gtk::Entry *txt_target, *txt_command, *txt_args;
Gtk::TextView *txt_view;
Gtk::Fixed *work_place;
+ Gtk::Label *lbl_nombre, *lbl_color, *lbl_flujo;
+ Gtk::Image *ico_conected;
// Callbacks del menu y la barra
virtual void on_mnu_file_exit();
virtual bool on_item_clicked(GdkEventButton *, ViewItem *);
// Callbacks para las conexiones
+ void on_conexion_connected();
+ void on_conexion_finished();
void on_conexion_ok();
void on_conexion_error(unsigned code);
};