Home
last modified time | relevance | path

Searched refs:m_textCtrl (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dspinctld.cpp137 m_textCtrl = NULL; in IMPLEMENT_DYNAMIC_CLASS()
250 if (m_textCtrl) m_textCtrl->SetSize( 0, 0, width - spinwidth, height ); in DoSetSize()
255 if (m_textCtrl) m_textCtrl->SetSize( 0, 0, width - spinwidth, height ); in DoSetSize()
284 if (m_textCtrl) event.SetString( m_textCtrl->GetValue() ); in DoSendEvent()
290 if (m_textCtrl && m_textCtrl->IsModified() ) in OnSpinUp()
303 if (m_textCtrl && m_textCtrl->IsModified() ) in OnSpinDown()
337 if (m_textCtrl && m_textCtrl->IsModified()) SyncSpinToText(false); in OnChar()
344 if (m_textCtrl && m_textCtrl->IsModified()) SyncSpinToText(false); in OnChar()
351 if (m_textCtrl && m_textCtrl->IsModified()) SyncSpinToText(false); in OnChar()
550 if (m_textCtrl) in OnFocus()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dspinctlg.cpp202 m_textCtrl = NULL; in wxBEGIN_EVENT_TABLE()
265 if (m_textCtrl) in ~wxSpinCtrlGenericBase()
271 m_textCtrl = NULL; in ~wxSpinCtrlGenericBase()
281 parts.push_back(m_textCtrl); in GetCompositeWindowParts()
330 if ( m_textCtrl ) in SetFocus()
331 m_textCtrl->SetFocus(); in SetFocus()
349 m_textCtrl->Enable(enable); in Enable()
364 m_textCtrl->Show(show); in Show()
376 if ( m_textCtrl ) in SetBackgroundColour()
482 if ( !m_textCtrl || !m_textCtrl->IsModified() ) in SyncSpinToText()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dspinctlg.cpp186 m_textCtrl = NULL; in BEGIN_EVENT_TABLE()
247 if (m_textCtrl) in ~wxSpinCtrlGenericBase()
253 m_textCtrl = NULL; in ~wxSpinCtrlGenericBase()
263 parts.push_back(m_textCtrl); in GetCompositeWindowParts()
314 if ( m_textCtrl ) in SetFocus()
315 m_textCtrl->SetFocus(); in SetFocus()
333 m_textCtrl->Enable(enable); in Enable()
348 m_textCtrl->Show(show); in Show()
361 if ( m_textCtrl ) in DoSetToolTip()
386 if ( m_textCtrl ) in SetBackgroundColour()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dspinctlg.cpp186 m_textCtrl = NULL; in BEGIN_EVENT_TABLE()
247 if (m_textCtrl) in ~wxSpinCtrlGenericBase()
253 m_textCtrl = NULL; in ~wxSpinCtrlGenericBase()
263 parts.push_back(m_textCtrl); in GetCompositeWindowParts()
314 if ( m_textCtrl ) in SetFocus()
315 m_textCtrl->SetFocus(); in SetFocus()
333 m_textCtrl->Enable(enable); in Enable()
348 m_textCtrl->Show(show); in Show()
361 if ( m_textCtrl ) in DoSetToolTip()
386 if ( m_textCtrl ) in SetBackgroundColour()
[all …]
/dports/games/springlobby/springlobby-0.180/src/gui/spinctl/generic/
H A Dspinctlg.cpp61 m_spin->m_textCtrl = NULL; in ~SlSpinCtrlTextGeneric()
155 m_textCtrl = NULL; in BEGIN_EVENT_TABLE()
225 if (m_textCtrl) in ~SlSpinCtrlGenericBase()
231 m_textCtrl = NULL; in ~SlSpinCtrlGenericBase()
273 m_textCtrl->Enable(enable); in Enable()
288 m_textCtrl->Show(show); in Show()
315 if ( m_textCtrl && m_textCtrl->IsModified() ) in OnSpinButton()
382 if ( m_textCtrl && m_textCtrl->IsModified() ) in OnTextChar()
395 if (!m_textCtrl) in SyncSpinToText()
433 m_textCtrl->SetValue(text); in SetValue()
[all …]
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlconsole.cpp78 m_textCtrl->SetFont(monoFont); in BEGIN_EVENT_TABLE()
133 m_textCtrl->Clear(); in OnMenu()
158 m_textCtrl->Copy(); in OnMenu()
191 m_textCtrl->Freeze(); in AppendText()
200 m_textCtrl->AppendText(msg); in AppendText()
201 m_textCtrl->SetInsertionPoint(is_near_end ? m_textCtrl->GetLastPosition() : pos); in AppendText()
203 m_textCtrl->Thaw(); in AppendText()
211 m_textCtrl->SetDefaultStyle(attr); in AppendTextWithAttr()
229 m_textCtrl->Freeze(); in SetMaxLines()
230 m_textCtrl->Remove(0, remove_pos); in SetMaxLines()
[all …]
/dports/math/gambit/gambit-16.0.1/src/gui/
H A Dedittext.cc79 topSizer->Show(m_textCtrl, false); in gbtEditableText()
87 m_textCtrl->SetSelection(-1, -1); in BeginEdit()
89 GetSizer()->Show(m_textCtrl, true); in BeginEdit()
91 m_textCtrl->SetFocus(); in BeginEdit()
100 GetSizer()->Show(m_textCtrl, false); in EndEdit()
108 if (GetSizer()->IsShown(m_textCtrl)) { in GetValue()
109 return m_textCtrl->GetValue(); in GetValue()
118 m_textCtrl->SetValue(p_value); in SetValue()
125 m_textCtrl->SetForegroundColour(p_color); in SetForegroundColour()
132 m_textCtrl->SetBackgroundColour(p_color); in SetBackgroundColour()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/qt/private/
H A Dtreeitemdelegate.h26 m_textCtrl(NULL) in wxQTTreeItemDelegate()
32 if ( m_textCtrl != NULL ) in createEditor()
33 destroyEditor(m_textCtrl->GetHandle(), m_currentModelIndex); in createEditor()
36 m_textCtrl = new wxQtListTextCtrl(m_parent, parent); in createEditor()
37 m_textCtrl->SetFocus(); in createEditor()
38 return m_textCtrl->GetHandle(); in createEditor()
43 if ( m_textCtrl != NULL ) in destroyEditor()
46 wxTheApp->ScheduleForDestruction(m_textCtrl); in destroyEditor()
47 m_textCtrl = NULL; in destroyEditor()
58 return m_textCtrl; in GetEditControl()
[all …]
H A Dtreeitemfactory.h83 m_textCtrl(NULL) in wxQtTreeItemEditorFactory()
96 if (m_textCtrl != NULL) in createEditor()
99 m_textCtrl = new wxQtListTextCtrl(m_parent, parent); in createEditor()
100 m_textCtrl->SetFocus(); in createEditor()
101 return m_textCtrl->GetHandle(); in createEditor()
106 return m_textCtrl; in GetEditControl()
111 delete m_textCtrl; in ClearEditor() local
112 m_textCtrl = NULL; in ClearEditor()
117 mutable wxTextCtrl* m_textCtrl; variable
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DLogPane.cpp30 m_textCtrl = new wxTextCtrl(this, -1, wxEmptyString, wxDefaultPosition, in LogPane()
34 m_textCtrl->SetMinSize(wxSize(wxSystemSettings::GetMetric( wxSYS_SCREEN_X )/10, in LogPane()
36 vbox->Add(m_textCtrl, wxSizerFlags().Expand().Proportion(1)); in LogPane()
61 wxLog::SetActiveTarget(m_logPanelTarget = new wxLogTextCtrl(m_textCtrl)); in BecomeLogTarget()
65 …xtRedirector = std::unique_ptr<wxStreamToTextRedirector>(new wxStreamToTextRedirector(m_textCtrl)); in BecomeLogTarget()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/dialogs/
H A Ddialog_text_entry.cpp34 m_textCtrl->SetValue( aDefaultValue ); in WX_TEXT_ENTRY_DIALOG()
36 SetInitialFocus( m_textCtrl ); in WX_TEXT_ENTRY_DIALOG()
71 m_textCtrl->SetValidator( validator ); in SetTextValidator()
77 return m_textCtrl->GetValue(); in GetValue()
H A Ddialog_unit_entry_base.cpp29 m_textCtrl = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); in WX_UNIT_ENTRY_DIALOG_BASE()
30 m_textCtrl->SetMinSize( wxSize( 300,-1 ) ); in WX_UNIT_ENTRY_DIALOG_BASE()
32 bSizerTextAndUnit->Add( m_textCtrl, 0, wxBOTTOM|wxRIGHT|wxLEFT|wxEXPAND, 5 ); in WX_UNIT_ENTRY_DIALOG_BASE()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dlist_search_panel.cpp48m_textCtrl = new wxTextCtrlEx(this, ID_SEARCH_TEXT, wxString(), wxDefaultPosition, wxDefaultSize, … in BEGIN_EVENT_TABLE()
49 sizer->Add(m_textCtrl, 1, wxEXPAND | wxALL, 5); in BEGIN_EVENT_TABLE()
50 int const editHeight = m_textCtrl->GetSize().GetHeight(); in BEGIN_EVENT_TABLE()
78 m_textCtrl->SetFocus(); in Show()
134 m_textCtrl->ChangeValue(wxString()); in Close()
157 wxString text = m_textCtrl->GetValue(); in OnText()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/typetest/
H A Dtypetest.h18 MyApp() { m_textCtrl = NULL; m_mimeDatabase = NULL; } in MyApp()
37 wxTextCtrl* GetTextCtrl() const { return m_textCtrl; } in GetTextCtrl()
40 wxTextCtrl* m_textCtrl;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/typetest/
H A Dtypetest.h18 MyApp() { m_textCtrl = NULL; m_mimeDatabase = NULL; } in MyApp()
37 wxTextCtrl* GetTextCtrl() const { return m_textCtrl; } in GetTextCtrl()
40 wxTextCtrl* m_textCtrl;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/typetest/
H A Dtypetest.h19 MyApp() { m_textCtrl = NULL; m_mimeDatabase = NULL; } in MyApp()
38 wxTextCtrl* GetTextCtrl() const { return m_textCtrl; } in GetTextCtrl()
41 wxTextCtrl* m_textCtrl;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/typetest/
H A Dtypetest.h19 MyApp() { m_textCtrl = NULL; m_mimeDatabase = NULL; } in MyApp()
38 wxTextCtrl* GetTextCtrl() const { return m_textCtrl; } in GetTextCtrl()
41 wxTextCtrl* m_textCtrl;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/typetest/
H A Dtypetest.h19 MyApp() { m_textCtrl = NULL; m_mimeDatabase = NULL; } in MyApp()
38 wxTextCtrl* GetTextCtrl() const { return m_textCtrl; } in GetTextCtrl()
41 wxTextCtrl* m_textCtrl;
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/typetest/
H A Dtypetest.h19 MyApp() { m_textCtrl = NULL; m_mimeDatabase = NULL; } in MyApp()
38 wxTextCtrl* GetTextCtrl() const { return m_textCtrl; } in GetTextCtrl()
41 wxTextCtrl* m_textCtrl;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/typetest/
H A Dtypetest.h18 MyApp() { m_textCtrl = NULL; m_mimeDatabase = NULL; } in MyApp()
37 wxTextCtrl* GetTextCtrl() const { return m_textCtrl; } in GetTextCtrl()
40 wxTextCtrl* m_textCtrl;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/text/
H A Dtext.cpp381 wxTextCtrl *m_textCtrl; member in RichTextFrame
1722 m_textCtrl->SetValue(value); in wxBEGIN_EVENT_TABLE()
1763 m_textCtrl->GetSelection(& start, & end); in OnLeftAlign()
1764 m_textCtrl->SetStyle(start, end, attr); in OnLeftAlign()
1775 m_textCtrl->GetSelection(& start, & end); in OnRightAlign()
1776 m_textCtrl->SetStyle(start, end, attr); in OnRightAlign()
1787 m_textCtrl->GetSelection(& start, & end); in OnJustify()
1788 m_textCtrl->SetStyle(start, end, attr); in OnJustify()
1799 m_textCtrl->GetSelection(& start, & end); in OnCentre()
1800 m_textCtrl->SetStyle(start, end, attr); in OnCentre()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/text/
H A Dtext.cpp360 wxTextCtrl *m_textCtrl; member in RichTextFrame
1563 m_textCtrl->SetValue(value); in BEGIN_EVENT_TABLE()
1604 m_textCtrl->GetSelection(& start, & end); in OnLeftAlign()
1605 m_textCtrl->SetStyle(start, end, attr); in OnLeftAlign()
1616 m_textCtrl->GetSelection(& start, & end); in OnRightAlign()
1617 m_textCtrl->SetStyle(start, end, attr); in OnRightAlign()
1628 m_textCtrl->GetSelection(& start, & end); in OnJustify()
1629 m_textCtrl->SetStyle(start, end, attr); in OnJustify()
1640 m_textCtrl->GetSelection(& start, & end); in OnCentre()
1641 m_textCtrl->SetStyle(start, end, attr); in OnCentre()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/text/
H A Dtext.cpp360 wxTextCtrl *m_textCtrl; member in RichTextFrame
1563 m_textCtrl->SetValue(value); in BEGIN_EVENT_TABLE()
1604 m_textCtrl->GetSelection(& start, & end); in OnLeftAlign()
1605 m_textCtrl->SetStyle(start, end, attr); in OnLeftAlign()
1616 m_textCtrl->GetSelection(& start, & end); in OnRightAlign()
1617 m_textCtrl->SetStyle(start, end, attr); in OnRightAlign()
1628 m_textCtrl->GetSelection(& start, & end); in OnJustify()
1629 m_textCtrl->SetStyle(start, end, attr); in OnJustify()
1640 m_textCtrl->GetSelection(& start, & end); in OnCentre()
1641 m_textCtrl->SetStyle(start, end, attr); in OnCentre()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/text/
H A Dtext.cpp360 wxTextCtrl *m_textCtrl; member in RichTextFrame
1563 m_textCtrl->SetValue(value); in BEGIN_EVENT_TABLE()
1604 m_textCtrl->GetSelection(& start, & end); in OnLeftAlign()
1605 m_textCtrl->SetStyle(start, end, attr); in OnLeftAlign()
1616 m_textCtrl->GetSelection(& start, & end); in OnRightAlign()
1617 m_textCtrl->SetStyle(start, end, attr); in OnRightAlign()
1628 m_textCtrl->GetSelection(& start, & end); in OnJustify()
1629 m_textCtrl->SetStyle(start, end, attr); in OnJustify()
1640 m_textCtrl->GetSelection(& start, & end); in OnCentre()
1641 m_textCtrl->SetStyle(start, end, attr); in OnCentre()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/text/
H A Dtext.cpp360 wxTextCtrl *m_textCtrl; member in RichTextFrame
1563 m_textCtrl->SetValue(value); in BEGIN_EVENT_TABLE()
1604 m_textCtrl->GetSelection(& start, & end); in OnLeftAlign()
1605 m_textCtrl->SetStyle(start, end, attr); in OnLeftAlign()
1616 m_textCtrl->GetSelection(& start, & end); in OnRightAlign()
1617 m_textCtrl->SetStyle(start, end, attr); in OnRightAlign()
1628 m_textCtrl->GetSelection(& start, & end); in OnJustify()
1629 m_textCtrl->SetStyle(start, end, attr); in OnJustify()
1640 m_textCtrl->GetSelection(& start, & end); in OnCentre()
1641 m_textCtrl->SetStyle(start, end, attr); in OnCentre()
[all …]

1234567