gtk+-2.0 Reference Manual

Synopsis

public class RcStyle : Object  {
    public    weak string               name ;
    public    string[]                  bg_pixmap_name ;
    public    weak Pango.FontDescription  font_desc ;
    public    RcFlags[]                 color_flags ;
    public    Gdk.Color[]               fg ;
    public    Gdk.Color[]               bg ;
    public    Gdk.Color[]               text ;
    public    Gdk.Color[]               base ;
    public    int                       xthickness ;
    public    int                       ythickness ;
    public    weak GLib.Array           rc_properties ;
    public    weak GLib.SList           rc_style_lists ;
    public    weak GLib.SList           icon_factories ;
    public    uint                      engine_specified ;


    public                              RcStyle                   (  ) ;


    public    weak RcStyle              copy                      (  ) ;
    public    virtual weak RcStyle      create_rc_style           (  ) ;
    public    virtual weak Style        create_style              (  ) ;
    public    virtual void              merge                     ( RcStyle             src ) ;
    public    virtual uint              parse                     ( Settings            settings,
                                                                    GLib.Scanner        scanner ) ;
}

RcStyle Description

Details

Constructor Details

RcStyle ()
    public                              RcStyle                   (  ) ;		

Field Details

name
    public    weak string               name ;		

bg_pixmap_name
    public    string[]                  bg_pixmap_name ;		

font_desc
    public    weak Pango.FontDescription  font_desc ;		

color_flags
    public    RcFlags[]                 color_flags ;		

fg
    public    Gdk.Color[]               fg ;		

bg
    public    Gdk.Color[]               bg ;		

text
    public    Gdk.Color[]               text ;		

base
    public    Gdk.Color[]               base ;		

xthickness
    public    int                       xthickness ;		

ythickness
    public    int                       ythickness ;		

rc_properties
    public    weak GLib.Array           rc_properties ;		

rc_style_lists
    public    weak GLib.SList           rc_style_lists ;		

icon_factories
    public    weak GLib.SList           icon_factories ;		

engine_specified
    public    uint                      engine_specified ;		

Signal Details

Property Details

Method Details

copy ()
    public    weak RcStyle              copy                      (  ) ;		

create_rc_style ()
    public    virtual weak RcStyle      create_rc_style           (  ) ;		

create_style ()
    public    virtual weak Style        create_style              (  ) ;		

merge ()
    public    virtual void              merge                     ( RcStyle             src ) ;		

parse ()
    public    virtual uint              parse                     ( Settings            settings,
                                                                    GLib.Scanner        scanner ) ;		


Created by Valadoc