Re: button & pixmap
- From: Thomas Mailund Jensen <mailund daimi au dk>
- To: gtk-list redhat com
- Subject: Re: button & pixmap
- Date: 27 Jan 1999 11:53:42 +0100
>>>>> "I" == IKSAL Sebastien <sebastien.iksal@enst-bretagne.fr> writes:
I> I want to create 2 arrows as buttons in the way of moving elements
I> in a list.
I> I don't want to have a label on a button, but a pixmap.
I> how can i do that?
Do something like this:
pixmap = new_pixmap ();
button = gtk_button_new ();
gtk_container_add (GTK_CONTAINER (button), pixmap);
/mailund
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]