
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTabWidget()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtabwidget.html
 *  $ONELINER$
 *     Creates a new QTabWidget object.
 *  $INHERITS$
 *     QWidget
 *  $SYNTAX$
 *     QTabWidget( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTabWidget
 *  $METHODS$
 *     :addTab( oQWidget, cLabel )                         -> nInt
 *     :( oQWidget, coQIcon, cLabel )                      -> nInt
 *     :clear()                                            -> NIL
 *     :cornerWidget( nCorner )                            -> oQWidget
 *     :count()                                            -> nInt
 *     :currentIndex()                                     -> nInt
 *     :currentWidget()                                    -> oQWidget
 *     :documentMode()                                     -> lBool
 *     :elideMode()                                        -> nQt_TextElideMode
 *     :iconSize()                                         -> oQSize
 *     :indexOf( oQWidget )                                -> nInt
 *     :insertTab( nIndex, oQWidget, cLabel )              -> nInt
 *     :( nIndex, oQWidget, coQIcon, cLabel )              -> nInt
 *     :isMovable()                                        -> lBool
 *     :isTabEnabled( nIndex )                             -> lBool
 *     :removeTab( nIndex )                                -> NIL
 *     :setCornerWidget( oQWidget, nCorner )               -> NIL
 *     :setDocumentMode( lSet )                            -> NIL
 *     :setElideMode( nQt::TextElideMode )                 -> NIL
 *     :setIconSize( oQSize )                              -> NIL
 *     :setMovable( lMovable )                             -> NIL
 *     :setTabEnabled( nIndex, lEnable )                   -> NIL
 *     :setTabIcon( nIndex, coQIcon )                      -> NIL
 *     :setTabPosition( nTabPosition )                     -> NIL
 *     :setTabShape( nS )                                  -> NIL
 *     :setTabText( nIndex, cLabel )                       -> NIL
 *     :setTabToolTip( nIndex, cTip )                      -> NIL
 *     :setTabWhatsThis( nIndex, cText )                   -> NIL
 *     :setTabsClosable( lCloseable )                      -> NIL
 *     :setUsesScrollButtons( lUseButtons )                -> NIL
 *     :tabIcon( nIndex )                                  -> oQIcon
 *     :tabPosition()                                      -> nTabPosition
 *     :tabShape()                                         -> nTabShape
 *     :tabText( nIndex )                                  -> cQString
 *     :tabToolTip( nIndex )                               -> cQString
 *     :tabWhatsThis( nIndex )                             -> cQString
 *     :tabsClosable()                                     -> lBool
 *     :usesScrollButtons()                                -> lBool
 *     :widget( nIndex )                                   -> oQWidget
 *     :setCurrentIndex( nIndex )                          -> NIL
 *     :setCurrentWidget( oQWidget )                       -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtgui
 *  $END$
 */
