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

Public Member Functions | |
| virtual | ~Text () |
| GooCanvasText * | gobj () |
| Provides access to the underlying C GObject. | |
| const GooCanvasText * | gobj () const |
| Provides access to the underlying C GObject. | |
| GooCanvasText * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
| Glib::PropertyProxy< Pango::Alignment > | _alignment () |
| How to align the text. | |
| Glib::PropertyProxy_ReadOnly< Pango::Alignment > | _alignment () const |
| How to align the text. | |
| Glib::PropertyProxy< Gtk::AnchorType > | _anchor () |
| How to position the text relative to the given x and y coordinates. | |
| Glib::PropertyProxy_ReadOnly< Gtk::AnchorType > | _anchor () const |
| How to position the text relative to the given x and y coordinates. | |
| Glib::PropertyProxy< Pango::EllipsizeMode > | _ellipsize () |
| The preferred place to ellipsize the string. | |
| Glib::PropertyProxy_ReadOnly< Pango::EllipsizeMode > | _ellipsize () const |
| The preferred place to ellipsize the string. | |
| Glib::PropertyProxy< Glib::ustring > | _text () |
| The text to display. | |
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | _text () const |
| The text to display. | |
| Glib::PropertyProxy< bool > | _use_markup () |
| Whether to parse PangoMarkup in the text. | |
| Glib::PropertyProxy_ReadOnly< bool > | _use_markup () const |
| Whether to parse PangoMarkup in the text. | |
| Glib::PropertyProxy< double > | _width () |
| The width to use to layout the text. | |
| Glib::PropertyProxy_ReadOnly< double > | _width () const |
| The width to use to layout the text. | |
| Glib::PropertyProxy< double > | _x () |
| The x coordinate of the text. | |
| Glib::PropertyProxy_ReadOnly< double > | _x () const |
| The x coordinate of the text. | |
| Glib::PropertyProxy< double > | _y () |
| The y coordinate of the text. | |
| Glib::PropertyProxy_ReadOnly< double > | _y () const |
| The y coordinate of the text. | |
| Glib::PropertyProxy< Pango::WrapMode > | _wrap () |
| The preferred method of wrapping the string if a width has been set. | |
| Glib::PropertyProxy_ReadOnly< Pango::WrapMode > | _wrap () const |
| The preferred method of wrapping the string if a width has been set. | |
Static Public Member Functions | |
| static Glib::RefPtr< Text > | create (const Glib::ustring &text=Glib::ustring(), double x=0.0, double y=0.0, double width=0.0, Gtk::AnchorType anchor=Gtk::ANCHOR_NORTH_WEST) |
Protected Member Functions | |
| Text (const Glib::ustring &text=Glib::ustring(), double x=0.0, double y=0.0, double width=-1, Gtk::AnchorType anchor=Gtk::ANCHOR_NORTH_WEST) | |
Related Functions | |
| (Note that these are not member functions.) | |
| Glib::RefPtr< Goocanvas::Text > | wrap (GooCanvasText *object, bool take_copy=false) |
| A Glib::wrap() method for this object. | |
| virtual Goocanvas::Text::~Text | ( | ) | [virtual] |
| Goocanvas::Text::Text | ( | const Glib::ustring & | text = Glib::ustring(), |
|
| double | x = 0.0, |
|||
| double | y = 0.0, |
|||
| double | width = -1, |
|||
| Gtk::AnchorType | anchor = Gtk::ANCHOR_NORTH_WEST | |||
| ) | [explicit, protected] |
| GooCanvasText* Goocanvas::Text::gobj | ( | ) | [inline] |
| const GooCanvasText* Goocanvas::Text::gobj | ( | ) | const [inline] |
| GooCanvasText* Goocanvas::Text::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Goocanvas::ItemSimple.
| static Glib::RefPtr<Text> Goocanvas::Text::create | ( | const Glib::ustring & | text = Glib::ustring(), |
|
| double | x = 0.0, |
|||
| double | y = 0.0, |
|||
| double | width = 0.0, |
|||
| Gtk::AnchorType | anchor = Gtk::ANCHOR_NORTH_WEST | |||
| ) | [static] |
| Glib::PropertyProxy<Pango::Alignment> Goocanvas::Text::_alignment | ( | ) |
How to align the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<Pango::Alignment> Goocanvas::Text::_alignment | ( | ) | const |
How to align the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<Gtk::AnchorType> Goocanvas::Text::_anchor | ( | ) |
How to position the text relative to the given x and y coordinates.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<Gtk::AnchorType> Goocanvas::Text::_anchor | ( | ) | const |
How to position the text relative to the given x and y coordinates.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<Pango::EllipsizeMode> Goocanvas::Text::_ellipsize | ( | ) |
The preferred place to ellipsize the string.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<Pango::EllipsizeMode> Goocanvas::Text::_ellipsize | ( | ) | const |
The preferred place to ellipsize the string.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<Glib::ustring> Goocanvas::Text::_text | ( | ) |
The text to display.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<Glib::ustring> Goocanvas::Text::_text | ( | ) | const |
The text to display.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<bool> Goocanvas::Text::_use_markup | ( | ) |
Whether to parse PangoMarkup in the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<bool> Goocanvas::Text::_use_markup | ( | ) | const |
Whether to parse PangoMarkup in the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<double> Goocanvas::Text::_width | ( | ) |
The width to use to layout the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<double> Goocanvas::Text::_width | ( | ) | const |
The width to use to layout the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<double> Goocanvas::Text::_x | ( | ) |
The x coordinate of the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<double> Goocanvas::Text::_x | ( | ) | const |
The x coordinate of the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<double> Goocanvas::Text::_y | ( | ) |
The y coordinate of the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<double> Goocanvas::Text::_y | ( | ) | const |
The y coordinate of the text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy<Pango::WrapMode> Goocanvas::Text::_wrap | ( | ) |
The preferred method of wrapping the string if a width has been set.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::PropertyProxy_ReadOnly<Pango::WrapMode> Goocanvas::Text::_wrap | ( | ) | const |
The preferred method of wrapping the string if a width has been set.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
| Glib::RefPtr< Goocanvas::Text > wrap | ( | GooCanvasText * | 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. |
1.5.2