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 ) ;
}

public RcStyle ( ) ;
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 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 ) ;
Created by Valadoc