Thomas Mills Hinkle <[EMAIL PROTECTED]> writes: > On Thu, 27 Jan 2005 22:39:51 +0100, Maciej Katafiasz <[EMAIL PROTECTED]> > wrote: > > Dnia 28-01-2005, piÄ o godzinie 00:10 +0530, Saurabh Wagh napisaÅ: > > > While designing an interface for college project , i am using a > > > hierarchial notebook structure (3 level). > > > > Argh. Whatever it is you're doing, you *don't* want to have 3 levels of > > notebooks. Really. Read the GNOME HIG for some good ideas about UI > > design :) > > It also seems counterintuitive to have a menu-item change a notebook > page. Maybe you've chosen the wrong control for the job?
Right. Nested notebooks are horrible. To me, hierarchical structure suggests use of a tree control. Often people use a two-paned setup with a treeview on the left controlling the pane on the right. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
