Searched refs:comboCtrl (Results 1 – 10 of 10) sorted by relevance
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/ |
H A D | Wfs.cpp | 352 comboCtrl->Clear(); in SelectLayer() 361 comboCtrl->Enable(true); in SelectLayer() 813 comboCtrl->Clear(); in OnCatalog() 865 comboCtrl->Enable(false); in OnReset() 873 comboCtrl->Clear(); in OnReset() 875 comboCtrl->Enable(false); in OnReset() 892 comboCtrl->Clear(); in OnReset() 894 comboCtrl->Enable(false); in OnReset() 1032 comboCtrl->Clear(); in OnKeyReset() 1034 comboCtrl->Enable(false); in OnKeyReset() [all …]
|
H A D | Dialogs.cpp | 2103 comboCtrl->Clear(); in OnUserPKey() 2476 comboCtrl->Clear(); in OnUserGType() 2482 comboCtrl->Append(str); in OnUserGType() 2484 comboCtrl->Append(str); in OnUserGType() 2486 comboCtrl->Append(str); in OnUserGType() 2488 comboCtrl->Append(str); in OnUserGType() 2490 comboCtrl->Append(str); in OnUserGType() 2492 comboCtrl->Append(str); in OnUserGType() 2494 comboCtrl->Append(str); in OnUserGType() 2496 comboCtrl->Append(str); in OnUserGType() [all …]
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/rest_substitutions/snippets/python/converted/ |
H A D | wx.ComboCtrl.SetTextCtrlStyle.1.py | 2 comboCtrl = wx.ComboCtrl() variable 5 comboCtrl.SetTextCtrlStyle(wx.TE_RIGHT) 7 comboCtrl.Create(parent, wx.ID_ANY, "")
|
H A D | wx.ComboCtrl.2.py | 2 comboCtrl = wx.ComboCtrl(self, wx.ID_ANY, "") variable 7 comboCtrl.SetPopupControl(popupCtrl)
|
/dports/devel/cppcheck/cppcheck-2.6.3/test/cfg/ |
H A D | wxwidgets.cpp | 315 wxComboCtrl &comboCtrl, in deprecatedFunctions() argument 327 comboCtrl.ShowPopup(); in deprecatedFunctions() 334 comboCtrl.GetTextIndent(); in deprecatedFunctions() 337 comboCtrl.HidePopup(true); in deprecatedFunctions() 339 comboCtrl.HidePopup(false); in deprecatedFunctions() 341 comboCtrl.HidePopup(/*default=false*/); in deprecatedFunctions() 344 comboCtrl.SetTextIndent(0); in deprecatedFunctions()
|
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/cfg/ |
H A D | wxwidgets.cpp | 315 wxComboCtrl &comboCtrl, in deprecatedFunctions() argument 327 comboCtrl.ShowPopup(); in deprecatedFunctions() 334 comboCtrl.GetTextIndent(); in deprecatedFunctions() 337 comboCtrl.HidePopup(true); in deprecatedFunctions() 339 comboCtrl.HidePopup(false); in deprecatedFunctions() 341 comboCtrl.HidePopup(/*default=false*/); in deprecatedFunctions() 344 comboCtrl.SetTextIndent(0); in deprecatedFunctions()
|
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/ |
H A D | GUI.cpp | 383 void create_combochecklist(wxComboCtrl* comboCtrl, const std::string& text, const std::string& item… in create_combochecklist() argument 385 if (comboCtrl == nullptr) in create_combochecklist() 392 comboCtrl->UseAltPopupWindow(); in create_combochecklist() 398 comboCtrl->SetPopupControl(popup); in create_combochecklist() 400 max_width = std::max(max_width, 60 + comboCtrl->GetTextExtent(title).x); in create_combochecklist() 420 comboCtrl->SetMinClientSize(wxSize(max_width, -1)); in create_combochecklist() 424 unsigned int combochecklist_get_flags(wxComboCtrl* comboCtrl) in combochecklist_get_flags() argument 428 …wxCheckListBoxComboPopup* popup = wxDynamicCast(comboCtrl->GetPopupControl(), wxCheckListBoxComboP… in combochecklist_get_flags() 439 void combochecklist_set_flags(wxComboCtrl* comboCtrl, unsigned int flags) in combochecklist_set_flags() argument 441 …wxCheckListBoxComboPopup* popup = wxDynamicCast(comboCtrl->GetPopupControl(), wxCheckListBoxComboP… in combochecklist_set_flags()
|
H A D | GUI.hpp | 59 void create_combochecklist(wxComboCtrl* comboCtrl, const std::string& text, const std::string& item… 63 unsigned int combochecklist_get_flags(wxComboCtrl* comboCtrl); 67 void combochecklist_set_flags(wxComboCtrl* comboCtrl, unsigned int flags);
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/ |
H A D | ComboCtrl.py | 115 comboCtrl = wx.ComboCtrl(self, wx.ID_ANY, "", (20,20)) 120 comboCtrl.SetPopupControl(popupCtrl)
|
/dports/www/element-web/element-v1.9.8/bundles/fe56de007a54db37c626/ |
H A D | vendors~init.js.map | 1 …evUnreadRoom","SelectNextUnreadRoom","isKeyComboMatch","combo","onMac","comboCtrl","comboAlt","com…
|