SourceStyle
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_source_style_get_type ()" ) ]
[ GIR ( name = "Style" ) ]
public class SourceStyle : Object
[ GIR ( name = "Style" ) ]
public class SourceStyle : Object
Namespace: Gtk
Package: gtksourceview-3.0
Content:
Properties:
- public string background { owned get; construct; }
- public bool background_set { get; construct; }
- public bool bold { get; construct; }
- public bool bold_set { get; construct; }
- public string foreground { owned get; construct; }
- public bool foreground_set { get; construct; }
- public bool italic { get; construct; }
- public bool italic_set { get; construct; }
- public string line_background { owned get; construct; }
- public bool line_background_set { get; construct; }
- public Underline pango_underline { get; construct; }
- public string scale { owned get; construct; }
- public bool scale_set { get; construct; }
- public bool strikethrough { get; construct; }
- public bool strikethrough_set { get; construct; }
- public bool underline { get; construct; }
- public string underline_color { owned get; construct; }
- public bool underline_color_set { get; construct; }
- public bool underline_set { get; construct; }
Creation methods:
- protected SourceStyle ()
Methods:
- public void apply (TextTag tag)
This function modifies the TextTag properties that are related to the SourceStyle properties.
- public SourceStyle copy ()
Creates a copy of this, that is a new SourceStyle instance which has the same attributes set.
Inherited Members:
All known members inherited from class GLib.Object