Inherits Pango::Attribute.
Public Member Functions | |
AttrColor (const AttrColor& src) | |
AttrColor (PangoAttrColor* castitem, bool take_copy=true) | |
AttrColor& | operator= (const AttrColor& src) |
Color | get_color () const |
Gets the color which is the value of the attribute. | |
void | set_color (const Color&value) |
Sets the color which is the value of the attribute. | |
PangoAttrColor* | gobj () |
Provides access to the underlying C GObject. | |
const PangoAttrColor* | gobj () const |
Provides access to the underlying C GObject. | |
Protected Member Functions | |
AttrColor () | |
Related Functions | |
(Note that these are not member functions.) | |
Pango::AttrColor | wrap (PangoAttrColor* object, bool take_copy=false) |
Pango::AttrColor::AttrColor | ( | ) | [protected] |
Pango::AttrColor::AttrColor | ( | const AttrColor& | src | ) |
Pango::AttrColor::AttrColor | ( | PangoAttrColor * | castitem, | |
bool | take_copy = true | |||
) | [explicit] |
Color Pango::AttrColor::get_color | ( | ) | const |
Gets the color which is the value of the attribute.
const PangoAttrColor* Pango::AttrColor::gobj | ( | ) | const [inline] |
PangoAttrColor* Pango::AttrColor::gobj | ( | ) | [inline] |
void Pango::AttrColor::set_color | ( | const Color& | value | ) |
Sets the color which is the value of the attribute.
value | The new color value for the attribute. |
Pango::AttrColor wrap | ( | PangoAttrColor * | object, | |
bool | take_copy = false | |||
) | [related] |