// Dialogo de Conectar
DlgConectar *dlg_conectar;
- Gtk::Entry *txt_get;
+ Gtk::Entry *txt_target, *txt_command, *txt_args;
Gtk::TextView *txt_view;
// Callbacks del menu y la barra
virtual void on_get_clicked();
// Callbacks para las conexiones
void on_conexion_ok();
- void on_conexion_error();
+ void on_conexion_error(unsigned code);
};
#endif // _PRINCIPAL_H_