wxTipWindow can now derived from wxFrame if not wxUSE_POPUPWIN, or

wxPopupTransientWindow otherwise.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-12-02 01:54:38 +00:00
parent 673ad11240
commit 961c54c333
3 changed files with 171 additions and 67 deletions

View File

@@ -877,14 +877,5 @@
# endif
#endif /* wxUSE_CLIPBOARD */
#if wxUSE_TIPWINDOW && !wxUSE_POPUPWIN
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxTipWindow requires wxPopupWindow"
# else
# undef wxUSE_POPUPWIN
# define wxUSE_POPUPWIN 1
# endif
#endif /* wxUSE_TIPWINDOW */
#endif /* wxUSE_GUI */