Smuxi.Frontend.Gnome.MainWindow.OnNotebookFocusInEvent C# (CSharp) 메소드

OnNotebookFocusInEvent() 보호된 메소드

protected OnNotebookFocusInEvent ( object sender, Gtk e ) : void
sender object
e Gtk
리턴 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();
        }