X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..34c9978dac9a0120731737d5c6c5f629d1ace32b:/include/wx/popupwin.h diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index 3a7193c00d..d95c3877d2 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -6,7 +6,7 @@ // Created: 06.01.01 // RCS-ID: $Id$ // Copyright: (c) 2001 Vadim Zeitlin -// License: wxWidgets licence +// License: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_POPUPWIN_H_BASE_ @@ -46,7 +46,7 @@ public: virtual void Position(const wxPoint& ptOrigin, const wxSize& size); - virtual bool IsTopLevel() const { return TRUE; } + virtual bool IsTopLevel() const { return true; } DECLARE_NO_COPY_CLASS(wxPopupWindowBase) }; @@ -97,9 +97,9 @@ public: // // VZ: where is this used?? virtual bool CanDismiss() - { return TRUE; } + { return true; } - // called when a mouse is pressed while the popup is shown: return TRUE + // called when a mouse is pressed while the popup is shown: return true // from here to prevent its normal processing by the popup (which consists // in dismissing it if the mouse is cilcked outside it) virtual bool ProcessLeftDown(wxMouseEvent& event);