Re: creating a Preference dialog like that of Konquerors
- From: Tim Müller <zen18864 zen co uk>
- To: gtk-app-devel-list gnome org
- Cc:
- Subject: Re: creating a Preference dialog like that of Konquerors
- Date: Thu, 14 Jul 2005 11:28:41 +0100
On Thursday 14 July 2005 11:05, Yogesh M wrote:
I want the preference dialog to look like this,
left side of the window a list of images describing
the options like font,colour,settings...
and when I like those, the required buttons should
appear on the right,
I know it can be done with notebook, but the notebook
style is old and not proffesional anymore.
Is there widget to do this or I should use the drawing
area.
Use a GtkTreeView on the left and use a GtkNotebook with hidden tabs on the
right.
A lot of Gtk applications has this kind of preference dialog.
So why don't you go and check how they do it? :-P
Cheers
-Tim
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]