Gtk.RcStyle¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
  | 
Virtual Methods¶
- Inherited:
 
  | 
|
  | 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
base  | 
r  | 
Base colors  | 
|
bg  | 
r  | 
Background colors  | 
|
bg_pixmap_name  | 
[  | 
r  | 
Pixmap name  | 
color_flags  | 
r  | 
||
engine_specified  | 
r  | 
||
fg  | 
r  | 
Foreground colors  | 
|
font_desc  | 
r  | 
||
icon_factories  | 
[  | 
r  | 
|
name  | 
r  | 
Name  | 
|
parent_instance  | 
r  | 
||
rc_properties  | 
[  | 
r  | 
|
rc_style_lists  | 
[  | 
r  | 
|
text  | 
r  | 
Text colors  | 
|
xthickness  | 
r  | 
X thickness  | 
|
ythickness  | 
r  | 
Y thickness  | 
Class Details¶
- class Gtk.RcStyle(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
The
Gtk.RcStyle-struct is used to represent a set of information about the appearance of a widget. This can later be composited together with otherGtk.RcStyle-struct s to form aGtk.Style.- classmethod new()[source]¶
 - Returns:
 the newly-created
Gtk.RcStyle- Return type:
 
Creates a new
Gtk.RcStylewith no fields set and a reference count of 1.Deprecated since version 3.0: Use
Gtk.CssProviderinstead.
- copy()[source]¶
 - Returns:
 the resulting
Gtk.RcStyle- Return type:
 
Makes a copy of the specified
Gtk.RcStyle. This function will correctly copy an RC style that is a member of a class derived fromGtk.RcStyle.Deprecated since version 3.0: Use
Gtk.CssProviderinstead.
- do_merge(src) virtual¶
 - Parameters:
 src (
Gtk.RcStyle) –
- do_parse(settings, scanner) virtual¶
 - Parameters:
 settings (
Gtk.Settings) –scanner (
GLib.Scanner) –
- Return type: