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