/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QsciStyle()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qscistyle.html
 *  $ONELINER$
 *     Creates a new QsciStyle object.
 *  $INHERITS$
 *     
 *  $SYNTAX$
 *     QsciStyle():new( ... )
 *     QsciStyle():from( pPtr_OR_oObj_of_type_QsciStyle )
 *     QsciStyle():configure( pPtr_OR_oObj_of_type_QsciStyle )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QsciStyle
 *  $METHODS$
 *     :style()                                            -> nInt
 *     :setDescription( cDescription )                     -> NIL
 *     :description()                                      -> cQString
 *     :setColor( pColor )                                 -> NIL
 *     :color()                                            -> pQColor
 *     :setPaper( pPaper )                                 -> NIL
 *     :paper()                                            -> pQColor
 *     :setFont( pFont )                                   -> NIL
 *     :font()                                             -> pQFont
 *     :setEolFill( lFill )                                -> NIL
 *     :eolFill()                                          -> lBool
 *     :setTextCase( nText_case )                          -> NIL
 *     :textCase()                                         -> nTextCase
 *     :setVisible( lVisible )                             -> NIL
 *     :visible()                                          -> lBool
 *     :setChangeable( lChangeable )                       -> NIL
 *     :changeable()                                       -> lBool
 *     :setHotspot( lHotspot )                             -> NIL
 *     :hotspot()                                          -> lBool
 *     :refresh()                                          -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qscintilla/TQsciStyle.prg
 *     C++ wrappers  : contrib/hbqt/qscintilla/QsciStyle.cpp
 *     Library       : hbqscintilla
 *  $SEEALSO$
 *     
 *  $END$
 */
