Stéphane Ducasse a écrit :
> Hi 
>
> Adrian I will integrate your suggestion.
> Now I looked at all the Users of FontChooser and I tried to get one 
>
> AbstractSettingDeclaration>>getFont
>       ^ FontChooser
>               openWithWindowTitle: 'Font for ' , self name
>               for: self
>               setSelector: #realValue:
>               getSelector: #realValue 
>
> does not work
>   
yes it works.
It is used by the setting browser.
> Then I looked at all the Users of FontChooserMorph
>
> openWithWindowTitle: titleString for: anObject setSelector: setSelector 
> getSelector: getSelector
>       "FontChooser openWithWindowTitle: 'Choose the Menu Font' for: 
> Preferences setSelector: #setMenuFontTo: getSelector: #standardMenuFont"
>       
>       is doing a reference to Preferences?
>   
It is the comment which was showing an example.
I will change this example.
Alain



_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to