#include <text.h>
Inheritance diagram for Gnome::Canvas::Text:

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 > | property_text () |
| Text to render. | |
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_text () const |
| Text to render. | |
| Glib::PropertyProxy_WriteOnly< Glib::ustring > | property_markup () |
| Marked up text to render. | |
| Glib::PropertyProxy< double > | property_x () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< double > | property_x () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< double > | property_y () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< double > | property_y () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< Glib::ustring > | property_font () |
| Font description as a string. | |
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_font () const |
| Font description as a string. | |
| Glib::PropertyProxy< Pango::FontDescription > | property_font_desc () |
| Font description as a PangoFontDescription struct. | |
| Glib::PropertyProxy_ReadOnly< Pango::FontDescription > | property_font_desc () const |
| Font description as a PangoFontDescription struct. | |
| Glib::PropertyProxy< Glib::ustring > | property_family () |
| Name of the font family. | |
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_family () const |
| Name of the font family. | |
| Glib::PropertyProxy< bool > | property_family_set () |
| Whether this tag affects the font family. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_family_set () const |
| Whether this tag affects the font family. | |
| Glib::PropertyProxy< Pango::AttrList > | property_attributes () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< Pango::AttrList > | property_attributes () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< Pango::Style > | property_style () |
| Font style. | |
| Glib::PropertyProxy_ReadOnly< Pango::Style > | property_style () const |
| Font style. | |
| Glib::PropertyProxy< bool > | property_style_set () |
| Whether this tag affects the font style. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_style_set () const |
| Whether this tag affects the font style. | |
| Glib::PropertyProxy< Pango::Variant > | property_variant () |
| Font variant. | |
| Glib::PropertyProxy_ReadOnly< Pango::Variant > | property_variant () const |
| Font variant. | |
| Glib::PropertyProxy< bool > | property_variant_set () |
| Whether this tag affects the font variant. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_variant_set () const |
| Whether this tag affects the font variant. | |
| Glib::PropertyProxy< int > | property_weight () |
| Font weight. | |
| Glib::PropertyProxy_ReadOnly< int > | property_weight () const |
| Font weight. | |
| Glib::PropertyProxy< bool > | property_weight_set () |
| Whether this tag affects the font weight. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_weight_set () const |
| Whether this tag affects the font weight. | |
| Glib::PropertyProxy< Pango::Weight > | property_stretch () |
| Font stretch. | |
| Glib::PropertyProxy_ReadOnly< Pango::Weight > | property_stretch () const |
| Font stretch. | |
| Glib::PropertyProxy< bool > | property_stretch_set () |
| Whether this tag affects the font stretch. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_stretch_set () const |
| Whether this tag affects the font stretch. | |
| Glib::PropertyProxy< int > | property_size () |
| Font size. | |
| Glib::PropertyProxy_ReadOnly< int > | property_size () const |
| Font size. | |
| Glib::PropertyProxy< bool > | property_size_set () |
| Whether this tag affects the font size. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_size_set () const |
| Whether this tag affects the font size. | |
| Glib::PropertyProxy< double > | property_size_points () |
| Font size in points. | |
| Glib::PropertyProxy_ReadOnly< double > | property_size_points () const |
| Font size in points. | |
| Glib::PropertyProxy< bool > | property_strikethrough () |
| Whether to strike through the text. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_strikethrough () const |
| Whether to strike through the text. | |
| Glib::PropertyProxy< bool > | property_strikethrough_set () |
| Whether this tag affects strikethrough. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_strikethrough_set () const |
| Whether this tag affects strikethrough. | |
| Glib::PropertyProxy< Pango::Underline > | property_underline () |
| Style of underline for this text. | |
| Glib::PropertyProxy_ReadOnly< Pango::Underline > | property_underline () const |
| Style of underline for this text. | |
| Glib::PropertyProxy< bool > | property_underline_set () |
| Whether this tag affects underlining. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_underline_set () const |
| Whether this tag affects underlining. | |
| Glib::PropertyProxy< int > | property_rise () |
| Offset of text above the baseline (below the baseline if rise is negative). | |
| Glib::PropertyProxy_ReadOnly< int > | property_rise () const |
| Offset of text above the baseline (below the baseline if rise is negative). | |
| Glib::PropertyProxy< bool > | property_rise_set () |
| Whether this tag affects the rise. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_rise_set () const |
| Whether this tag affects the rise. | |
| Glib::PropertyProxy< double > | property_scale () |
| Size of font. | |
| Glib::PropertyProxy_ReadOnly< double > | property_scale () const |
| Size of font. | |
| Glib::PropertyProxy< bool > | property_scale_set () |
| Whether this tag affects font scaling. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_scale_set () const |
| Whether this tag affects font scaling. | |
| Glib::PropertyProxy< Gtk::AnchorType > | property_anchor () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< Gtk::AnchorType > | property_anchor () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< Gtk::Justification > | property_justification () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< Gtk::Justification > | property_justification () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< double > | property_clip_width () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< double > | property_clip_width () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< double > | property_clip_height () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< double > | property_clip_height () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< bool > | property_clip () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< bool > | property_clip () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< double > | property_x_offset () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< double > | property_x_offset () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< double > | property_y_offset () |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy_ReadOnly< double > | property_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 > | property_fill_color () |
| Text color. | |
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_fill_color () const |
| Text color. | |
| Glib::PropertyProxy< Gdk::Color > | property_fill_color_gdk () |
| Text color. | |
| Glib::PropertyProxy_ReadOnly< Gdk::Color > | property_fill_color_gdk () const |
| Text color. | |
| Glib::PropertyProxy< guint > | property_fill_color_rgba () |
| Text color. | |
| Glib::PropertyProxy_ReadOnly< guint > | property_fill_color_rgba () const |
| Text color. | |
| Glib::PropertyProxy< Glib::RefPtr< Gdk::Bitmap > > | property_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 > > | property_fill_stipple () const |
| You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
| Glib::PropertyProxy< double > | property_text_width () |
| Width of the rendered text. | |
| Glib::PropertyProxy_ReadOnly< double > | property_text_width () const |
| Width of the rendered text. | |
| Glib::PropertyProxy< double > | property_text_height () |
| Height of the rendered text. | |
| Glib::PropertyProxy_ReadOnly< double > | property_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) |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gnome::Canvas::Item. |
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gnome::Canvas::Item. |
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Name of the font family. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Name of the font family. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
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.
|
|
|
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.
|
|
|
Text color. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Text color. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Text color. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Text color. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Text color. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Text color. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font description as a string. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font description as a string. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font description as a PangoFontDescription struct. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font description as a PangoFontDescription struct. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Marked up text to render. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
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.
|
|
|
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.
|
|
|
Whether this tag affects the rise. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Whether this tag affects the rise. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Size of font. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Size of font. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Whether this tag affects font scaling. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Whether this tag affects font scaling. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font size. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font size. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font size in points. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font size in points. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
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.
|
|
|
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.
|
|
|
Font stretch. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font stretch. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
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.
|
|
|
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.
|
|
|
Whether to strike through the text. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Whether to strike through the text. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Whether this tag affects strikethrough. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Whether this tag affects strikethrough. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font style. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font style. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
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.
|
|
|
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.
|
|
|
Text to render. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Text to render. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Height of the rendered text. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Height of the rendered text. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Width of the rendered text. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Width of the rendered text. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Style of underline for this text. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Style of underline for this text. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Whether this tag affects underlining. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Whether this tag affects underlining. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font variant. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font variant. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
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.
|
|
|
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.
|
|
|
Font weight. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
Font weight. You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
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.
|
|
|
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.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
||||||||||||
|
|
1.4.6