Gdk::PangoAttrEmbossed Diff - Ruby-GNOME2 Project Website
- Added parts are displayed like this.
- Deleted parts are displayed
like this.
= class Gdk::PangoAttrEmbossed
A Pango text attribute containing a embossed bitmap to be used when rendering the text.
== Object Hierarchy
* Object
* Data
* Pango::Attribute
* Pango::AttrBool
* Gdk::PangoAttrEmbossed
== Class Methods
--- Gdk::PangoAttrEmbossed.new(embossed)
Creates a new attribute containing a embossed bitmap to be used when rendering the text.
* embossed: true if a bitmap to be set as embossed
* Returns: a new Gdk::PangoAttrEmbossed
== Instance Methods
--- value
Gets the value wheter embossed or not.
* Returns: true if embossed, otherwise false.
== See Also
== ChangeLog
* 2005-05-08 Added. - ((<Masao>))
A Pango text attribute containing a embossed bitmap to be used when rendering the text.
== Object Hierarchy
* Object
* Data
* Pango::Attribute
* Pango::AttrBool
* Gdk::PangoAttrEmbossed
== Class Methods
--- Gdk::PangoAttrEmbossed.new(embossed)
Creates a new attribute containing a embossed bitmap to be used when rendering the text.
* embossed: true if a bitmap to be set as embossed
* Returns: a new Gdk::PangoAttrEmbossed
== Instance Methods
--- value
Gets the value wheter embossed or not.
* Returns: true if embossed, otherwise false.
== See Also
== ChangeLog
* 2005-05-08 Added. - ((<Masao>))