Home
last modified time | relevance | path

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

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DCalendar.py332 SetToolPath(self, tb, mID, images.DbDec.GetBitmap(), 'Dec Year')
336 SetToolPath(self, tb, mID, images.Dec.GetBitmap(), 'Dec Month')
340 SetToolPath(self, tb, mID, images.Pt.GetBitmap(), 'Current Month')
344 SetToolPath(self, tb, mID, images.Inc.GetBitmap(), 'Inc Month')
348 SetToolPath(self, tb, mID, images.DbInc.GetBitmap(), 'Inc Year')
533 def SetToolPath(self, tb, id, bmp, title): function