some minor tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-04-27 16:41:48 +00:00
parent 5eaa587e28
commit fc2518abb5
7 changed files with 99 additions and 64 deletions

View File

@@ -596,10 +596,8 @@ class wxGridCellEditor
{
public:
bool IsCreated();
#ifdef POST2115
wxControl* GetControl();
void SetControl(wxControl* control);
#endif
void SetParameters(const wxString& params);
@@ -788,11 +786,10 @@ public:
class wxGridCellChoiceEditor : public wxGridCellEditor
{
public:
#ifdef POST2115
wxGridCellChoiceEditor(int LCOUNT = 0,
const wxString* choices = NULL,
bool allowOthers = FALSE);
#else
#ifdef PRE2115
%addmethods {
wxGridCellChoiceEditor(PyObject* choices,
bool allowOthers = FALSE) {
@@ -1363,9 +1360,7 @@ public:
void DisableCellEditControl();
bool CanEnableCellControl() const;
bool IsCellEditControlEnabled() const;
#ifdef POST2115
bool IsCellEditControlShown() const;
#endif
bool IsCurrentCellReadOnly() const;