Home
last modified time | relevance | path

Searched refs:textctrl (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/dports/www/py-wfuzz/wfuzz-3.1.0/src/wfuzz/ui/gui/
H A Dguicontrols.py46 self.textctrl = wx.TextCtrl(
56 self.textctrl.AppendText(self.prompt)
61 sizer.Add(self.textctrl, 1, wx.EXPAND)
65 redir = RedirectText(self.textctrl)
99 self.textctrl.WriteText("\n")
100 self.textctrl.WriteText(self.prompt)
108 self.textctrl.WriteText("\n")
109 self.textctrl.WriteText(self.prompt)
119 self.textctrl.WriteText("\n")
126 nl = self.textctrl.GetNumberOfLines()
[all …]
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxinfo.cpp118 TextView* textctrl = new TextView(this, wxID_ANY, wxEmptyString, in InfoFrame() local
131 textctrl->SetDefaultStyle(textattr); in InfoFrame()
134 textctrl->WriteText(_("No comments found.")); in InfoFrame()
136 textctrl->WriteText(wxString(comments,wxConvLocal)); in InfoFrame()
139 textctrl->SetStyle(0, strlen(comments), textattr); in InfoFrame()
143 textctrl->ShowPosition(0); in InfoFrame()
144 textctrl->SetInsertionPoint(0); in InfoFrame()
150 vbox->Add(textctrl, 1, wxLEFT | wxRIGHT | wxTOP | wxEXPAND | wxALIGN_TOP, 10); in InfoFrame()
162 textctrl->SetFocus(); in InfoFrame()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/
H A DSpellCheckSettingsPanel.cpp178 wxTextCtrl *textctrl; in OnChooseDirectory() local
183 textctrl = m_TextDictPath; in OnChooseDirectory()
189 textctrl = m_TextThPath; in OnChooseDirectory()
194 textctrl = m_TextBitmapPath; in OnChooseDirectory()
196 wxString path = textctrl->GetValue(); in OnChooseDirectory()
202 textctrl->SetValue( dlg.GetPath() ); in OnChooseDirectory()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/_static/images/inheritance/
H A Dwx.lib.masked.textctrl.PreMaskedTextCtrl_inheritance.png.map2 … shape="rect" id="node1" href="wx.lib.masked.textctrl.PreMaskedTextCtrl.html" title="wx.lib.masked…
3 … shape="rect" id="node2" href="wx.lib.masked.textctrl.BaseMaskedTextCtrl.html" title="wx.lib.maske…
H A Dwx.lib.masked.textctrl.TextCtrl_inheritance.png.map2 <area shape="rect" id="node1" href="wx.lib.masked.textctrl.TextCtrl.html" title="wx.lib.masked.text…
3 … shape="rect" id="node2" href="wx.lib.masked.textctrl.BaseMaskedTextCtrl.html" title="wx.lib.maske…
H A Dwx.lib.masked.textctrl.BaseMaskedTextCtrl_inheritance.png.map2 … shape="rect" id="node1" href="wx.lib.masked.textctrl.BaseMaskedTextCtrl.html" title="wx.lib.maske…
H A Dwx.lib.masked.timectrl.TimeCtrl_inheritance.png.map3 … shape="rect" id="node2" href="wx.lib.masked.textctrl.BaseMaskedTextCtrl.html" title="wx.lib.maske…
H A Dwx.lib.masked.numctrl.NumCtrl_inheritance.png.map3 … shape="rect" id="node2" href="wx.lib.masked.textctrl.BaseMaskedTextCtrl.html" title="wx.lib.maske…
H A Dwx.lib.masked.ipaddrctrl.IpAddrCtrl_inheritance.png.map3 … shape="rect" id="node2" href="wx.lib.masked.textctrl.BaseMaskedTextCtrl.html" title="wx.lib.maske…
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Ddescrip.mms51 textctrl.obj,\
92 textctrl.cpp \
140 textctrl.obj : textctrl.cpp
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Ddescrip.mms51 textctrl.obj,\
92 textctrl.cpp \
139 textctrl.obj : textctrl.cpp
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Ddescrip.mms51 textctrl.obj,\
92 textctrl.cpp \
139 textctrl.obj : textctrl.cpp
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Ddialog_about.cpp129 …wxTextCtrl *textctrl = new wxTextCtrl(&d, -1, aboutString, wxDefaultPosition, wxSize(-1, 200), wxT… in ShowAboutDialog() local
134 MainSizer->Add(textctrl, 0, wxEXPAND | wxALL, 0); in ShowAboutDialog()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/etg/
H A Dsrchctrl.py90 import textctrl
91 mod = textctrl.parseAndTweakModule()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Ddescrip.mms70 textctrl.obj,\
121 textctrl.cpp,\
183 textctrl.obj : textctrl.cpp
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Ddescrip.mms70 textctrl.obj,\
121 textctrl.cpp,\
183 textctrl.obj : textctrl.cpp
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Ddescrip.mms71 textctrl.obj,\
123 textctrl.cpp,\
186 textctrl.obj : textctrl.cpp
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/widgets/
H A Ddescrip.mms60 static.obj,textctrl.obj,toggle.obj,widgets.obj
107 textctrl.obj : textctrl.cpp
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/widgets/
H A Ddescrip.mms60 static.obj,textctrl.obj,toggle.obj,widgets.obj
107 textctrl.obj : textctrl.cpp
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/widgets/
H A Ddescrip.mms60 static.obj,textctrl.obj,toggle.obj,widgets.obj
107 textctrl.obj : textctrl.cpp
/dports/x11-toolkits/p5-Alien-wxWidgets/Alien-wxWidgets-0.69/patches/
H A DwxMac-2.9.0-textctrl.patch1 --- src/osx/cocoa/textctrl.mm 2009-09-04 06:53:00.000000000 +0200
2 +++ src/osx/cocoa/textctrl.mm 2009-10-18 20:47:57.000000000 +0200
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Ddescrip.mms91 textctrl.obj,\
149 textctrl.cpp,\
227 textctrl.obj : textctrl.cpp
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Ddescrip.mms91 textctrl.obj,\
149 textctrl.cpp,\
227 textctrl.obj : textctrl.cpp
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Ddescrip.mms91 textctrl.obj,\
149 textctrl.cpp,\
227 textctrl.obj : textctrl.cpp
/dports/comms/cwstudio/cwstudio-0.9.6/src/
H A Dcwwx.cc122 wxTextCtrl *textctrl;
396textctrl = new wxTextCtrl(panel, ID_Text, wxT("VVV ="), wxDefaultPosition, wxDefaultSize, wxTE_MUL… in CWWindow()
399 textctrl->SetFont(*tempfont); in CWWindow()
404 mainsizer->Add(textctrl, 1, wxEXPAND, 0); in CWWindow()
636 textctrl->SetValue(wxString::FromAscii(t)); in GenerateGroups()
651 textctrl->SetValue(wxString::FromAscii(t)); in GenerateCalls()
666 textctrl->SetValue(wxString::FromAscii(t)); in GenerateWords()
694 text = (char *) malloc((textctrl->GetValue()).Len() * sizeof(char) + 1); in GenerateSound()
695 strcpy(text, (const char *) (textctrl->GetValue()).mb_str(wxConvUTF8)); in GenerateSound()

12345678910>>...22