X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/936a13b5015f87819f27aeca2cd232bedfe45106..9f556d1dd6a06524c0d5419862836b9f0e9e6e1d:/contrib/include/wx/gizmos/ledctrl.h?ds=sidebyside diff --git a/contrib/include/wx/gizmos/ledctrl.h b/contrib/include/wx/gizmos/ledctrl.h index a46cf53c10..486274ffd8 100644 --- a/contrib/include/wx/gizmos/ledctrl.h +++ b/contrib/include/wx/gizmos/ledctrl.h @@ -1,10 +1,6 @@ #ifndef _WX_LEDNUMBERCTRL_H_ #define _WX_LEDNUMBERCTRL_H_ -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "wxLEDNumberCtrl.h" -#endif - #include "wx/gizmos/gizmos.h" #include @@ -33,18 +29,18 @@ enum wxLEDValueAlign // wxLEDNumberCtrl // ---------------------------------------------------------------------------- -class WXDLLIMPEXP_GIZMOS wxLEDNumberCtrl : public wxControl +class WXDLLIMPEXP_GIZMOS wxLEDNumberCtrl : public wxControl { public: // Constructors. wxLEDNumberCtrl(); - wxLEDNumberCtrl(wxWindow *parent, wxWindowID id = -1, + wxLEDNumberCtrl(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxLED_ALIGN_LEFT | wxLED_DRAW_FADED); // Create functions. - bool Create(wxWindow *parent, wxWindowID id = -1, + bool Create(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0); @@ -53,9 +49,9 @@ public: bool GetDrawFaded() const { return m_DrawFaded; } const wxString &GetValue() const { return m_Value; } - void SetAlignment(wxLEDValueAlign Alignment, bool Redraw = TRUE); - void SetDrawFaded(bool DrawFaded, bool Redraw = TRUE); - void SetValue(const wxString &Value, bool Redraw = TRUE); + void SetAlignment(wxLEDValueAlign Alignment, bool Redraw = true); + void SetDrawFaded(bool DrawFaded, bool Redraw = true); + void SetValue(const wxString &Value, bool Redraw = true); private: // Members.