Re: creating a Preference dialog like that of Konquerors
- From: John Vetterli <jvetterli linux ca>
- To: Gtk AppDev Mailing List <gtk-app-devel-list gnome org>
- Subject: Re: creating a Preference dialog like that of Konquerors
- Date: Fri, 15 Jul 2005 11:11:31 -0400 (EDT)
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]