]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/choice.h
1. panels pass focus to the next item in parent panel
[wxWidgets.git] / include / wx / gtk1 / choice.h
index da0b83c2887039eb5d883730bbf5e9f7daf7e764..acd0324c00d40bd2705e4378544f8da51b514301 100644 (file)
@@ -15,6 +15,7 @@
 #endif
 
 #include "wx/defs.h"
+
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
@@ -96,4 +97,5 @@ public:
     void ApplyWidgetStyle();
 };
 
+
 #endif // __GTKCHOICEH__