 
 subsection3_4_1.html  TixBook.html  subsubsection3_3_5_7.html  tableofcontents3_1.html   Next: subsection3_4_1.html TixNoteBook Up: TixBook.htmlTix Programming Guide  Previous: subsubsection3_3_5_7.html Specifying Complex Selection    Container Widgets  
   In addition to providing some nice-looking interface elements, Tix
  offers some useful ways to organize the elements that you create.
  It does this by providing 
container widgets, which are widgets
  designed to contain whatever you want to put into them.
   Different container widgets have different policies as to how they
  arrange the widgets inside them. In this chapter, we'll talk about
  TixNoteBook, which arranges its subwidgets using a notebook metaphor,
  TixPanedWindow, which arranges its subwidgets in non-overlapping
  horizontal or vertical panes, and a family of ``Scrolled Widgets'', which
  attach scrollbars to their subwidgets.
 
 subsection3_4_1.html#SECTION00041000000000000000 TixNoteBook   
 subsubsection3_4_1_1.html#SECTION00041100000000000000 Adding Pages to a TixNoteBook   subsubsection3_4_1_2.html#SECTION00041200000000000000 Keyboard Accelerators   subsubsection3_4_1_3.html#SECTION00041300000000000000 Delaying the Creation of New Pages   subsubsection3_4_1_4.html#SECTION00041400000000000000 Changing Page Tabs and Deleting Pages   
 subsection3_4_2.html#SECTION00042000000000000000 PanedWindow   
 subsubsection3_4_2_1.html#SECTION00042100000000000000 Adding Panes Inside a TixPanedWindow Widget   subsubsection3_4_2_2.html#SECTION00042200000000000000 Putting Widgets Inside the Panes   subsubsection3_4_2_3.html#SECTION00042300000000000000 Setting the Order of the Panes   subsubsection3_4_2_4.html#SECTION00042400000000000000 Changing the Sizes of the Panes   
 subsection3_4_3.html#SECTION00043000000000000000 The Family of Scrolled Widgets   
 subsubsection3_4_3_1.html#SECTION00043100000000000000 The Scrolled Listbox Widget   subsubsection3_4_3_2.html#SECTION00043200000000000000 Other Scrolled Widgets  http://tix.sourceforge.nethttp://tix.sourceforge.net 