what is the equivalence to PopUpMenu>>setMenuFontTo: aFont in MenuMorph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

what is the equivalence to PopUpMenu>>setMenuFontTo: aFont in MenuMorph

Stéphane Ducasse
I'm removing PopUpMenu and friends from the image and I need to replace setMenuFontTo: but I do not know with what?

Stef
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: what is the equivalence to PopUpMenu>>setMenuFontTo: aFont in MenuMorph

stephane ducasse
Since menus are normally created dynamically I'd simply replace with
nothing!
(see MenuItemMorph>>initialize)

Regards, Gary

:)


On Jul 2, 2010, at 6:59 PM, Stéphane Ducasse wrote:

> I'm removing PopUpMenu and friends from the image and I need to replace setMenuFontTo: but I do not know with what?
>
> Stef


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