]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/gizmos/dynsash_switch/dynsash_switch.cpp
use wxHAVE_U_ESCAPE to accomodate old compilers
[wxWidgets.git] / contrib / samples / gizmos / dynsash_switch / dynsash_switch.cpp
index 239843942788025b7d367208ccdf0f7d34ae3052..cfc5fba0b99fe6c66c6f3c2fce550522bc774da5 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dynsash_switch.cpp
+// Name:        contrib/samples/gizmos/dynsash_switch/dynsash_switch.cpp
 // Purpose:     Test custom scrollbar handling of wxDynamicSashWindow by
 //              creating a dynamic sash window where the client scrolls a
 //              a subwindow of the client window by responding to scroll
     #include "wx/wx.h"
 #endif
 
-#include <wx/app.h>
-#include <wx/frame.h>
-#include <wx/choice.h>
-#include <wx/dcclient.h>
-#include <wx/gizmos/dynamicsash.h>
-#include <wx/layout.h>
-#include <wx/scrolbar.h>
+#include "wx/app.h"
+#include "wx/frame.h"
+#include "wx/choice.h"
+#include "wx/dcclient.h"
+#include "wx/gizmos/dynamicsash.h"
+#include "wx/layout.h"
+#include "wx/scrolbar.h"
 
 class SwitchDemo : public wxApp {
 public: