comparison dwt/widgets/Composite.d @ 38:6e625fa1612d

Shell, some code left
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Jan 2008 07:33:15 +0100
parents c86fc3d50cfa
children 7fb1ab011933
comparison
equal deleted inserted replaced
37:c86fc3d50cfa 38:6e625fa1612d
703 } 703 }
704 } 704 }
705 return result; 705 return result;
706 } 706 }
707 707
708 override int /*long*/ gtk_focus (GtkWidget* widget, GdkEventFocus* directionType) { 708 override int /*long*/ gtk_focus (GtkWidget* widget, int directionType) {
709 if (widget is socketHandle) return 0; 709 if (widget is socketHandle) return 0;
710 return super.gtk_focus (widget, directionType); 710 return super.gtk_focus (widget, directionType);
711 } 711 }
712 712
713 override int /*long*/ gtk_focus_in_event (GtkWidget* widget, GdkEventFocus* event) { 713 override int /*long*/ gtk_focus_in_event (GtkWidget* widget, GdkEventFocus* event) {