Home
last modified time | relevance | path

Searched refs:wxSTEditorShell (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/src/
H A Dsteshell.cpp20 IMPLEMENT_DYNAMIC_CLASS(wxSTEditorShell, wxSTEditor) in IMPLEMENT_DYNAMIC_CLASS() argument
22 BEGIN_EVENT_TABLE(wxSTEditorShell, wxSTEditor) in IMPLEMENT_DYNAMIC_CLASS()
27 void wxSTEditorShell::Init() in IMPLEMENT_DYNAMIC_CLASS()
57 wxSTEditorShell::~wxSTEditorShell() in ~wxSTEditorShell()
61 void wxSTEditorShell::AppendText(const wxString &text) in AppendText()
87 wxString wxSTEditorShell::GetPromptText() in GetPromptText()
102 void wxSTEditorShell::EndWriteable(bool check_ro) in EndWriteable()
111 int wxSTEditorShell::GetPromptLine() in GetPromptLine()
147 bool wxSTEditorShell::CheckReadOnly(bool set) in CheckReadOnly()
165 bool wxSTEditorShell::CheckPrompt(bool set) in CheckPrompt()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stedit/include/wx/stedit/
H A Dsteshell.h48 class WXDLLIMPEXP_STEDIT wxSTEditorShell : public wxSTEditor
51 wxSTEditorShell() : wxSTEditor() { Init(); } in wxSTEditorShell() function
53 wxSTEditorShell( wxWindow *parent, wxWindowID id = wxID_ANY,
63 virtual ~wxSTEditorShell();
159 DECLARE_DYNAMIC_CLASS(wxSTEditorShell);