The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

Gnome2::Canvas::Text (3)
  • >> Gnome2::Canvas::Text (3) ( Разные man: Библиотечные вызовы )
  •  

    NAME

    Gnome2::Canvas::Text - Text as CanvasItems
     
    

    HIERARCHY

      Glib::Object
      +----Glib::InitiallyUnowned
           +----Gtk2::Object
                +----Gnome2::Canvas::Item
                     +----Gnome2::Canvas::Text
    
    
     

    PROPERTIES

    'anchor' (Gtk2::AnchorType : readable / writable)
    'attributes' (Gtk2::Pango::AttrList : readable / writable)
    'clip' (boolean : readable / writable)
    'clip-height' (double : readable / writable)
    'clip-width' (double : readable / writable)
    'family' (string : readable / writable)
    Name of the font family, e.g. Sans, Helvetica, Times, Monospace
    'family-set' (boolean : readable / writable)
    Whether this tag affects the font family
    'fill-color' (string : readable / writable)
    Text color, as string
    'fill-color-gdk' (Gtk2::Gdk::Color : readable / writable)
    Text color, as a GdkColor
    'fill-color-rgba' (Glib::UInt : readable / writable)
    Text color, as an R/G/B/A combined integer
    'fill-stipple' (Gtk2::Gdk::Drawable : readable / writable)
    'font' (string : readable / writable)
    Font description as a string
    'font-desc' (Gtk2::Pango::FontDescription : readable / writable)
    Font description as a PangoFontDescription struct
    'justification' (Gtk2::Justification : readable / writable)
    'markup' (string : writable)
    Marked up text to render
    'rise' (integer : readable / writable)
    Offset of text above the baseline (below the baseline if rise is negative)
    'rise-set' (boolean : readable / writable)
    Whether this tag affects the rise
    'scale' (double : readable / writable)
    Size of font, relative to default size
    'scale-set' (boolean : readable / writable)
    Whether this tag affects font scaling
    'size' (integer : readable / writable)
    Font size
    'size-points' (double : readable / writable)
    Font size in points
    'size-set' (boolean : readable / writable)
    Whether this tag affects the font size
    'stretch' (Gtk2::Pango::Stretch : readable / writable)
    Font stretch
    'stretch-set' (boolean : readable / writable)
    Whether this tag affects the font stretch
    'strikethrough' (boolean : readable / writable)
    Whether to strike through the text
    'strikethrough-set' (boolean : readable / writable)
    Whether this tag affects strikethrough
    'style' (Gtk2::Pango::Style : readable / writable)
    Font style
    'style-set' (boolean : readable / writable)
    Whether this tag affects the font style
    'text' (string : readable / writable)
    Text to render
    'text-height' (double : readable)
    Height of the rendered text
    'text-width' (double : readable)
    Width of the rendered text
    'underline' (Gtk2::Pango::Underline : readable / writable)
    Style of underline for this text
    'underline-set' (boolean : readable / writable)
    Whether this tag affects underlining
    'variant' (Gtk2::Pango::Variant : readable / writable)
    Font variant
    'variant-set' (boolean : readable / writable)
    Whether this tag affects the font variant
    'weight' (integer : readable / writable)
    Font weight
    'weight-set' (boolean : readable / writable)
    Whether this tag affects the font weight
    'x' (double : readable / writable)
    'x-offset' (double : readable / writable)
    'y' (double : readable / writable)
    'y-offset' (double : readable / writable)
     

    ENUMS AND FLAGS

     

    enum Gtk2::AnchorType

    * 'center' / 'GTK_ANCHOR_CENTER'
    * 'north' / 'GTK_ANCHOR_NORTH'
    * 'north-west' / 'GTK_ANCHOR_NORTH_WEST'
    * 'north-east' / 'GTK_ANCHOR_NORTH_EAST'
    * 'south' / 'GTK_ANCHOR_SOUTH'
    * 'south-west' / 'GTK_ANCHOR_SOUTH_WEST'
    * 'south-east' / 'GTK_ANCHOR_SOUTH_EAST'
    * 'west' / 'GTK_ANCHOR_WEST'
    * 'east' / 'GTK_ANCHOR_EAST'
    * 'n' / 'GTK_ANCHOR_N'
    * 'nw' / 'GTK_ANCHOR_NW'
    * 'ne' / 'GTK_ANCHOR_NE'
    * 's' / 'GTK_ANCHOR_S'
    * 'sw' / 'GTK_ANCHOR_SW'
    * 'se' / 'GTK_ANCHOR_SE'
    * 'w' / 'GTK_ANCHOR_W'
    * 'e' / 'GTK_ANCHOR_E'
     

    enum Gtk2::Justification

    * 'left' / 'GTK_JUSTIFY_LEFT'
    * 'right' / 'GTK_JUSTIFY_RIGHT'
    * 'center' / 'GTK_JUSTIFY_CENTER'
    * 'fill' / 'GTK_JUSTIFY_FILL'
     

    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'
     

    SEE ALSO

    Gnome2::Canvas, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gnome2::Canvas::Item  

    COPYRIGHT

    Copyright (C) 2003-2004 by the Gtk2-Perl Team.

    This software is licensed under the LGPL; see Gnome2::Canvas for a full notice.


     

    Index

    NAME
    HIERARCHY
    PROPERTIES
    ENUMS AND FLAGS
    enum Gtk2::AnchorType
    enum Gtk2::Justification
    enum Gtk2::Pango::Stretch
    enum Gtk2::Pango::Style
    enum Gtk2::Pango::Underline
    enum Gtk2::Pango::Variant
    SEE ALSO
    COPYRIGHT


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру