Re: [gtk-list] How do I make invisible buttons?



In message <19990425112837.A3431@ecst.csuchico.edu>you write:
>
>I'm looking for a way to make a table of buttons which are invisible to
>the user except for the pixmaps which are contained within them.

use a grid of event boxes, and connect to the button events for
each one. use gtk_container_add () to stick the pixmap widget into
each event box.

--p



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]