libvtemm 0.25.0
|
CharAttributes - class storing attributes of single char in string. More...
#include <libvtemm/charattributes.h>
Public Member Functions | |
long | get_row () const |
Gets row of a char. | |
long | get_column () const |
Gets column of a char. | |
Gdk::Color | get_fore () const |
Gets color of a char. | |
Gdk::Color | get_back () const |
Gets background color of a char. | |
bool | get_underline () const |
Checks whether or not a char is underlined. | |
bool | get_strikethrough () const |
Checks whether or not a char is struckthrough. | |
VteCharAttributes* | gobj () |
Provides access to the underlying C GtkObject. | |
const VteCharAttributes* | gobj () const |
Provides access to the underlying C GtkObject. | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Vte::CharAttributes | wrap (VteCharAttributes* object, bool take_copy=true) |
A Glib::wrap() method for this object. |
CharAttributes - class storing attributes of single char in string.
Gdk::Color Gnome::Vte::CharAttributes::get_back | ( | ) | const |
Gets background color of a char.
long Gnome::Vte::CharAttributes::get_column | ( | ) | const |
Gets column of a char.
Gdk::Color Gnome::Vte::CharAttributes::get_fore | ( | ) | const |
Gets color of a char.
long Gnome::Vte::CharAttributes::get_row | ( | ) | const |
Gets row of a char.
bool Gnome::Vte::CharAttributes::get_strikethrough | ( | ) | const |
Checks whether or not a char is struckthrough.
true
if char is struckthrough, otherwise false
. bool Gnome::Vte::CharAttributes::get_underline | ( | ) | const |
Checks whether or not a char is underlined.
true
if char is underlined, otherwise false
. Gnome::Vte::CharAttributes wrap | ( | VteCharAttributes * | object, |
bool | take_copy = true |
||
) | [related] |
A Glib::wrap() method for this object.
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. |