[gtk-list] Re: [gimp-devel]Gimp Toolkit
- From: Otto Hammersmith <otto redhat com>
- To: Sascha Ziemann <szi aibon ping de>
- Cc: gtk-list redhat com
- Subject: [gtk-list] Re: [gimp-devel]Gimp Toolkit
- Date: Thu, 8 May 1997 12:28:19 -0400
On Thu, May 08, 1997 at 03:54:52PM +0200, Sascha Ziemann wrote:
> Hi,
>
> two questions:
>
> 1. What is the right mailinglist for discussions about programming with
> the Gimp toolkit?
Nope.
mail gtk-list-request@redhat.com with 'subscribe' in the subject line.
> 2. Is there a function similar to gtk_button_new_with_label but with
> pixmap images?
Nope.
If you look at the source for gtk_button_new_with_label(), you'll see
that all it's doing is creating a new button, then using
gtk_container_add() to insert a label into the button. So, create the
button and pixmap, and use gtk_container_add() to put the pixmap in
the button.
You can even have both a label and a pixmap.. you should be able to
have more than one label, and more than one pixmap, though I've never
actually done it. :)
--
-Otto.
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]