Initial revision
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
13
include/wx/checkbox.h
Normal file
13
include/wx/checkbox.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __CHECKBOXH_BASE__
|
||||
#define __CHECKBOXH_BASE__
|
||||
|
||||
#if defined(__WINDOWS__)
|
||||
#include "wx/msw/checkbox.h"
|
||||
#elif defined(__MOTIF__)
|
||||
#include "wx/xt/checkbox.h"
|
||||
#elif defined(__GTK__)
|
||||
#include "wx/gtk/checkbox.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
// __CHECKBOXH_BASE__
|
Reference in New Issue
Block a user