gtk+-2.0 Reference Manual

Synopsis

public class TextMark : Object  {
    public    void**                    segment ;


    public    weak bool                 left_gravity              { get; construct } ;
    public    weak string               name                      { get; construct } ;


    public                              TextMark                  ( string              name,
                                                                    bool                left_gravity ) ;


    public    weak TextBuffer           get_buffer                (  ) ;
    public    bool                      get_deleted               (  ) ;
    public    bool                      get_left_gravity          (  ) ;
    public    weak string               get_name                  (  ) ;
    public    bool                      get_visible               (  ) ;
    public    void                      set_visible               ( bool                setting ) ;
}

TextMark Description

Details

Constructor Details

TextMark ()
    public                              TextMark                  ( string              name,
                                                                    bool                left_gravity ) ;		

Field Details

segment
    public    void**                    segment ;		

Signal Details

Property Details

left_gravity
    public    weak bool                 left_gravity              { get; construct } ;		

name
    public    weak string               name                      { get; construct } ;		

Method Details

get_buffer ()
    public    weak TextBuffer           get_buffer                (  ) ;		

get_deleted ()
    public    bool                      get_deleted               (  ) ;		

get_left_gravity ()
    public    bool                      get_left_gravity          (  ) ;		

get_name ()
    public    weak string               get_name                  (  ) ;		

get_visible ()
    public    bool                      get_visible               (  ) ;		

set_visible ()
    public    void                      set_visible               ( bool                setting ) ;		


Created by Valadoc