Home
last modified time | relevance | path

Searched refs:BuildImageList (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dshortcuteditor.py1794 self.BuildImageList()
1798 def BuildImageList(self, shortcut=None, index=None): member in ListShortcut
1823 index = self.BuildImageList(child, index)
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DIconPickerForm.cs244 ImageList ilCustom = UIUtil.BuildImageList(m_pd.CustomIcons, in RecreateCustomIconList()
/dports/archivers/unzip/unzip60/wince/
H A Dwinmain.cpp186 void BuildImageList();
461 BuildImageList(); in InitializeApplication()
598 void BuildImageList() { in BuildImageList() function
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DUIUtil.cs463 public static ImageList BuildImageList(List<PwCustomIcon> lIcons, in BuildImageList() method in KeePass.UI.UIUtil