On Fri, 15 Jul 2005, Yogesh M wrote:

create a drawing area and place all those images to
click.[Is there any widget that can do this]

As mentioned previously, you could use a GtkTreeView. Or if the number of images is small and fixed, you could just populate a GtkVBox with GtkRadioButtons.

then have a five vbox and show the require box and
hide others.

A GtkNotebook is designed for this purpose.  (You can hide the tabs.)

HTH
JV
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to