![]() |
![]() |
Public Member Functions | |
AttrLanguage (PangoAttrLanguage* castitem, bool take_copy=true) | |
AttrLanguage (const AttrLanguage& src) | |
Language | get_language () const |
Gets the language which is the value of the attribute. | |
const PangoAttrLanguage* | gobj () const |
Provides access to the underlying C GObject. | |
PangoAttrLanguage* | gobj () |
Provides access to the underlying C GObject. | |
AttrLanguage& | operator= (const AttrLanguage& src) |
void | set_language (const Language& value) |
Sets the language which is the value of the attribute. | |
Protected Member Functions | |
AttrLanguage () | |
Related Functions | |
(Note that these are not member functions.) | |
Pango::AttrLanguage | wrap (PangoAttrLanguage* object, bool take_copy=false) |
Pango::AttrLanguage::AttrLanguage | ( | ) | [protected] |
Pango::AttrLanguage::AttrLanguage | ( | const AttrLanguage& | src | ) |
Pango::AttrLanguage::AttrLanguage | ( | PangoAttrLanguage * | castitem, | |
bool | take_copy = true | |||
) | [explicit] |
Language Pango::AttrLanguage::get_language | ( | ) | const |
Gets the language which is the value of the attribute.
const PangoAttrLanguage* Pango::AttrLanguage::gobj | ( | ) | const [inline] |
PangoAttrLanguage* Pango::AttrLanguage::gobj | ( | ) | [inline] |
AttrLanguage& Pango::AttrLanguage::operator= | ( | const AttrLanguage& | src | ) |
void Pango::AttrLanguage::set_language | ( | const Language& | value | ) |
Sets the language which is the value of the attribute.
value | The new language tag for the attribute. |
Pango::AttrLanguage wrap | ( | PangoAttrLanguage * | object, | |
bool | take_copy = false | |||
) | [related] |