X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89c7e9622933c3ee7906c39bc3927a7d5616b94b..bd5e2346d39a5465b8b15da90cef6138735fd76b:/include/wx/motif/setup.h diff --git a/include/wx/motif/setup.h b/include/wx/motif/setup.h index a53bfbea35..8b9f9762e5 100644 --- a/include/wx/motif/setup.h +++ b/include/wx/motif/setup.h @@ -51,9 +51,12 @@ // AIAI spline code is slower, but freer of copyright issues. // 0 for no splines -#define wxUSE_TOOLBAR 1 +#define wxUSE_XPM 1 + // Use XPMs + +#define wxUSE_TOOLBAR 1 // Use toolbars -#define wxUSE_COMBOBOX 1 +#define wxUSE_COMBOBOX 1 // Use wxComboBox #define wxUSE_DRAG_AND_DROP 1 // 0 for no drag and drop @@ -110,6 +113,15 @@ // if enabled, compiles built-in OS independent wxConfig // class and it's file (any platform) and registry (Win) // based implementations + +#define wxUSE_GADGETS 0 + // Use gadgets where possible + +#define wxUSE_MDI_WIDGETS 1 + // Use Scott Sadler's MDI widgets (buggy). + // If 0, uses normal frames. + + /* * Finer detail *