#include <text.h>
Public Member Functions | |
virtual | ~Text () |
GnomeCanvasText * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeCanvasText * | gobj () const |
Provides access to the underlying C GtkObject. | |
Text (Group &parent, double x, double y, const Glib::ustring &text) | |
Text (Group &parent) | |
Glib::PropertyProxy < Glib::ustring > | _text () |
Text to render. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | _text () const |
Text to render. | |
Glib::PropertyProxy_WriteOnly < Glib::ustring > | _markup () |
Marked up text to render. | |
Glib::PropertyProxy < double > | _x () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | _x () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < double > | _y () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | _y () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < Glib::ustring > | _font () |
Font description as a string. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | _font () const |
Font description as a string. | |
Glib::PropertyProxy < Pango::FontDescription > | _font_desc () |
Font description as a PangoFontDescription struct. | |
Glib::PropertyProxy_ReadOnly < Pango::FontDescription > | _font_desc () const |
Font description as a PangoFontDescription struct. | |
Glib::PropertyProxy < Glib::ustring > | _family () |
Name of the font family. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | _family () const |
Name of the font family. | |
Glib::PropertyProxy < bool > | _family_set () |
Whether this tag affects the font family. | |
Glib::PropertyProxy_ReadOnly < bool > | _family_set () const |
Whether this tag affects the font family. | |
Glib::PropertyProxy < Pango::AttrList > | _attributes () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Pango::AttrList > | _attributes () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < Pango::Style > | _style () |
Font style. | |
Glib::PropertyProxy_ReadOnly < Pango::Style > | _style () const |
Font style. | |
Glib::PropertyProxy < bool > | _style_set () |
Whether this tag affects the font style. | |
Glib::PropertyProxy_ReadOnly < bool > | _style_set () const |
Whether this tag affects the font style. | |
Glib::PropertyProxy < Pango::Variant > | _variant () |
Font variant. | |
Glib::PropertyProxy_ReadOnly < Pango::Variant > | _variant () const |
Font variant. | |
Glib::PropertyProxy < bool > | _variant_set () |
Whether this tag affects the font variant. | |
Glib::PropertyProxy_ReadOnly < bool > | _variant_set () const |
Whether this tag affects the font variant. | |
Glib::PropertyProxy < int > | _weight () |
Font weight. | |
Glib::PropertyProxy_ReadOnly < int > | _weight () const |
Font weight. | |
Glib::PropertyProxy < bool > | _weight_set () |
Whether this tag affects the font weight. | |
Glib::PropertyProxy_ReadOnly < bool > | _weight_set () const |
Whether this tag affects the font weight. | |
Glib::PropertyProxy < Pango::Weight > | _stretch () |
Font stretch. | |
Glib::PropertyProxy_ReadOnly < Pango::Weight > | _stretch () const |
Font stretch. | |
Glib::PropertyProxy < bool > | _stretch_set () |
Whether this tag affects the font stretch. | |
Glib::PropertyProxy_ReadOnly < bool > | _stretch_set () const |
Whether this tag affects the font stretch. | |
Glib::PropertyProxy < int > | _size () |
Font size. | |
Glib::PropertyProxy_ReadOnly < int > | _size () const |
Font size. | |
Glib::PropertyProxy < bool > | _size_set () |
Whether this tag affects the font size. | |
Glib::PropertyProxy_ReadOnly < bool > | _size_set () const |
Whether this tag affects the font size. | |
Glib::PropertyProxy < double > | _size_points () |
Font size in points. | |
Glib::PropertyProxy_ReadOnly < double > | _size_points () const |
Font size in points. | |
Glib::PropertyProxy < bool > | _strikethrough () |
Whether to strike through the text. | |
Glib::PropertyProxy_ReadOnly < bool > | _strikethrough () const |
Whether to strike through the text. | |
Glib::PropertyProxy < bool > | _strikethrough_set () |
Whether this tag affects strikethrough. | |
Glib::PropertyProxy_ReadOnly < bool > | _strikethrough_set () const |
Whether this tag affects strikethrough. | |
Glib::PropertyProxy < Pango::Underline > | _underline () |
Style of underline for this text. | |
Glib::PropertyProxy_ReadOnly < Pango::Underline > | _underline () const |
Style of underline for this text. | |
Glib::PropertyProxy < bool > | _underline_set () |
Whether this tag affects underlining. | |
Glib::PropertyProxy_ReadOnly < bool > | _underline_set () const |
Whether this tag affects underlining. | |
Glib::PropertyProxy < int > | _rise () |
Offset of text above the baseline (below the baseline if rise is negative). | |
Glib::PropertyProxy_ReadOnly < int > | _rise () const |
Offset of text above the baseline (below the baseline if rise is negative). | |
Glib::PropertyProxy < bool > | _rise_set () |
Whether this tag affects the rise. | |
Glib::PropertyProxy_ReadOnly < bool > | _rise_set () const |
Whether this tag affects the rise. | |
Glib::PropertyProxy < double > | _scale () |
Size of font. | |
Glib::PropertyProxy_ReadOnly < double > | _scale () const |
Size of font. | |
Glib::PropertyProxy < bool > | _scale_set () |
Whether this tag affects font scaling. | |
Glib::PropertyProxy_ReadOnly < bool > | _scale_set () const |
Whether this tag affects font scaling. | |
Glib::PropertyProxy < Gtk::AnchorType > | _anchor () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Gtk::AnchorType > | _anchor () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < Gtk::Justification > | _justification () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Gtk::Justification > | _justification () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < double > | _clip_width () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | _clip_width () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < double > | _clip_height () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | _clip_height () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < bool > | _clip () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | _clip () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < double > | _x_offset () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | _x_offset () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < double > | _y_offset () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | _y_offset () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < Glib::ustring > | _fill_color () |
Text color. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | _fill_color () const |
Text color. | |
Glib::PropertyProxy < Gdk::Color > | _fill_color_gdk () |
Text color. | |
Glib::PropertyProxy_ReadOnly < Gdk::Color > | _fill_color_gdk () const |
Text color. | |
Glib::PropertyProxy < guint > | _fill_color_rgba () |
Text color. | |
Glib::PropertyProxy_ReadOnly < guint > | _fill_color_rgba () const |
Text color. | |
Glib::PropertyProxy < Glib::RefPtr < Gdk::Bitmap > > | _fill_stipple () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr < Gdk::Bitmap > > | _fill_stipple () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < double > | _text_width () |
Width of the rendered text. | |
Glib::PropertyProxy_ReadOnly < double > | _text_width () const |
Width of the rendered text. | |
Glib::PropertyProxy < double > | _text_height () |
Height of the rendered text. | |
Glib::PropertyProxy_ReadOnly < double > | _text_height () const |
Height of the rendered text. | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Canvas::Text * | wrap (GnomeCanvasText *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Gnome::Canvas::Text::~Text | ( | ) | [virtual] |
Gnome::Canvas::Text::Text | ( | Group & | parent, | |
double | x, | |||
double | y, | |||
const Glib::ustring & | text | |||
) |
Gnome::Canvas::Text::Text | ( | Group & | parent | ) | [explicit] |
GnomeCanvasText* Gnome::Canvas::Text::gobj | ( | ) | [inline] |
const GnomeCanvasText* Gnome::Canvas::Text::gobj | ( | ) | const [inline] |
Glib::PropertyProxy<Glib::ustring> Gnome::Canvas::Text::_text | ( | ) |
Text to render.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::Canvas::Text::_text | ( | ) | const |
Text to render.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_WriteOnly<Glib::ustring> Gnome::Canvas::Text::_markup | ( | ) |
Marked up text to render.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Text::_x | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Text::_x | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Text::_y | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Text::_y | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Glib::ustring> Gnome::Canvas::Text::_font | ( | ) |
Font description as a string.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::Canvas::Text::_font | ( | ) | const |
Font description as a string.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Pango::FontDescription> Gnome::Canvas::Text::_font_desc | ( | ) |
Font description as a PangoFontDescription struct.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Pango::FontDescription> Gnome::Canvas::Text::_font_desc | ( | ) | const |
Font description as a PangoFontDescription struct.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Glib::ustring> Gnome::Canvas::Text::_family | ( | ) |
Name of the font family.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::Canvas::Text::_family | ( | ) | const |
Name of the font family.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_family_set | ( | ) |
Whether this tag affects the font family.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_family_set | ( | ) | const |
Whether this tag affects the font family.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Pango::AttrList> Gnome::Canvas::Text::_attributes | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Pango::AttrList> Gnome::Canvas::Text::_attributes | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Pango::Style> Gnome::Canvas::Text::_style | ( | ) |
Font style.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Pango::Style> Gnome::Canvas::Text::_style | ( | ) | const |
Font style.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_style_set | ( | ) |
Whether this tag affects the font style.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_style_set | ( | ) | const |
Whether this tag affects the font style.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Pango::Variant> Gnome::Canvas::Text::_variant | ( | ) |
Font variant.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Pango::Variant> Gnome::Canvas::Text::_variant | ( | ) | const |
Font variant.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_variant_set | ( | ) |
Whether this tag affects the font variant.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_variant_set | ( | ) | const |
Whether this tag affects the font variant.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gnome::Canvas::Text::_weight | ( | ) |
Font weight.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<int> Gnome::Canvas::Text::_weight | ( | ) | const |
Font weight.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_weight_set | ( | ) |
Whether this tag affects the font weight.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_weight_set | ( | ) | const |
Whether this tag affects the font weight.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Pango::Weight> Gnome::Canvas::Text::_stretch | ( | ) |
Font stretch.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Pango::Weight> Gnome::Canvas::Text::_stretch | ( | ) | const |
Font stretch.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_stretch_set | ( | ) |
Whether this tag affects the font stretch.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_stretch_set | ( | ) | const |
Whether this tag affects the font stretch.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gnome::Canvas::Text::_size | ( | ) |
Font size.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<int> Gnome::Canvas::Text::_size | ( | ) | const |
Font size.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_size_set | ( | ) |
Whether this tag affects the font size.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_size_set | ( | ) | const |
Whether this tag affects the font size.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Text::_size_points | ( | ) |
Font size in points.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Text::_size_points | ( | ) | const |
Font size in points.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_strikethrough | ( | ) |
Whether to strike through the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_strikethrough | ( | ) | const |
Whether to strike through the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_strikethrough_set | ( | ) |
Whether this tag affects strikethrough.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_strikethrough_set | ( | ) | const |
Whether this tag affects strikethrough.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Pango::Underline> Gnome::Canvas::Text::_underline | ( | ) |
Style of underline for this text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Pango::Underline> Gnome::Canvas::Text::_underline | ( | ) | const |
Style of underline for this text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_underline_set | ( | ) |
Whether this tag affects underlining.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_underline_set | ( | ) | const |
Whether this tag affects underlining.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gnome::Canvas::Text::_rise | ( | ) |
Offset of text above the baseline (below the baseline if rise is negative).
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<int> Gnome::Canvas::Text::_rise | ( | ) | const |
Offset of text above the baseline (below the baseline if rise is negative).
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_rise_set | ( | ) |
Whether this tag affects the rise.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_rise_set | ( | ) | const |
Whether this tag affects the rise.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Text::_scale | ( | ) |
Size of font.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Text::_scale | ( | ) | const |
Size of font.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_scale_set | ( | ) |
Whether this tag affects font scaling.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_scale_set | ( | ) | const |
Whether this tag affects font scaling.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gtk::AnchorType> Gnome::Canvas::Text::_anchor | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Gtk::AnchorType> Gnome::Canvas::Text::_anchor | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gtk::Justification> Gnome::Canvas::Text::_justification | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Gtk::Justification> Gnome::Canvas::Text::_justification | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Text::_clip_width | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Text::_clip_width | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Text::_clip_height | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Text::_clip_height | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::Text::_clip | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<bool> Gnome::Canvas::Text::_clip | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Text::_x_offset | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Text::_x_offset | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Text::_y_offset | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Text::_y_offset | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Glib::ustring> Gnome::Canvas::Text::_fill_color | ( | ) |
Text color.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::Canvas::Text::_fill_color | ( | ) | const |
Text color.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gdk::Color> Gnome::Canvas::Text::_fill_color_gdk | ( | ) |
Text color.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Gdk::Color> Gnome::Canvas::Text::_fill_color_gdk | ( | ) | const |
Text color.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<guint> Gnome::Canvas::Text::_fill_color_rgba | ( | ) |
Text color.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<guint> Gnome::Canvas::Text::_fill_color_rgba | ( | ) | const |
Text color.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::RefPtr<Gdk::Bitmap> > Gnome::Canvas::Text::_fill_stipple | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Bitmap> > Gnome::Canvas::Text::_fill_stipple | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Text::_text_width | ( | ) |
Width of the rendered text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Text::_text_width | ( | ) | const |
Width of the rendered text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::Text::_text_height | ( | ) |
Height of the rendered text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::Text::_text_height | ( | ) | const |
Height of the rendered text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::Canvas::Text * wrap | ( | GnomeCanvasText * | object, | |
bool | take_copy = false | |||
) | [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. |