Re: Popup font menu
Re: Popup font menu
- Subject: Re: Popup font menu
- From: Matt Neuburg <email@hidden>
- Date: Thu, 12 Sep 2002 20:34:19 -0700
On Thu, 12 Sep 2002 16:58:09 -0600, John Nairn <email@hidden> said:
>
I would like to add a pop-up menu (tickFont) to set the font of a
>
feature in a graph.
[big snip]
>
3. I would rather use the FontPanel, but I did not see an interface
>
method to connect the settings of the font panel to my settings option
>
(i.e. a button to set the font or a non-text object)
The changeFont message comes along up the responder chain, so you just
catch it and (after the usual convertFont foo) do what you like with the
resulting information. You'll have to devise some interface for deciding
whether changing this feature of the graph is what the user intends to do
at that moment, though. m.
--
matt neuburg, phd = email@hidden,
http://www.tidbits.com/matt
pantes anthropoi tou eidenai oregontai phusei
Subscribe to TidBITS! It's free and smart.
http://www.tidbits.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.