[66] in The GTK GIMP ToolKit mailing list archive

home help back first fref pref prev next nref lref last post

[gtk-list] Re: [gimp-devel]Gimp Toolkit

daemon@ATHENA.MIT.EDU (Otto Hammersmith)
Thu May 8 12:28:38 1997

Date: Thu, 8 May 1997 12:28:19 -0400
From: Otto Hammersmith <otto@redhat.com>
To: Sascha Ziemann <szi@aibon.ping.de>
Cc: gtk-list@redhat.com
In-Reply-To: <3371DB2B.CD95C59@aibon.ping.de>; from Sascha Ziemann on Thu, May 08, 1997 at 03:54:52PM +0200
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com

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


home help back first fref pref prev next nref lref last post