Re: creating a Preference dialog like that of Konquerors



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



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