Class

GtkRcStyle

Description [src]

class Gtk.RcStyle : GObject.Object
{
  name: gchar*,
  bg_pixmap_name: None,
  font_desc: PangoFontDescription*,
  color_flags: None,
  fg: None,
  bg: None,
  text: None,
  base: None,
  xthickness: gint,
  ythickness: gint
}

The GtkRcStyle-struct is used to represent a set of information about the appearance of a widget. This can later be composited together with other GtkRcStyle-structs to form a GtkStyle.

Hierarchy

hierarchy this GtkRcStyle ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

gtk_rc_style_new

Creates a new GtkRcStyle with no fields set and a reference count of 1.

deprecated: 3.0 

Instance methods

gtk_rc_style_copy

Makes a copy of the specified GtkRcStyle. This function will correctly copy an RC style that is a member of a class derived from GtkRcStyle.

deprecated: 3.0 

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GtkRcStyleClass {
  GObjectClass parent_class;
  GtkRcStyle* (* create_rc_style) (
    GtkRcStyle* rc_style
  );
  guint (* parse) (
    GtkRcStyle* rc_style,
    GtkSettings* settings,
    GScanner* scanner
  );
  void (* merge) (
    GtkRcStyle* dest,
    GtkRcStyle* src
  );
  GtkStyle* (* create_style) (
    GtkRcStyle* rc_style
  );
  void (* _gtk_reserved1) (
void
  );
  void (* _gtk_reserved2) (
void
  );
  void (* _gtk_reserved3) (
void
  );
  void (* _gtk_reserved4) (
void
  );
  
}

No description available.

Class members
parent_class: GObjectClass

The parent class.

create_rc_style: GtkRcStyle* (* create_rc_style) ( GtkRcStyle* rc_style )

No description available.

parse: guint (* parse) ( GtkRcStyle* rc_style, GtkSettings* settings, GScanner* scanner )

No description available.

merge: void (* merge) ( GtkRcStyle* dest, GtkRcStyle* src )

No description available.

create_style: GtkStyle* (* create_style) ( GtkRcStyle* rc_style )

No description available.

_gtk_reserved1: void (* _gtk_reserved1) ( void )

No description available.

_gtk_reserved2: void (* _gtk_reserved2) ( void )

No description available.

_gtk_reserved3: void (* _gtk_reserved3) ( void )

No description available.

_gtk_reserved4: void (* _gtk_reserved4) ( void )

No description available.

Virtual methods

Gtk.RcStyleClass.create_rc_style
No description available.

Gtk.RcStyleClass.create_style
No description available.

Gtk.RcStyleClass.merge
No description available.

Gtk.RcStyleClass.parse
No description available.