#include <sourcetagstyle.h>
Public Types | |
typedef SourceTagStyle | CppObjectType |
typedef GtkSourceTagStyle | BaseObjectType |
Public Member Functions | |
SourceTagStyle (GtkSourceTagStyle *gobject, bool make_a_copy=true) | |
SourceTagStyle (const SourceTagStyle &other) | |
SourceTagStyle & | operator= (const SourceTagStyle &other) |
~SourceTagStyle () | |
void | swap (SourceTagStyle &other) |
GtkSourceTagStyle * | gobj () |
Provides access to the underlying C instance. | |
const GtkSourceTagStyle * | gobj () const |
Provides access to the underlying C instance. | |
GtkSourceTagStyle * | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
SourceTagStyle () | |
constructor | |
accessors to indicate if the style is default or not | |
bool | get_is_default () const |
void | set_is_default (const bool &value) |
accessors of the style's mask property | |
guint | get_mask () const |
void | set_mask (const guint &value) |
accessors of the style's foreground property | |
Gdk::Color | get_foreground () const |
void | set_foreground (const Gdk::Color &value) |
accessors of the style's background property | |
Gdk::Color | get_background () const |
void | set_background (const Gdk::Color &value) |
accessors of the style's italic property | |
bool | get_italic () const |
void | set_italic (const bool &value) |
accessor of the style's bold property | |
bool | get_bold () const |
void | set_bold (const bool &value) |
accessor of the style's underline property | |
bool | get_underline () const |
void | set_underline (const bool &value) |
accessor of the style's strikethrough property | |
bool | get_strikethrough () const |
void | set_strikethrough (const bool &value) |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
Protected Attributes | |
GtkSourceTagStyle * | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
void | swap (SourceTagStyle &lhs, SourceTagStyle &rhs) |
gtksourceview::SourceTagStyle | wrap (GtkSourceTagStyle *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
constructor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C instance.
|
|
Provides access to the underlying C instance.
|
|
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|