
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTabBar()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtabbar.html
 *  $ONELINER$
 *     Creates a new QTabBar object.
 *  $INHERITS$
 *     QWidget
 *  $SYNTAX$
 *     QTabBar( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTabBar
 *  $METHODS$
 *     :addTab( cText )                                    -> nInt
 *     :count()                                            -> nInt
 *     :currentIndex()                                     -> nInt
 *     :documentMode()                                     -> lBool
 *     :drawBase()                                         -> lBool
 *     :elideMode()                                        -> nQt_TextElideMode
 *     :expanding()                                        -> lBool
 *     :iconSize()                                         -> oQSize
 *     :insertTab( nIndex, cText )                         -> nInt
 *     :isMovable()                                        -> lBool
 *     :isTabEnabled( nIndex )                             -> lBool
 *     :moveTab( nFrom, nTo )                              -> NIL
 *     :removeTab( nIndex )                                -> NIL
 *     :selectionBehaviorOnRemove()                        -> nSelectionBehavior
 *     :setDocumentMode( lSet )                            -> NIL
 *     :setDrawBase( lDrawTheBase )                        -> NIL
 *     :setElideMode( nQt::TextElideMode )                 -> NIL
 *     :setExpanding( lEnabled )                           -> NIL
 *     :setIconSize( oQSize )                              -> NIL
 *     :setMovable( lMovable )                             -> NIL
 *     :setSelectionBehaviorOnRemove( nBehavior )          -> NIL
 *     :setShape( nShape )                                 -> NIL
 *     :setTabButton( nIndex, nPosition, oQWidget )        -> NIL
 *     :setTabData( nIndex, oQVariant )                    -> NIL
 *     :setTabEnabled( nIndex, lEnabled )                  -> NIL
 *     :setTabText( nIndex, cText )                        -> NIL
 *     :setTabTextColor( nIndex, oQColor )                 -> NIL
 *     :setTabToolTip( nIndex, cTip )                      -> NIL
 *     :setTabWhatsThis( nIndex, cText )                   -> NIL
 *     :setTabsClosable( lClosable )                       -> NIL
 *     :setUsesScrollButtons( lUseButtons )                -> NIL
 *     :shape()                                            -> nShape
 *     :tabAt( oQPoint )                                   -> nInt
 *     :tabButton( nIndex, nPosition )                     -> oQWidget
 *     :tabData( nIndex )                                  -> oQVariant
 *     :tabIcon( nIndex )                                  -> oQIcon
 *     :tabRect( nIndex )                                  -> oQRect
 *     :tabText( nIndex )                                  -> cQString
 *     :tabTextColor( nIndex )                             -> oQColor
 *     :tabToolTip( nIndex )                               -> cQString
 *     :tabWhatsThis( nIndex )                             -> cQString
 *     :tabsClosable()                                     -> lBool
 *     :usesScrollButtons()                                -> lBool
 *     :setCurrentIndex( nIndex )                          -> 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$
 */
