[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [gtkmm] Button with icon?
- From: Markus Gerwinski <markus gerwinski de>
- To: Paul Davis <paul linuxaudiosystems com>
- Cc: murrayc usa net, gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Button with icon?
- Date: Fri, 24 Jan 2003 14:44:06 +0100
Paul Davis wrote:
> don't know about stock, but i would just do:
>
> label.set_text (_("internationalized text"));
> vbox.pack_start (icon);
> vbox.pack_start (label);
> button.add (vbox);
So it is legitimate to add an icon like this, without using the stock?
What #include must I use in order to get the _() macro, then?
Thanks,
Markus
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]