----- Original Message ----
> From: John Emmas <john...@tiscali.co.uk>
> To: gtk-app-devel-list@gnome.org
> Sent: Thu, May 6, 2010 7:23:16 AM
> Subject: Re: Setting the font for Gtk::Button
> 
> >
> On 6 May 2010, at 10:07, Murray Cumming 
> wrote:
>
>>
>> You have to set the font of the label in 
> the button, not the font of the
>> button. I generally think this is 
> far too difficult.
>>
>
> I have to admit, I would never 
> have guessed that!  Thanks for the tip,
> Murray.  I'll try it 
> out, later.
>
Hmmm....  bafflement is settling in already.  
> How do I actually get the
label object?  I can see how I get the label's 
> text but not the object
itself.

The only thing that looks promising is 
> Gtk::Widget::list_mnemonic_labels()
but that does seem somewhat difficult if 
> it's the appropriate 
> interface....
:-(

John

--------
I would try gtk_bin_get_child(), since it is a subclass of GtkBin.

http://library.gnome.org/devel/gtk/stable/GtkBin.html#gtk-bin-get-child

/lsd


      
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to