Home
last modified time | relevance | path

Searched refs:CheckListBox (Results 1 – 25 of 120) sorted by relevance

12345

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dchecklst.sip16CheckListBox(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, choices=[], style=0, valida…
17 CheckListBox()
152 CheckListBox.GetCheckedItems = _CheckListBox_GetCheckedItems
165 CheckListBox.GetCheckedStrings = _CheckListBox_GetCheckedStrings
181 CheckListBox.SetCheckedItems = _CheckListBox_SetCheckedItems
197 CheckListBox.SetCheckedStrings = _CheckListBox_SetCheckedStrings
204 CheckListBox.GetChecked = wx.deprecated(_CheckListBox_GetChecked, "Use GetCheckedItems instead.")
211 CheckListBox.SetChecked = wx.deprecated(_CheckListBox_SetChecked, "Use SetCheckedItems instead.")
216 CheckListBox.Checked = property(CheckListBox.GetChecked, CheckListBox.SetChecked)
220 CheckListBox.CheckedItems = property(CheckListBox.GetCheckedItems, CheckListBox.SetCheckedItems)
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_checklst.py10 c = wx.CheckListBox(self.frame, choices="one two three four".split())
11 c = wx.CheckListBox(self.frame, -1, wx.Point(10,10), wx.Size(80,-1),
16 c = wx.CheckListBox()
20 c = wx.CheckListBox(self.frame, choices="one two three four".split())
27 c = wx.CheckListBox(self.frame, choices="one two three four".split())
35 c = wx.CheckListBox(self.frame, choices="one two three four".split())
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32wschecklst.pp171 procedure DrawCheckListBoxItem(CheckListBox: TCheckListBox; Data: PDrawItemStruct);
190 Enabled := CheckListBox.Enabled and CheckListBox.ItemEnabled[Data^.itemID];
194 if CheckListBox.UseRightToLeftAlignment then
206 Windows.FillRect(Data^._HDC, ARect, CheckListBox.Brush.Reference.Handle);
209 if CheckListBox.UseRightToLeftAlignment then
224 if CheckListBox.UseRightToLeftAlignment then begin
240 OldColor := TColorRef(CheckListBox.Font.Color);
242 OldColor := TColorRef(CheckListBox.GetDefaultColor(dctFont));
245 WideBuffer := UTF8ToUTF16(CheckListBox.Items[Data^.ItemID]);
251 if Enabled and ((Data^.itemState and ODS_FOCUS) > 0) and CheckListBox.Focused then
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wschecklst.pp171 procedure DrawCheckListBoxItem(CheckListBox: TCheckListBox; Data: PDrawItemStruct);
190 Enabled := CheckListBox.Enabled and CheckListBox.ItemEnabled[Data^.itemID];
194 if CheckListBox.UseRightToLeftAlignment then
206 Windows.FillRect(Data^._HDC, ARect, CheckListBox.Brush.Reference.Handle);
209 if CheckListBox.UseRightToLeftAlignment then
224 if CheckListBox.UseRightToLeftAlignment then begin
240 OldColor := TColorRef(CheckListBox.Font.Color);
242 OldColor := TColorRef(CheckListBox.GetDefaultColor(dctFont));
245 WideBuffer := UTF8ToUTF16(CheckListBox.Items[Data^.ItemID]);
251 if Enabled and ((Data^.itemState and ODS_FOCUS) > 0) and CheckListBox.Focused then
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32wschecklst.pp171 procedure DrawCheckListBoxItem(CheckListBox: TCheckListBox; Data: PDrawItemStruct);
190 Enabled := CheckListBox.Enabled and CheckListBox.ItemEnabled[Data^.itemID];
194 if CheckListBox.UseRightToLeftAlignment then
206 Windows.FillRect(Data^._HDC, ARect, CheckListBox.Brush.Reference.Handle);
209 if CheckListBox.UseRightToLeftAlignment then
224 if CheckListBox.UseRightToLeftAlignment then begin
240 OldColor := TColorRef(CheckListBox.Font.Color);
242 OldColor := TColorRef(CheckListBox.GetDefaultColor(dctFont));
245 WideBuffer := UTF8ToUTF16(CheckListBox.Items[Data^.ItemID]);
251 if Enabled and ((Data^.itemState and ODS_FOCUS) > 0) and CheckListBox.Focused then
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wschecklst.pp171 procedure DrawCheckListBoxItem(CheckListBox: TCheckListBox; Data: PDrawItemStruct);
190 Enabled := CheckListBox.Enabled and CheckListBox.ItemEnabled[Data^.itemID];
194 if CheckListBox.UseRightToLeftAlignment then
206 Windows.FillRect(Data^._HDC, ARect, CheckListBox.Brush.Reference.Handle);
209 if CheckListBox.UseRightToLeftAlignment then
224 if CheckListBox.UseRightToLeftAlignment then begin
240 OldColor := TColorRef(CheckListBox.Font.Color);
242 OldColor := TColorRef(CheckListBox.GetDefaultColor(dctFont));
245 WideBuffer := UTF8ToUTF16(CheckListBox.Items[Data^.ItemID]);
251 if Enabled and ((Data^.itemState and ODS_FOCUS) > 0) and CheckListBox.Focused then
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/_static/images/inheritance/
H A Dwx.CheckListBox_inheritance.png.map2 <area shape="rect" id="node1" href="wx.CheckListBox.html" title="wx.CheckListBox" alt="" coords="13…
H A Dwx.RearrangeList_inheritance.png.map3 <area shape="rect" id="node2" href="wx.CheckListBox.html" title="wx.CheckListBox" alt="" coords="13…
/dports/databases/grass7/grass-7.8.6/gui/wxpython/gui_core/
H A Dwrap.py306 class CheckListBox(wx.CheckListBox): class
310 wx.CheckListBox.__init__(self, *args, **kwargs)
314 wx.CheckListBox.SetToolTip(self, tipString=tip)
316 wx.CheckListBox.SetToolTipString(self, tip)
H A Dsimplelmgr.py34 from gui_core.wrap import CheckListBox, Menu, NewId
62 self._checkList = CheckListBox(self, style=wx.LB_EXTENDED)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DCheckListBox.py18 lb = wx.CheckListBox(self, -1, (80, 50), wx.DefaultSize, sampleList)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dcore.py2557 CheckListBox.GetCheckedItems = _CheckListBox_GetCheckedItems
2567 CheckListBox.GetCheckedStrings = _CheckListBox_GetCheckedStrings
2580 CheckListBox.SetCheckedItems = _CheckListBox_SetCheckedItems
2593 CheckListBox.SetCheckedStrings = _CheckListBox_SetCheckedStrings
2597 CheckListBox.GetChecked = wx.deprecated(_CheckListBox_GetChecked, "Use GetCheckedItems instead.")
2601 CheckListBox.SetChecked = wx.deprecated(_CheckListBox_SetChecked, "Use SetCheckedItems instead.")
2603 CheckListBox.Checked = property(CheckListBox.GetChecked, CheckListBox.SetChecked)
2604 CheckListBox.CheckedItems = property(CheckListBox.GetCheckedItems, CheckListBox.SetCheckedItems)
2605 CheckListBox.CheckedStrings = property(CheckListBox.GetCheckedStrings, CheckListBox.SetCheckedStrin…
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.hxx99 friend class CheckListBox;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.hxx100 friend class CheckListBox;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dfmcustomizedlg.py290 …self._checkListMenus = wx.CheckListBox(menus, self._menuListId, pos=wx.DefaultPosition, size=wx.Si…
/dports/editors/lazarus/lazarus/components/ideintf/languages/
H A Dobjinspstrconsts.uk.po112 msgid "CheckListBox Editor"
113 msgstr "Редактор CheckListBox"
H A Dobjinspstrconsts.zh_CN.po110 msgid "CheckListBox Editor"
111 msgstr "CheckListBox编辑器"
H A Dobjinspstrconsts.ru.po109 msgid "CheckListBox Editor"
110 msgstr "Редактор CheckListBox"
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/languages/
H A Dobjinspstrconsts.uk.po113 msgid "CheckListBox Editor"
114 msgstr "Редактор CheckListBox"
H A Dobjinspstrconsts.ru.po110 msgid "CheckListBox Editor"
111 msgstr "Редактор CheckListBox"
/dports/editors/lazarus-qt5/lazarus/components/ideintf/languages/
H A Dobjinspstrconsts.uk.po112 msgid "CheckListBox Editor"
113 msgstr "Редактор CheckListBox"
H A Dobjinspstrconsts.ru.po109 msgid "CheckListBox Editor"
110 msgstr "Редактор CheckListBox"
H A Dobjinspstrconsts.zh_CN.po110 msgid "CheckListBox Editor"
111 msgstr "CheckListBox编辑器"
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/languages/
H A Dobjinspstrconsts.ru.po110 msgid "CheckListBox Editor"
111 msgstr "Редактор CheckListBox"
H A Dobjinspstrconsts.uk.po113 msgid "CheckListBox Editor"
114 msgstr "Редактор CheckListBox"

12345