#include <rich-text.h>
Public Types | |
typedef Gtk::TextIter | iterator |
Public Member Functions | |
virtual | ~RichText () |
GnomeCanvasRichText * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeCanvasRichText * | gobj () const |
Provides access to the underlying C GtkObject. | |
RichText (Group &parent, double x, double y, const Glib::ustring &text) | |
RichText (Group &parent) | |
void | cut_clipboard () |
void | copy_clipboard () |
void | paste_clipboard () |
void | set_buffer (const Glib::RefPtr< Gtk::TextBuffer > &buffer) |
Glib::RefPtr< Gtk::TextBuffer > | get_buffer () const |
void | get_iter_location (const iterator &iter, Gdk::Rectangle &location) const |
iterator | get_iter_at_location (int x, int y) const |
Glib::SignalProxy1< void, const Glib::RefPtr < Gtk::TextTag > & > | signal_tag_changed () |
Glib::PropertyProxy < Glib::ustring > | property_text () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
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< double > | property_y () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | property_width () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | property_height () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | property_editable () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | property_visible () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | property_cursor_visible () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | property_cursor_blink () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | property_grow_height () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < Gtk::WrapMode > | property_wrap_mode () |
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 < Gtk::DirectionType > | property_direction () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
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< int > | property_pixels_above_lines () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< int > | property_pixels_below_lines () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< int > | property_pixels_inside_wrap () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< int > | property_left_margin () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< int > | property_right_margin () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< int > | property_indent () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Protected Member Functions | |
virtual void | on_tag_changed (const Glib::RefPtr< Gtk::TextTag > &tag) |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Canvas::RichText * | wrap (GnomeCanvasRichText *object, bool take_copy=false) |
typedef Gtk::TextIter Gnome::Canvas::RichText::iterator |
virtual Gnome::Canvas::RichText::~RichText | ( | ) | [virtual] |
Gnome::Canvas::RichText::RichText | ( | Group & | parent, | |
double | x, | |||
double | y, | |||
const Glib::ustring & | text | |||
) |
Gnome::Canvas::RichText::RichText | ( | Group & | parent | ) | [explicit] |
GnomeCanvasRichText* Gnome::Canvas::RichText::gobj | ( | ) | [inline] |
const GnomeCanvasRichText* Gnome::Canvas::RichText::gobj | ( | ) | const [inline] |
virtual void Gnome::Canvas::RichText::on_tag_changed | ( | const Glib::RefPtr< Gtk::TextTag > & | tag | ) | [protected, virtual] |
void Gnome::Canvas::RichText::cut_clipboard | ( | ) |
void Gnome::Canvas::RichText::copy_clipboard | ( | ) |
void Gnome::Canvas::RichText::paste_clipboard | ( | ) |
void Gnome::Canvas::RichText::set_buffer | ( | const Glib::RefPtr< Gtk::TextBuffer > & | buffer | ) |
Glib::RefPtr<Gtk::TextBuffer> Gnome::Canvas::RichText::get_buffer | ( | ) | const |
void Gnome::Canvas::RichText::get_iter_location | ( | const iterator & | iter, | |
Gdk::Rectangle & | location | |||
) | const |
iterator Gnome::Canvas::RichText::get_iter_at_location | ( | int | x, | |
int | y | |||
) | const |
Glib::SignalProxy1<void,const Glib::RefPtr<Gtk::TextTag>&> Gnome::Canvas::RichText::signal_tag_changed | ( | ) |
void tag_changed(const Glib::RefPtr<Gtk::TextTag>& tag)
Glib::PropertyProxy<Glib::ustring> Gnome::Canvas::RichText::property_text | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::RichText::property_x | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::RichText::property_y | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::RichText::property_width | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::RichText::property_height | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::RichText::property_editable | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::RichText::property_visible | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::RichText::property_cursor_visible | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::RichText::property_cursor_blink | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<bool> Gnome::Canvas::RichText::property_grow_height | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gtk::WrapMode> Gnome::Canvas::RichText::property_wrap_mode | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gtk::Justification> Gnome::Canvas::RichText::property_justification | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gtk::DirectionType> Gnome::Canvas::RichText::property_direction | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Gtk::AnchorType> Gnome::Canvas::RichText::property_anchor | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gnome::Canvas::RichText::property_pixels_above_lines | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gnome::Canvas::RichText::property_pixels_below_lines | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gnome::Canvas::RichText::property_pixels_inside_wrap | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gnome::Canvas::RichText::property_left_margin | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gnome::Canvas::RichText::property_right_margin | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gnome::Canvas::RichText::property_indent | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::Canvas::RichText * wrap | ( | GnomeCanvasRichText * | object, | |
bool | take_copy = false | |||
) | [related] |