projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Made wxDataViewCtrl sample use a real, expandabl data tree
[wxWidgets.git]
/
include
/
wx
/
motif
/
textctrl.h
diff --git
a/include/wx/motif/textctrl.h
b/include/wx/motif/textctrl.h
index ed4f480c0573b37e08b8174fe7cbb170e903439c..22b8f50eebc7985b7137ad0f26fb497dfe9a92e1 100644
(file)
--- a/
include/wx/motif/textctrl.h
+++ b/
include/wx/motif/textctrl.h
@@
-43,7
+43,6
@@
public:
// accessors
// ---------
virtual wxString GetValue() const;
// accessors
// ---------
virtual wxString GetValue() const;
- virtual void SetValue(const wxString& value);
virtual int GetLineLength(long lineNo) const;
virtual wxString GetLineText(long lineNo) const;
virtual int GetLineLength(long lineNo) const;
virtual wxString GetLineText(long lineNo) const;
@@
-127,6
+126,9
@@
protected:
wxString m_fileName;
virtual wxSize DoGetBestSize() const;
wxString m_fileName;
virtual wxSize DoGetBestSize() const;
+
+ virtual void DoSetValue(const wxString& value, int flags = 0);
+
public:
// Motif-specific
void* m_tempCallbackStruct;
public:
// Motif-specific
void* m_tempCallbackStruct;