X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/dd858caadfb9f13b6a016c7bdd6d47e9894e118d..3e56bc8be121c3896356f94709f127c97956228d:/Client/include/principal.h diff --git a/Client/include/principal.h b/Client/include/principal.h index 818d016..4653404 100644 --- a/Client/include/principal.h +++ b/Client/include/principal.h @@ -51,14 +51,14 @@ protected: // Archivo XML del Padre Glib::RefPtr refXml; - Glib::RefPtr anim_frames[5]; + Glib::RefPtr 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; @@ -87,6 +87,7 @@ protected: 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();