Home
last modified time | relevance | path

Searched defs:AttrShape (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/
H A DAttrShape.cs24 public class AttrShape : Attribute { class
29 …public AttrShape (Pango.Rectangle ink_rect, Pango.Rectangle logical_rect) : this (pango_attr_shape… in AttrShape() method in Pango.AttrShape
31 internal AttrShape (IntPtr raw, bool owned) : base (raw, owned) {} in AttrShape() method in Pango.AttrShape
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/pango/
H A DAttrShape.cs24 public class AttrShape : Attribute { class
29 …public AttrShape (Pango.Rectangle ink_rect, Pango.Rectangle logical_rect) : this (pango_attr_shape… in AttrShape() method in Pango.AttrShape
31 internal AttrShape (IntPtr raw) : base (raw) {} in AttrShape() method in Pango.AttrShape
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-attributes.go237 type AttrShape struct { struct
238 Attribute
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-attributes.go248 type AttrShape struct { struct
249 Attribute
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-attributes.go248 type AttrShape struct { struct
249 Attribute
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-attributes.go248 type AttrShape struct { struct
249 Attribute
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-attributes.go248 type AttrShape struct { struct
249 Attribute
/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/pangomm/
H A Dattributes.cc305 AttrShape::AttrShape() in AttrShape() function in Pango::AttrShape
308 AttrShape::AttrShape(const AttrShape& src) in AttrShape() function in Pango::AttrShape
313 AttrShape::AttrShape(PangoAttrShape* castitem, bool take_copy) in AttrShape() function in Pango::AttrShape
H A Dattributes.h258 class AttrShape; variable