protected virtual void OnNotebookSelectPage(object o, Gtk.SelectPageArgs args) { UpdateButtons(); }
protected void OnNotebook1SelectPage(object o, SelectPageArgs args) { //If the Engine is Ready (cTerminus is a static class), get the Title of the current tab page if (cTerminus.g_isReady == true) { cTerminus.CurrentIndexTab = notebook1.Page; this.Title = cTerminus.getTitle (notebook1, notebook1.Page); //cTerminus.CurrentRegexUniqueID = ((cRegex)notebook1.GetNthPage()).uniqueID; MessageBox.Show ("test", "test", ButtonsType.Cancel, MessageType.Error, null); } }