Ardour  8.7-15-gadf511264b
texttag.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_TEXTTAG_H
4 #define _GTKMM_TEXTTAG_H
5 
6 
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
9 
10 /* $Id: texttag.hg,v 1.5 2006/05/10 20:59:28 murrayc Exp $ */
11 
12 /* texttag.h
13  *
14  * Copyright (C) 1998-2002 The gtkmm Development Team
15  *
16  * This library is free software; you can redistribute it and/or
17  * modify it under the terms of the GNU Lesser General Public
18  * License as published by the Free Software Foundation; either
19  * version 2.1 of the License, or (at your option) any later version.
20  *
21  * This library is distributed in the hope that it will be useful,
22  * but WITHOUT ANY WARRANTY; without even the implied warranty of
23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24  * Lesser General Public License for more details.
25  *
26  * You should have received a copy of the GNU Lesser General Public
27  * License along with this library; if not, write to the Free
28  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
29  */
30 
31 
32 #include <gtkmm/object.h>
33 #include <gtkmm/enums.h>
34 #include <gdkmm/bitmap.h>
35 #include <gdkmm/color.h>
36 #include <pangomm/fontdescription.h>
37 #include <pangomm/tabarray.h>
38 
39 
40 #ifndef DOXYGEN_SHOULD_SKIP_THIS
41 typedef struct _GtkTextTag GtkTextTag;
42 typedef struct _GtkTextTagClass GtkTextTagClass;
43 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
44 
45 
46 #ifndef DOXYGEN_SHOULD_SKIP_THIS
47 namespace Gtk
48 { class TextTag_Class; } // namespace Gtk
49 #endif //DOXYGEN_SHOULD_SKIP_THIS
50 
51 namespace Gtk
52 {
53 
54 class TextIter;
55 
76 class TextTag : public Glib::Object
77 {
78 
79 #ifndef DOXYGEN_SHOULD_SKIP_THIS
80 
81 public:
82  typedef TextTag CppObjectType;
83  typedef TextTag_Class CppClassType;
84  typedef GtkTextTag BaseObjectType;
85  typedef GtkTextTagClass BaseClassType;
86 
87 private: friend class TextTag_Class;
88  static CppClassType texttag_class_;
89 
90 private:
91  // noncopyable
92  TextTag(const TextTag&);
93  TextTag& operator=(const TextTag&);
94 
95 protected:
96  explicit TextTag(const Glib::ConstructParams& construct_params);
97  explicit TextTag(GtkTextTag* castitem);
98 
99 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
100 
101 public:
102  virtual ~TextTag();
103 
106  static GType get_type() G_GNUC_CONST;
107 
108 #ifndef DOXYGEN_SHOULD_SKIP_THIS
109 
110 
111  static GType get_base_type() G_GNUC_CONST;
112 #endif
113 
115  GtkTextTag* gobj() { return reinterpret_cast<GtkTextTag*>(gobject_); }
116 
118  const GtkTextTag* gobj() const { return reinterpret_cast<GtkTextTag*>(gobject_); }
119 
122 
123 private:
124 
125 protected:
127  explicit TextTag(const Glib::ustring& name);
128 
129 
130 public:
131 
132  static Glib::RefPtr<TextTag> create();
133 
134 
135  static Glib::RefPtr<TextTag> create(const Glib::ustring& name);
136 
137 
142  int get_priority() const;
143 
158  void set_priority(int priority);
159 
167  bool event(const Glib::RefPtr<Glib::Object>& event_object, GdkEvent* event, const TextIter& iter);
168 
169 
176  Glib::SignalProxy3< bool,const Glib::RefPtr<Glib::Object>&,GdkEvent*,const TextIter& > signal_event();
177 
178 
184  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_name() const;
185 
186  //construct-only.
192  Glib::PropertyProxy_WriteOnly< Glib::ustring > property_background() ;
193 
194 
200  Glib::PropertyProxy_WriteOnly< Glib::ustring > property_foreground() ;
201 
202 
208  Glib::PropertyProxy< Gdk::Color > property_background_gdk() ;
209 
215  Glib::PropertyProxy_ReadOnly< Gdk::Color > property_background_gdk() const;
216 
222  Glib::PropertyProxy< Gdk::Color > property_foreground_gdk() ;
223 
229  Glib::PropertyProxy_ReadOnly< Gdk::Color > property_foreground_gdk() const;
230 
236  Glib::PropertyProxy< Glib::RefPtr<Gdk::Bitmap> > property_background_stipple() ;
237 
243  Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Bitmap> > property_background_stipple() const;
244 
250  Glib::PropertyProxy< Glib::RefPtr<Gdk::Bitmap> > property_foreground_stipple() ;
251 
257  Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Bitmap> > property_foreground_stipple() const;
258 
264  Glib::PropertyProxy< Glib::ustring > property_font() ;
265 
271  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_font() const;
272 
278  Glib::PropertyProxy< Pango::FontDescription > property_font_desc() ;
279 
285  Glib::PropertyProxy_ReadOnly< Pango::FontDescription > property_font_desc() const;
286 
292  Glib::PropertyProxy< Glib::ustring > property_family() ;
293 
299  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_family() const;
300 
306  Glib::PropertyProxy< Pango::Style > property_style() ;
307 
313  Glib::PropertyProxy_ReadOnly< Pango::Style > property_style() const;
314 
320  Glib::PropertyProxy< Pango::Variant > property_variant() ;
321 
327  Glib::PropertyProxy_ReadOnly< Pango::Variant > property_variant() const;
328 
334  Glib::PropertyProxy< int > property_weight() ;
335 
341  Glib::PropertyProxy_ReadOnly< int > property_weight() const;
342 
348  Glib::PropertyProxy< Pango::Stretch > property_stretch() ;
349 
355  Glib::PropertyProxy_ReadOnly< Pango::Stretch > property_stretch() const;
356 
362  Glib::PropertyProxy< int > property_size() ;
363 
369  Glib::PropertyProxy_ReadOnly< int > property_size() const;
370 
376  Glib::PropertyProxy< double > property_size_points() ;
377 
383  Glib::PropertyProxy_ReadOnly< double > property_size_points() const;
384 
390  Glib::PropertyProxy< double > property_scale() ;
391 
397  Glib::PropertyProxy_ReadOnly< double > property_scale() const;
398 
404  Glib::PropertyProxy< int > property_pixels_above_lines() ;
405 
411  Glib::PropertyProxy_ReadOnly< int > property_pixels_above_lines() const;
412 
418  Glib::PropertyProxy< int > property_pixels_below_lines() ;
419 
425  Glib::PropertyProxy_ReadOnly< int > property_pixels_below_lines() const;
426 
432  Glib::PropertyProxy< int > property_pixels_inside_wrap() ;
433 
439  Glib::PropertyProxy_ReadOnly< int > property_pixels_inside_wrap() const;
440 
446  Glib::PropertyProxy< bool > property_editable() ;
447 
453  Glib::PropertyProxy_ReadOnly< bool > property_editable() const;
454 
460  Glib::PropertyProxy< WrapMode > property_wrap_mode() ;
461 
467  Glib::PropertyProxy_ReadOnly< WrapMode > property_wrap_mode() const;
468 
474  Glib::PropertyProxy< Justification > property_justification() ;
475 
481  Glib::PropertyProxy_ReadOnly< Justification > property_justification() const;
482 
488  Glib::PropertyProxy< TextDirection > property_direction() ;
489 
495  Glib::PropertyProxy_ReadOnly< TextDirection > property_direction() const;
496 
502  Glib::PropertyProxy< int > property_left_margin() ;
503 
509  Glib::PropertyProxy_ReadOnly< int > property_left_margin() const;
510 
516  Glib::PropertyProxy< int > property_indent() ;
517 
523  Glib::PropertyProxy_ReadOnly< int > property_indent() const;
524 
530  Glib::PropertyProxy< bool > property_strikethrough() ;
531 
537  Glib::PropertyProxy_ReadOnly< bool > property_strikethrough() const;
538 
544  Glib::PropertyProxy< int > property_right_margin() ;
545 
551  Glib::PropertyProxy_ReadOnly< int > property_right_margin() const;
552 
558  Glib::PropertyProxy< Pango::Underline > property_underline() ;
559 
565  Glib::PropertyProxy_ReadOnly< Pango::Underline > property_underline() const;
566 
572  Glib::PropertyProxy< int > property_rise() ;
573 
579  Glib::PropertyProxy_ReadOnly< int > property_rise() const;
580 
586  Glib::PropertyProxy< bool > property_background_full_height() ;
587 
593  Glib::PropertyProxy_ReadOnly< bool > property_background_full_height() const;
594 
600  Glib::PropertyProxy< Glib::ustring > property_language() ;
601 
607  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_language() const;
608 
614  Glib::PropertyProxy< Pango::TabArray > property_tabs() ;
615 
621  Glib::PropertyProxy_ReadOnly< Pango::TabArray > property_tabs() const;
622 
628  Glib::PropertyProxy< bool > property_invisible() ;
629 
635  Glib::PropertyProxy_ReadOnly< bool > property_invisible() const;
636 
642  Glib::PropertyProxy_WriteOnly< Glib::ustring > property_paragraph_background() ;
643 
644 
650  Glib::PropertyProxy< Gdk::Color > property_paragraph_background_gdk() ;
651 
657  Glib::PropertyProxy_ReadOnly< Gdk::Color > property_paragraph_background_gdk() const;
658 
664  Glib::PropertyProxy< bool > property_accumulative_margin() ;
665 
671  Glib::PropertyProxy_ReadOnly< bool > property_accumulative_margin() const;
672 
678  Glib::PropertyProxy< bool > property_background_set() ;
679 
685  Glib::PropertyProxy_ReadOnly< bool > property_background_set() const;
686 
692  Glib::PropertyProxy< bool > property_foreground_set() ;
693 
699  Glib::PropertyProxy_ReadOnly< bool > property_foreground_set() const;
700 
706  Glib::PropertyProxy< bool > property_background_stipple_set() ;
707 
713  Glib::PropertyProxy_ReadOnly< bool > property_background_stipple_set() const;
714 
720  Glib::PropertyProxy< bool > property_foreground_stipple_set() ;
721 
727  Glib::PropertyProxy_ReadOnly< bool > property_foreground_stipple_set() const;
728 
734  Glib::PropertyProxy< bool > property_family_set() ;
735 
741  Glib::PropertyProxy_ReadOnly< bool > property_family_set() const;
742 
748  Glib::PropertyProxy< bool > property_style_set() ;
749 
755  Glib::PropertyProxy_ReadOnly< bool > property_style_set() const;
756 
762  Glib::PropertyProxy< bool > property_variant_set() ;
763 
769  Glib::PropertyProxy_ReadOnly< bool > property_variant_set() const;
770 
776  Glib::PropertyProxy< bool > property_weight_set() ;
777 
783  Glib::PropertyProxy_ReadOnly< bool > property_weight_set() const;
784 
790  Glib::PropertyProxy< bool > property_stretch_set() ;
791 
797  Glib::PropertyProxy_ReadOnly< bool > property_stretch_set() const;
798 
804  Glib::PropertyProxy< bool > property_size_set() ;
805 
811  Glib::PropertyProxy_ReadOnly< bool > property_size_set() const;
812 
818  Glib::PropertyProxy< bool > property_scale_set() ;
819 
825  Glib::PropertyProxy_ReadOnly< bool > property_scale_set() const;
826 
832  Glib::PropertyProxy< bool > property_pixels_above_lines_set() ;
833 
839  Glib::PropertyProxy_ReadOnly< bool > property_pixels_above_lines_set() const;
840 
846  Glib::PropertyProxy< bool > property_pixels_below_lines_set() ;
847 
853  Glib::PropertyProxy_ReadOnly< bool > property_pixels_below_lines_set() const;
854 
860  Glib::PropertyProxy< bool > property_pixels_inside_wrap_set() ;
861 
867  Glib::PropertyProxy_ReadOnly< bool > property_pixels_inside_wrap_set() const;
868 
874  Glib::PropertyProxy< bool > property_editable_set() ;
875 
881  Glib::PropertyProxy_ReadOnly< bool > property_editable_set() const;
882 
888  Glib::PropertyProxy< bool > property_wrap_mode_set() ;
889 
895  Glib::PropertyProxy_ReadOnly< bool > property_wrap_mode_set() const;
896 
902  Glib::PropertyProxy< bool > property_justification_set() ;
903 
909  Glib::PropertyProxy_ReadOnly< bool > property_justification_set() const;
910 
916  Glib::PropertyProxy< bool > property_left_margin_set() ;
917 
923  Glib::PropertyProxy_ReadOnly< bool > property_left_margin_set() const;
924 
930  Glib::PropertyProxy< bool > property_indent_set() ;
931 
937  Glib::PropertyProxy_ReadOnly< bool > property_indent_set() const;
938 
944  Glib::PropertyProxy< bool > property_strikethrough_set() ;
945 
951  Glib::PropertyProxy_ReadOnly< bool > property_strikethrough_set() const;
952 
958  Glib::PropertyProxy< bool > property_right_margin_set() ;
959 
965  Glib::PropertyProxy_ReadOnly< bool > property_right_margin_set() const;
966 
972  Glib::PropertyProxy< bool > property_underline_set() ;
973 
979  Glib::PropertyProxy_ReadOnly< bool > property_underline_set() const;
980 
986  Glib::PropertyProxy< bool > property_rise_set() ;
987 
993  Glib::PropertyProxy_ReadOnly< bool > property_rise_set() const;
994 
1000  Glib::PropertyProxy< bool > property_background_full_height_set() ;
1001 
1007  Glib::PropertyProxy_ReadOnly< bool > property_background_full_height_set() const;
1008 
1014  Glib::PropertyProxy< bool > property_language_set() ;
1015 
1021  Glib::PropertyProxy_ReadOnly< bool > property_language_set() const;
1022 
1028  Glib::PropertyProxy< bool > property_tabs_set() ;
1029 
1035  Glib::PropertyProxy_ReadOnly< bool > property_tabs_set() const;
1036 
1042  Glib::PropertyProxy< bool > property_invisible_set() ;
1043 
1049  Glib::PropertyProxy_ReadOnly< bool > property_invisible_set() const;
1050 
1056  Glib::PropertyProxy< bool > property_paragraph_background_set() ;
1057 
1063  Glib::PropertyProxy_ReadOnly< bool > property_paragraph_background_set() const;
1064 
1065 
1066 public:
1067 
1068 public:
1069  //C++ methods used to invoke GTK+ virtual functions:
1070 
1071 protected:
1072  //GTK+ Virtual Functions (override these to change behaviour):
1073 
1074  //Default Signal Handlers::
1076  virtual bool on_event(const Glib::RefPtr<Glib::Object>& event_object, GdkEvent* event, const TextIter& iter);
1077 
1078 
1079 };
1080 
1081 } /* namespace Gtk */
1082 
1083 
1084 namespace Glib
1085 {
1094  Glib::RefPtr<Gtk::TextTag> wrap(GtkTextTag* object, bool take_copy = false);
1095 }
1096 
1097 
1098 #endif /* _GTKMM_TEXTTAG_H */
1099 
Glib::PropertyProxy_ReadOnly< bool > property_stretch_set() const
Glib::PropertyProxy_ReadOnly< int > property_pixels_above_lines() const
Glib::PropertyProxy< bool > property_background_stipple_set()
Glib::PropertyProxy_ReadOnly< int > property_pixels_inside_wrap() const
Glib::PropertyProxy< int > property_rise()
Glib::PropertyProxy_ReadOnly< bool > property_scale_set() const
Glib::PropertyProxy< bool > property_strikethrough_set()
Glib::PropertyProxy< bool > property_paragraph_background_set()
Glib::PropertyProxy< bool > property_family_set()
Glib::PropertyProxy_ReadOnly< bool > property_editable_set() const
Glib::PropertyProxy_ReadOnly< Pango::FontDescription > property_font_desc() const
Glib::PropertyProxy_ReadOnly< int > property_left_margin() const
Glib::PropertyProxy_ReadOnly< bool > property_background_full_height() const
static Glib::RefPtr< TextTag > create(const Glib::ustring &name)
Glib::PropertyProxy_ReadOnly< bool > property_invisible_set() const
Glib::PropertyProxy_ReadOnly< bool > property_rise_set() const
Glib::PropertyProxy< WrapMode > property_wrap_mode()
const GtkTextTag * gobj() const
Provides access to the underlying C GObject.
Definition: texttag.h:118
Glib::PropertyProxy< bool > property_accumulative_margin()
Glib::PropertyProxy< int > property_pixels_below_lines()
bool event(const Glib::RefPtr< Glib::Object > &event_object, GdkEvent *event, const TextIter &iter)
Glib::PropertyProxy_ReadOnly< double > property_size_points() const
Glib::PropertyProxy< Pango::TabArray > property_tabs()
Glib::PropertyProxy_ReadOnly< int > property_rise() const
Glib::PropertyProxy_ReadOnly< bool > property_paragraph_background_set() const
Glib::PropertyProxy_ReadOnly< Pango::Underline > property_underline() const
Glib::PropertyProxy_ReadOnly< bool > property_wrap_mode_set() const
Glib::PropertyProxy< Pango::Style > property_style()
Glib::PropertyProxy< bool > property_pixels_above_lines_set()
Glib::PropertyProxy_ReadOnly< bool > property_language_set() const
Glib::PropertyProxy_ReadOnly< bool > property_left_margin_set() const
Glib::PropertyProxy< int > property_left_margin()
Glib::PropertyProxy< double > property_scale()
Glib::PropertyProxy_ReadOnly< bool > property_background_stipple_set() const
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gdk::Bitmap > > property_foreground_stipple() const
Glib::PropertyProxy< Pango::Variant > property_variant()
Glib::PropertyProxy< Glib::ustring > property_language()
Glib::SignalProxy3< bool, const Glib::RefPtr< Glib::Object > &, GdkEvent *, const TextIter & > signal_event()
int get_priority() const
static GType get_type() G_GNUC_CONST
Glib::PropertyProxy_ReadOnly< bool > property_background_full_height_set() const
Glib::PropertyProxy< Gdk::Color > property_foreground_gdk()
Glib::PropertyProxy< bool > property_invisible_set()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_name() const
Glib::PropertyProxy_ReadOnly< int > property_weight() const
Glib::PropertyProxy< bool > property_pixels_inside_wrap_set()
Glib::PropertyProxy< bool > property_wrap_mode_set()
Glib::PropertyProxy_ReadOnly< bool > property_underline_set() const
Glib::PropertyProxy_ReadOnly< TextDirection > property_direction() const
Glib::PropertyProxy_ReadOnly< Pango::TabArray > property_tabs() const
Glib::PropertyProxy< bool > property_stretch_set()
Glib::PropertyProxy_ReadOnly< double > property_scale() const
Glib::PropertyProxy< Pango::Underline > property_underline()
Glib::PropertyProxy_ReadOnly< Gdk::Color > property_background_gdk() const
Glib::PropertyProxy< Pango::FontDescription > property_font_desc()
Glib::PropertyProxy< bool > property_size_set()
Glib::PropertyProxy< int > property_weight()
Glib::PropertyProxy< bool > property_rise_set()
virtual bool on_event(const Glib::RefPtr< Glib::Object > &event_object, GdkEvent *event, const TextIter &iter)
This is a default handler for the signal signal_event().
void set_priority(int priority)
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_font() const
Glib::PropertyProxy_ReadOnly< bool > property_foreground_set() const
Glib::PropertyProxy_ReadOnly< bool > property_strikethrough() const
Glib::PropertyProxy< bool > property_justification_set()
Glib::PropertyProxy_ReadOnly< bool > property_background_set() const
Glib::PropertyProxy_ReadOnly< Gdk::Color > property_paragraph_background_gdk() const
Glib::PropertyProxy< bool > property_tabs_set()
Glib::PropertyProxy_ReadOnly< bool > property_pixels_below_lines_set() const
Glib::PropertyProxy< bool > property_indent_set()
Glib::PropertyProxy< bool > property_background_full_height_set()
virtual ~TextTag()
static Glib::RefPtr< TextTag > create()
Glib::PropertyProxy_ReadOnly< bool > property_indent_set() const
Glib::PropertyProxy< bool > property_style_set()
Glib::PropertyProxy< bool > property_variant_set()
Glib::PropertyProxy_ReadOnly< bool > property_strikethrough_set() const
Glib::PropertyProxy< int > property_right_margin()
Glib::PropertyProxy< Glib::RefPtr< Gdk::Bitmap > > property_foreground_stipple()
Glib::PropertyProxy_ReadOnly< Gdk::Color > property_foreground_gdk() const
Glib::PropertyProxy< int > property_pixels_above_lines()
Glib::PropertyProxy< Glib::RefPtr< Gdk::Bitmap > > property_background_stipple()
Glib::PropertyProxy< bool > property_background_set()
Glib::PropertyProxy_ReadOnly< bool > property_editable() const
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gdk::Bitmap > > property_background_stipple() const
Glib::PropertyProxy_ReadOnly< Justification > property_justification() const
Glib::PropertyProxy< bool > property_foreground_stipple_set()
Glib::PropertyProxy_ReadOnly< bool > property_variant_set() const
Glib::PropertyProxy_WriteOnly< Glib::ustring > property_background()
Glib::PropertyProxy_ReadOnly< bool > property_tabs_set() const
GtkTextTag * gobj()
Provides access to the underlying C GObject.
Definition: texttag.h:115
Glib::PropertyProxy_ReadOnly< bool > property_justification_set() const
Glib::PropertyProxy_ReadOnly< int > property_size() const
Glib::PropertyProxy< bool > property_invisible()
Glib::PropertyProxy< Gdk::Color > property_paragraph_background_gdk()
Glib::PropertyProxy< Gdk::Color > property_background_gdk()
Glib::PropertyProxy_ReadOnly< WrapMode > property_wrap_mode() const
Glib::PropertyProxy< bool > property_scale_set()
Glib::PropertyProxy< bool > property_editable()
Glib::PropertyProxy< bool > property_language_set()
Glib::PropertyProxy< int > property_pixels_inside_wrap()
Glib::PropertyProxy< int > property_size()
Glib::PropertyProxy< bool > property_pixels_below_lines_set()
Glib::PropertyProxy_ReadOnly< bool > property_pixels_inside_wrap_set() const
GtkTextTag * gobj_copy()
Provides access to the underlying C instance. The caller is responsible for unrefing it....
Glib::PropertyProxy_ReadOnly< bool > property_foreground_stipple_set() const
Glib::PropertyProxy_WriteOnly< Glib::ustring > property_foreground()
Glib::PropertyProxy_ReadOnly< bool > property_style_set() const
Glib::PropertyProxy_ReadOnly< int > property_right_margin() const
Glib::PropertyProxy_ReadOnly< bool > property_invisible() const
Glib::PropertyProxy< bool > property_underline_set()
Glib::PropertyProxy< Pango::Stretch > property_stretch()
Glib::PropertyProxy< Glib::ustring > property_font()
TextTag(const Glib::ustring &name)
Glib::PropertyProxy_WriteOnly< Glib::ustring > property_paragraph_background()
Glib::PropertyProxy_ReadOnly< bool > property_weight_set() const
Glib::PropertyProxy< bool > property_right_margin_set()
Glib::PropertyProxy_ReadOnly< Pango::Variant > property_variant() const
Glib::PropertyProxy_ReadOnly< bool > property_accumulative_margin() const
Glib::PropertyProxy< bool > property_editable_set()
Glib::PropertyProxy< bool > property_background_full_height()
Glib::PropertyProxy_ReadOnly< bool > property_size_set() const
Glib::PropertyProxy< int > property_indent()
Glib::PropertyProxy_ReadOnly< bool > property_pixels_above_lines_set() const
Glib::RefPtr< Gtk::TextTag > wrap(GtkTextTag *object, bool take_copy=false)
Glib::PropertyProxy< bool > property_left_margin_set()
Glib::PropertyProxy_ReadOnly< bool > property_right_margin_set() const
Glib::PropertyProxy< TextDirection > property_direction()
Glib::PropertyProxy< Glib::ustring > property_family()
Glib::PropertyProxy< bool > property_foreground_set()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_language() const
Glib::PropertyProxy_ReadOnly< Pango::Stretch > property_stretch() const
Glib::PropertyProxy_ReadOnly< int > property_indent() const
Glib::PropertyProxy< bool > property_weight_set()
Glib::PropertyProxy< double > property_size_points()
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_family() const
Glib::PropertyProxy< Justification > property_justification()
Glib::PropertyProxy_ReadOnly< int > property_pixels_below_lines() const
Glib::PropertyProxy< bool > property_strikethrough()
Glib::PropertyProxy_ReadOnly< bool > property_family_set() const
Glib::PropertyProxy_ReadOnly< Pango::Style > property_style() const
GtkImageIconNameData name
Definition: gtkimage.h:6
Definition: ardour_ui.h:188