home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / buttongroups / README < prev   
Text File  |  2001-06-22  |  643b  |  14 lines

  1. This example program shows how to use
  2.  
  3.  - different types of buttons
  4.  - different types of groupboxes
  5.  
  6. The buttons which are used are radiobuttons, checkboxes (also tristate checkboxes), 
  7. normal pusbuttons and toggleable pushbuttons.
  8. These buttons are seperated in four groups using groupboxes. The example shows how
  9. to make a buttongroup totally exclusive (only one button can be checked), exclusive
  10. for radiobuttons only or non-exclusive. Also it is demonstrated how buttons (and
  11. other widgets too!) can be laid out in rows and columns in a groupbox.
  12.  
  13. Important parts of the source code are documented as well to make it easy to understand.
  14.