Gnome::Vte::CharAttributes Class Reference
CharAttributes - class storing attributes of single char in string. More...
List of all members.
Detailed Description
CharAttributes - class storing attributes of single char in string.
Constructor & Destructor Documentation
Gnome::Vte::CharAttributes::CharAttributes |
( |
|
) |
[protected] |
Gnome::Vte::CharAttributes::CharAttributes |
( |
VteCharAttributes * |
castitem, |
|
|
bool |
take_copy = true | |
|
) |
| | [explicit] |
Gnome::Vte::CharAttributes::CharAttributes |
( |
const CharAttributes& |
src |
) |
|
Gnome::Vte::CharAttributes::~CharAttributes |
( |
|
) |
|
Member Function Documentation
Gdk::Color Gnome::Vte::CharAttributes::get_back |
( |
|
) |
const |
Gets background color of a char.
- Returns:
- background color of a char.
long Gnome::Vte::CharAttributes::get_column |
( |
|
) |
const |
Gets column of a char.
- Returns:
- column of a char.
Gdk::Color Gnome::Vte::CharAttributes::get_fore |
( |
|
) |
const |
Gets color of a char.
- Returns:
- color of a char.
long Gnome::Vte::CharAttributes::get_row |
( |
|
) |
const |
Gets row of a char.
- Returns:
- row of a char.
bool Gnome::Vte::CharAttributes::get_strikethrough |
( |
|
) |
const |
Checks whether or not a char is struckthrough.
- Returns:
true
if char is struckthrough, otherwise false
.
bool Gnome::Vte::CharAttributes::get_underline |
( |
|
) |
const |
Checks whether or not a char is underlined.
- Returns:
true
if char is underlined, otherwise false
.
const VteCharAttributes* Gnome::Vte::CharAttributes::gobj |
( |
|
) |
const [inline] |
Provides access to the underlying C GtkObject.
VteCharAttributes* Gnome::Vte::CharAttributes::gobj |
( |
|
) |
[inline] |
Provides access to the underlying C GtkObject.
Friends And Related Function Documentation
A Glib::wrap() method for this object.
- Parameters:
-
| object | The C instance. |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns:
- A C++ instance that wraps this C instance.
Member Data Documentation
The documentation for this class was generated from the following file:
- libvtemm/charattributes.h