Home
last modified time | relevance | path

Searched refs:falseChoice (Results 1 – 15 of 15) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/propgrid/
H A Dpropgridiface.h726 const wxString& falseChoice );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/propgrid/
H A Dpropgridiface.h726 const wxString& falseChoice );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Dpropgridiface.cpp504 const wxString& falseChoice ) in SetBoolChoices() argument
506 wxPGGlobalVars->m_boolChoices[0] = falseChoice; in SetBoolChoices()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dpropgridiface.cpp498 const wxString& falseChoice ) in SetBoolChoices() argument
500 wxPGGlobalVars->m_boolChoices[0] = falseChoice; in SetBoolChoices()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Dpropgridiface.cpp504 const wxString& falseChoice ) in SetBoolChoices() argument
506 wxPGGlobalVars->m_boolChoices[0] = falseChoice; in SetBoolChoices()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/propgrid/
H A Dpropgridiface.h851 const wxString& falseChoice );
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/propgrid/
H A Dpropgridiface.h728 const wxString& falseChoice );
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/propgrid/
H A Dpropgridiface.h885 const wxString& falseChoice );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/propgrid/
H A Dpropgridiface.h885 const wxString& falseChoice );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_propgridwxPropertyGridInterface.cpp4130 const ::wxString* falseChoice; in meth_wxPropertyGridInterface_SetBoolChoices() local
4138 …J1", sipType_wxString,&trueChoice, &trueChoiceState, sipType_wxString,&falseChoice, &falseChoiceSt… in meth_wxPropertyGridInterface_SetBoolChoices()
4143 ::wxPropertyGridInterface::SetBoolChoices(*trueChoice,*falseChoice); in meth_wxPropertyGridInterface_SetBoolChoices()
4146 … sipReleaseType(const_cast< ::wxString *>(falseChoice),sipType_wxString,falseChoiceState); in meth_wxPropertyGridInterface_SetBoolChoices()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpropgridiface.sip1039 const wxString & falseChoice
1042 SetBoolChoices(trueChoice, falseChoice)
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Dpropgrid.cpp10542 const wxString& falseChoice ) in SetBoolChoices() argument
10544 wxPGGlobalVars->m_boolChoices[0] = falseChoice; in SetBoolChoices()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dpropgrid.pyi4308 def SetBoolChoices(trueChoice, falseChoice):
4310 SetBoolChoices(trueChoice, falseChoice)
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharo-1.4.changes29601 falseChoice: falseLabel
97871 falseChoice: 'Merge' translated
105535 confirm: queryString trueChoice: trueChoice falseChoice: falseChoice
105540 falseChoice: 'no, I just thought'"
123641 confirm: queryString trueChoice: trueChoice falseChoice: falseChoice
123648 falseChoice: falseChoice
123665 noText: falseChoice
132690 confirm: queryString trueChoice: trueChoice falseChoice: falseChoice
150608 falseChoice: 'Discard' translated
190790 falseChoice: 'Cancel').
[all …]
H A DPharoV10.sources253137 confirm: queryString trueChoice: trueChoice falseChoice: falseChoice
253138 … wording for the two choices will be as provided in the trueChoice and falseChoice parameters. Ans…
253147 noText: falseChoice
277657 ^ self confirm: queryString trueChoice: 'Yes' translated falseChoice: 'No' translated! !
277678 confirm: queryString trueChoice: trueChoice falseChoice: falseChoice
277682 falseChoice parameters. Answer true if the response is the
277690 falseChoice: 'no, I just ate'"
277692 menu := PopUpMenu labelArray: {trueChoice. falseChoice}.