// Archivo XML del Padre
Glib::RefPtr<Gnome::Glade::Xml> refXml;
- Glib::RefPtr<Gdk::Pixbuf> anim_frames[5];
+ Glib::RefPtr<Gdk::Pixbuf> anim_frames[8];
int current_frame;
Gtk::Image *anim;
bool paused;
// Para la actualizacion automatica
ViewItem *last_selected;
- // Dialogo de Conectar
+ Gtk::Dialog *dlg_about;
DlgConectar *dlg_conectar;
DlgProperty *dlg_property;
Gtk::TextView *txt_view;
virtual bool on_item_clicked(GdkEventButton *, ViewItem *);
virtual bool on_workplace_expose_event(GdkEventExpose *);
virtual bool on_delete_event(GdkEventAny *);
+ virtual void on_mnu_server_stop_activate();
// Callbacks para las conexiones
void on_conexion_finished();