Re: button & pixmap



>>>>> "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]