projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Get rid of wxFontMapper in wxBase library.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
textctrl.h
diff --git
a/include/wx/gtk/textctrl.h
b/include/wx/gtk/textctrl.h
index a13d3270c37df0105d2058e15ce92cd762db464a..6a52dba4f30ded50bba820a73ed4b849613a3492 100644
(file)
--- a/
include/wx/gtk/textctrl.h
+++ b/
include/wx/gtk/textctrl.h
@@
-32,6
+32,8
@@
public:
const wxValidator& validator = wxDefaultValidator,
const wxString &name = wxTextCtrlNameStr);
const wxValidator& validator = wxDefaultValidator,
const wxString &name = wxTextCtrlNameStr);
+ ~wxTextCtrl();
+
bool Create(wxWindow *parent,
wxWindowID id,
const wxString &value = wxEmptyString,
bool Create(wxWindow *parent,
wxWindowID id,
const wxString &value = wxEmptyString,
@@
-224,10
+226,15
@@
private:
// number of calls to Freeze() minus number of calls to Thaw()
unsigned int m_frozenness;
// number of calls to Freeze() minus number of calls to Thaw()
unsigned int m_frozenness;
+
+ // For wxTE_AUTO_URL
+ void OnUrlMouseEvent(wxMouseEvent&);
+ GdkCursor *m_gdkHandCursor;
+ GdkCursor *m_gdkXTermCursor;
#endif
DECLARE_EVENT_TABLE()
#endif
DECLARE_EVENT_TABLE()
- DECLARE_DYNAMIC_CLASS(wxTextCtrl)
;
+ DECLARE_DYNAMIC_CLASS(wxTextCtrl)
};
#endif // __GTKTEXTCTRLH__
};
#endif // __GTKTEXTCTRLH__