Exemple #1
0
 long /*int*/ gtk_focus_out_event(long /*int*/ widget, long /*int*/ event) {
   parent.hasChildFocus = false;
   return 0;
 }
Exemple #2
0
 long /*int*/ gtk_focus_in_event(long /*int*/ widget, long /*int*/ event) {
   parent.hasChildFocus = true;
   parent.currentFocusItem = this;
   return 0;
 }