// show/hide popup window
virtual void ShowPopup();
- virtual void HidePopup();
+ virtual void HidePopup(bool generateEvent=false);
// Override for totally custom combo action
virtual void OnButtonClick();
// Platform-specific default can be set with value-1.
// Remarks
// * This method may do nothing on some native implementations.
- wxDEPRECTED( void SetTextIndent( int indent ) );
+ wxDEPRECATED( void SetTextIndent( int indent ) );
// Returns actual indentation in pixels.
- wxDEPRECTED( wxCoord GetTextIndent() const );
+ wxDEPRECATED( wxCoord GetTextIndent() const );
#endif
// Returns area covered by the text field.
bool IsCreated() const { return m_iFlags & wxCC_IFLAG_CREATED ? true : false; }
// common code to be called on popup hide/dismiss
- void OnPopupDismiss();
+ void OnPopupDismiss(bool generateEvent);
// PopupShown states
enum