added wxUSE_TOOLBAR_SIMPLE setting, enabled wxLongLong in configure by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1349,7 +1349,7 @@ else
|
|||||||
DEFAULT_wxUSE_SERIAL=yes
|
DEFAULT_wxUSE_SERIAL=yes
|
||||||
DEFAULT_wxUSE_JOYSTICK=yes
|
DEFAULT_wxUSE_JOYSTICK=yes
|
||||||
DEFAULT_wxUSE_DYNLIB_CLASS=yes
|
DEFAULT_wxUSE_DYNLIB_CLASS=yes
|
||||||
DEFAULT_wxUSE_LONGLONG=no
|
DEFAULT_wxUSE_LONGLONG=yes
|
||||||
|
|
||||||
DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
|
DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
|
||||||
DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
|
DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
|
||||||
|
@@ -754,7 +754,7 @@ else
|
|||||||
DEFAULT_wxUSE_SERIAL=yes
|
DEFAULT_wxUSE_SERIAL=yes
|
||||||
DEFAULT_wxUSE_JOYSTICK=yes
|
DEFAULT_wxUSE_JOYSTICK=yes
|
||||||
DEFAULT_wxUSE_DYNLIB_CLASS=yes
|
DEFAULT_wxUSE_DYNLIB_CLASS=yes
|
||||||
DEFAULT_wxUSE_LONGLONG=no
|
DEFAULT_wxUSE_LONGLONG=yes
|
||||||
|
|
||||||
DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
|
DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
|
||||||
DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
|
DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
|
||||||
|
@@ -310,6 +310,9 @@
|
|||||||
// text entry dialog and wxGetTextFromUser function
|
// text entry dialog and wxGetTextFromUser function
|
||||||
#define wxUSE_TEXTDLG 1
|
#define wxUSE_TEXTDLG 1
|
||||||
|
|
||||||
|
// use generic wxToolBar class instead of the native one?
|
||||||
|
#define wxUSE_TOOLBAR 0
|
||||||
|
|
||||||
// wxToolBar class
|
// wxToolBar class
|
||||||
#define wxUSE_TOOLBAR 1
|
#define wxUSE_TOOLBAR 1
|
||||||
|
|
||||||
|
@@ -307,6 +307,12 @@
|
|||||||
#define wxUSE_TAB_DIALOG 0
|
#define wxUSE_TAB_DIALOG 0
|
||||||
/* compatibility */
|
/* compatibility */
|
||||||
#define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
|
#define wxUSE_TABDIALOG wxUSE_TAB_DIALOG
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Use generic wxToolBar instead of the native one?
|
||||||
|
*/
|
||||||
|
#define wxUSE_TOOLBAR_SIMPLE 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use this control
|
* Use this control
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user