Re: [Pythonmac-SIG] [PyObjC] setting button name in NSOpenPanel
Le 2 avr. 09 à 12:28, Nicholas Riley a écrit : On Thu, Apr 02, 2009 at 09:52:26AM +0200, Steph-info wrote: Hi, I have the following piece of code : """ @objc.IBAction def chooseRec_(self, sender): op = NSOpen
[Pythonmac-SIG] [PyObjC] setting button name in NSOpenPanel
Hi, I have the following piece of code : """ @objc.IBAction def chooseRec_(self, sender): op = NSOpenPanel.openPanel() op.setTitle_('Choisir un dossier') op.setCanChooseDirectories_(True) op.setCanChooseFiles