Gtk2::CellRendererText man page on aLinux

Man page or keyword search:  
man Server   7435 pages
apropos Keyword Search (all sections)
Output format
aLinux logo
[printable version]

Gtk2::CellRendererTextUser Contributed Perl DocumentaGtk2::CellRendererText(3)

NAME
       Gtk2::CellRendererText

HIERARCHY
	 Glib::Object
	 +----Glib::InitiallyUnowned
	      +----Gtk2::Object
		   +----Gtk2::CellRenderer
			+----Gtk2::CellRendererText

METHODS
       cellrenderer = Gtk2::CellRendererText->new

       $renderer->set_fixed_height_from_font ($number_of_rows)

	   ·   $number_of_rows (integer)

PROPERTIES
       'alignment' (Gtk2::Pango::Alignment : readable / writable / private)
	   How to align the lines

       'attributes' (Gtk2::Pango::AttrList : readable / writable / private)
	   A list of style attributes to apply to the text of the renderer

       'background' (string : writable / private)
	   Background colour as a string

       'background-gdk' (Gtk2::Gdk::Color : readable / writable / private)
	   Background colour as a GdkColor

       'background-set' (boolean : readable / writable / private)
	   Whether this tag affects the background colour

       'editable' (boolean : readable / writable / private)
	   Whether the text can be modified by the user

       'editable-set' (boolean : readable / writable / private)
	   Whether this tag affects text editability

       'ellipsize' (Gtk2::Pango::EllipsizeMode : readable / writable /
       private)
	   The preferred place to ellipsize the string, if the cell renderer
	   does not have enough room to display the entire string

       'ellipsize-set' (boolean : readable / writable / private)
	   Whether this tag affects the ellipsize mode

       'family' (string : readable / writable / private)
	   Name of the font family, e.g. Sans, Helvetica, Times, Monospace

       'family-set' (boolean : readable / writable / private)
	   Whether this tag affects the font family

       'font' (string : readable / writable / private)
	   Font description as a string, e.g. "Sans Italic 12"

       'font-desc' (Gtk2::Pango::FontDescription : readable / writable /
       private)
	   Font description as a PangoFontDescription struct

       'foreground' (string : writable / private)
	   Foreground colour as a string

       'foreground-gdk' (Gtk2::Gdk::Color : readable / writable / private)
	   Foreground colour as a GdkColor

       'foreground-set' (boolean : readable / writable / private)
	   Whether this tag affects the foreground colour

       'language' (string : readable / writable / private)
	   The language this text is in, as an ISO code. Pango can use this as
	   a hint when rendering the text. If you don't understand this
	   parameter, you probably don't need it

       'language-set' (boolean : readable / writable / private)
	   Whether this tag affects the language the text is rendered as

       'markup' (string : writable / private)
	   Marked up text to render

       'rise' (integer : readable / writable / private)
	   Offset of text above the baseline (below the baseline if rise is
	   negative)

       'rise-set' (boolean : readable / writable / private)
	   Whether this tag affects the rise

       'scale' (double : readable / writable / private)
	   Font scaling factor

       'scale-set' (boolean : readable / writable / private)
	   Whether this tag scales the font size by a factor

       'single-paragraph-mode' (boolean : readable / writable / private)
	   Whether or not to keep all text in a single paragraph

       'size' (integer : readable / writable / private)
	   Font size

       'size-points' (double : readable / writable / private)
	   Font size in points

       'size-set' (boolean : readable / writable / private)
	   Whether this tag affects the font size

       'stretch' (Gtk2::Pango::Stretch : readable / writable / private)
	   Font stretch

       'stretch-set' (boolean : readable / writable / private)
	   Whether this tag affects the font stretch

       'strikethrough' (boolean : readable / writable / private)
	   Whether to strike through the text

       'strikethrough-set' (boolean : readable / writable / private)
	   Whether this tag affects strikethrough

       'style' (Gtk2::Pango::Style : readable / writable / private)
	   Font style

       'style-set' (boolean : readable / writable / private)
	   Whether this tag affects the font style

       'text' (string : readable / writable / private)
	   Text to render

       'underline' (Gtk2::Pango::Underline : readable / writable / private)
	   Style of underline for this text

       'underline-set' (boolean : readable / writable / private)
	   Whether this tag affects underlining

       'variant' (Gtk2::Pango::Variant : readable / writable / private)
	   Font variant

       'variant-set' (boolean : readable / writable / private)
	   Whether this tag affects the font variant

       'weight' (integer : readable / writable / private)
	   Font weight

       'weight-set' (boolean : readable / writable / private)
	   Whether this tag affects the font weight

       'width-chars' (integer : readable / writable / private)
	   The desired width of the label, in characters

       'wrap-mode' (Gtk2::Pango::WrapMode : readable / writable / private)
	   How to break the string into multiple lines, if the cell renderer
	   does not have enough room to display the entire string

       'wrap-width' (integer : readable / writable / private)
	   The width at which the text is wrapped

SIGNALS
       edited (Gtk2::CellRendererText, string, string)

ENUMS AND FLAGS
       enum Gtk2::Pango::Alignment

       ·   'left' / 'PANGO_ALIGN_LEFT'

       ·   'center' / 'PANGO_ALIGN_CENTER'

       ·   'right' / 'PANGO_ALIGN_RIGHT'

       enum Gtk2::Pango::EllipsizeMode

       ·   'none' / 'PANGO_ELLIPSIZE_NONE'

       ·   'start' / 'PANGO_ELLIPSIZE_START'

       ·   'middle' / 'PANGO_ELLIPSIZE_MIDDLE'

       ·   'end' / 'PANGO_ELLIPSIZE_END'

       enum Gtk2::Pango::Stretch

       ·   'ultra-condensed' / 'PANGO_STRETCH_ULTRA_CONDENSED'

       ·   'extra-condensed' / 'PANGO_STRETCH_EXTRA_CONDENSED'

       ·   'condensed' / 'PANGO_STRETCH_CONDENSED'

       ·   'semi-condensed' / 'PANGO_STRETCH_SEMI_CONDENSED'

       ·   'normal' / 'PANGO_STRETCH_NORMAL'

       ·   'semi-expanded' / 'PANGO_STRETCH_SEMI_EXPANDED'

       ·   'expanded' / 'PANGO_STRETCH_EXPANDED'

       ·   'extra-expanded' / 'PANGO_STRETCH_EXTRA_EXPANDED'

       ·   'ultra-expanded' / 'PANGO_STRETCH_ULTRA_EXPANDED'

       enum Gtk2::Pango::Style

       ·   'normal' / 'PANGO_STYLE_NORMAL'

       ·   'oblique' / 'PANGO_STYLE_OBLIQUE'

       ·   'italic' / 'PANGO_STYLE_ITALIC'

       enum Gtk2::Pango::Underline

       ·   'none' / 'PANGO_UNDERLINE_NONE'

       ·   'single' / 'PANGO_UNDERLINE_SINGLE'

       ·   'double' / 'PANGO_UNDERLINE_DOUBLE'

       ·   'low' / 'PANGO_UNDERLINE_LOW'

       ·   'error' / 'PANGO_UNDERLINE_ERROR'

       enum Gtk2::Pango::Variant

       ·   'normal' / 'PANGO_VARIANT_NORMAL'

       ·   'small-caps' / 'PANGO_VARIANT_SMALL_CAPS'

       enum Gtk2::Pango::WrapMode

       ·   'word' / 'PANGO_WRAP_WORD'

       ·   'char' / 'PANGO_WRAP_CHAR'

       ·   'word-char' / 'PANGO_WRAP_WORD_CHAR'

SEE ALSO
       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
       Gtk2::CellRenderer

COPYRIGHT
       Copyright (C) 2003-2006 by the gtk2-perl team.

       This software is licensed under the LGPL.  See Gtk2 for a full notice.

perl v5.10.0			  2008-08-29	     Gtk2::CellRendererText(3)
[top]

List of man pages available for aLinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net