Committing in .
wxMOTIF updates for OpenVMS Modified Files: wxWindows/setup.h_vms wxWindows/src/generic/descrip.mms wxWindows/src/motif/descrip.mms wxWindows/src/motif/glcanvas.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -213,7 +213,11 @@
|
||||
/*
|
||||
* Use wxPopupWindow (useful in wxUniv only for now)
|
||||
*/
|
||||
#ifdef __WXMOTIF__
|
||||
#define wxUSE_POPUPWIN 0
|
||||
#else
|
||||
#define wxUSE_POPUPWIN 1
|
||||
#endif
|
||||
|
||||
/*
|
||||
Use wxTipWindow
|
||||
@@ -666,7 +670,11 @@
|
||||
/*
|
||||
* Use tooltips
|
||||
*/
|
||||
#ifdef __WXMOTIF__
|
||||
#define wxUSE_TOOLTIPS 0
|
||||
#else
|
||||
#define wxUSE_TOOLTIPS 1
|
||||
#endif
|
||||
/*
|
||||
* Use dnd
|
||||
*/
|
||||
|
Reference in New Issue
Block a user