Smuxi.Frontend.Gnome.MainWindow.OnNotebookFocusInEvent C# (CSharp) Method

OnNotebookFocusInEvent() protected method

protected OnNotebookFocusInEvent ( object sender, Gtk e ) : void
sender object
e Gtk
return void
        protected virtual void OnNotebookFocusInEvent(object sender, Gtk.FocusInEventArgs e)
        {
            // HACK: having the focus in the notebook doesn't make any sense,
            // so move focus back to the entry
            Entry.GrabFocus();
        }