Searched refs:OnKeyPress (Results 1 – 2 of 2) sorted by relevance
64 void OnKeyPress(GtkWidget* widget, GdkEventKey* key);
48 reinterpret_cast<GtkMainWnd*>(data)->OnKeyPress(widget, key); in OnKeyPressCallback()344 void GtkMainWnd::OnKeyPress(GtkWidget* widget, GdkEventKey* key) { in OnKeyPress() function in GtkMainWnd