Lots more fixes for incorrect or missing interfaces items.
This commit is contained in:
@@ -2190,7 +2190,7 @@ public:
|
||||
|
||||
/** Paints property category selection rectangle.
|
||||
*/
|
||||
virtual void DrawCaptionSelectionRect(wxWindow *win, wxDC& dc,
|
||||
virtual void DrawCaptionSelectionRect(wxDC& dc,
|
||||
int x, int y, int w, int h) const;
|
||||
|
||||
/** Utility to draw vertically centered text.
|
||||
@@ -2706,28 +2706,6 @@ protected:
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
/** @class wxPGChoiceEntry
|
||||
|
||||
Data of a single wxPGChoices choice.
|
||||
*/
|
||||
class wxPGChoiceEntry : public wxPGCell
|
||||
{
|
||||
public:
|
||||
wxPGChoiceEntry();
|
||||
wxPGChoiceEntry(const wxPGChoiceEntry& other);
|
||||
wxPGChoiceEntry( const wxString& label,
|
||||
int value = wxPG_INVALID_VALUE );
|
||||
|
||||
virtual ~wxPGChoiceEntry();
|
||||
|
||||
void SetValue( int value );
|
||||
int GetValue() const;
|
||||
|
||||
wxPGChoiceEntry& operator=( const wxPGChoiceEntry& other );
|
||||
};
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
/** @class wxPGRootProperty
|
||||
|
||||
Root parent property.
|
||||
|
Reference in New Issue
Block a user