Use 'wx/' for contrib samples and make wxTinderbox properly rebuilded after commits in core headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
@@ -25,13 +25,13 @@
|
||||
#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:
|
||||
|
Reference in New Issue
Block a user