public class Label : Misc, Implementor, Buildable {
public uint jtype ;
public uint have_transform ;
public uint in_click ;
public uint pattern_set ;
public weak string text ;
public weak Pango.AttrList attrs ;
public weak Pango.AttrList effective_attrs ;
public weak Pango.Layout layout ;
public weak Window mnemonic_window ;
public weak LabelSelectionInfo select_info ;
public weak double angle { get; set; } ;
public weak Pango.AttrList attributes { get; set; } ;
public weak int cursor_position { get; } ;
public weak Pango.EllipsizeMode ellipsize { get; set; } ;
public weak Justification justify { get; set; } ;
public weak string label { get; set; } ;
public weak int max_width_chars { get; set; } ;
public weak uint mnemonic_keyval { get; } ;
public weak Widget mnemonic_widget { get; set; } ;
public weak string pattern { set; } ;
public weak bool selectable { get; set; } ;
public weak int selection_bound { get; } ;
public weak bool single_line_mode { get; set; } ;
public weak bool use_markup { get; set; } ;
public weak bool use_underline { get; set; } ;
public weak int width_chars { get; set; } ;
public weak bool wrap { get; set; } ;
public weak Pango.WrapMode wrap_mode { get; set; } ;
public Label ( string str ) ;
public Label.with_mnemonic ( string str ) ;
public signal void copy_clipboard ( ) ;
public signal void move_cursor ( MovementStep step,
int count,
bool extend_selection ) ;
public signal void populate_popup ( Menu menu ) ;
public double get_angle ( ) ;
public weak Pango.AttrList get_attributes ( ) ;
public Pango.EllipsizeMode get_ellipsize ( ) ;
public Justification get_justify ( ) ;
public weak string get_label ( ) ;
public weak Pango.Layout get_layout ( ) ;
public void get_layout_offsets ( int x,
int y ) ;
public bool get_line_wrap ( ) ;
public Pango.WrapMode get_line_wrap_mode ( ) ;
public int get_max_width_chars ( ) ;
public uint get_mnemonic_keyval ( ) ;
public weak Widget get_mnemonic_widget ( ) ;
public bool get_selectable ( ) ;
public bool get_selection_bounds ( int start,
int end ) ;
public bool get_single_line_mode ( ) ;
public weak string get_text ( ) ;
public bool get_use_markup ( ) ;
public bool get_use_underline ( ) ;
public int get_width_chars ( ) ;
public void select_region ( int start_offset,
int end_offset ) ;
public void set_angle ( double angle ) ;
public void set_attributes ( Pango.AttrList attrs ) ;
public void set_ellipsize ( Pango.EllipsizeMode mode ) ;
public void set_justify ( Justification jtype ) ;
public void set_label ( string str ) ;
public void set_line_wrap ( bool wrap ) ;
public void set_line_wrap_mode ( Pango.WrapMode wrap_mode ) ;
public void set_markup ( string str ) ;
public void set_markup_with_mnemonic ( string str ) ;
public void set_max_width_chars ( int n_chars ) ;
public void set_mnemonic_widget ( Widget widget ) ;
public void set_pattern ( string pattern ) ;
public void set_selectable ( bool setting ) ;
public void set_single_line_mode ( bool single_line_mode ) ;
public void set_text ( string str ) ;
public void set_text_with_mnemonic ( string str ) ;
public void set_use_markup ( bool setting ) ;
public void set_use_underline ( bool setting ) ;
public void set_width_chars ( int n_chars ) ;
}

public Label ( string str ) ;
public Label.with_mnemonic ( string str ) ;
public uint jtype ;
public uint have_transform ;
public uint in_click ;
public uint pattern_set ;
public weak string text ;
public weak Pango.AttrList attrs ;
public weak Pango.AttrList effective_attrs ;
public weak Pango.Layout layout ;
public weak Window mnemonic_window ;
public weak LabelSelectionInfo select_info ;
public signal void copy_clipboard ( ) ;
public signal void move_cursor ( MovementStep step,
int count,
bool extend_selection ) ;
public signal void populate_popup ( Menu menu ) ;
public weak double angle { get; set; } ;
public weak Pango.AttrList attributes { get; set; } ;
public weak int cursor_position { get; } ;
public weak Pango.EllipsizeMode ellipsize { get; set; } ;
public weak Justification justify { get; set; } ;
public weak string label { get; set; } ;
public weak int max_width_chars { get; set; } ;
public weak uint mnemonic_keyval { get; } ;
public weak Widget mnemonic_widget { get; set; } ;
public weak string pattern { set; } ;
public weak bool selectable { get; set; } ;
public weak int selection_bound { get; } ;
public weak bool single_line_mode { get; set; } ;
public weak bool use_markup { get; set; } ;
public weak bool use_underline { get; set; } ;
public weak int width_chars { get; set; } ;
public weak bool wrap { get; set; } ;
public weak Pango.WrapMode wrap_mode { get; set; } ;
public double get_angle ( ) ;
public weak Pango.AttrList get_attributes ( ) ;
public Pango.EllipsizeMode get_ellipsize ( ) ;
public Justification get_justify ( ) ;
public weak string get_label ( ) ;
public weak Pango.Layout get_layout ( ) ;
public void get_layout_offsets ( int x,
int y ) ;
public bool get_line_wrap ( ) ;
public Pango.WrapMode get_line_wrap_mode ( ) ;
public int get_max_width_chars ( ) ;
public uint get_mnemonic_keyval ( ) ;
public weak Widget get_mnemonic_widget ( ) ;
public bool get_selectable ( ) ;
public bool get_selection_bounds ( int start,
int end ) ;
public bool get_single_line_mode ( ) ;
public weak string get_text ( ) ;
public bool get_use_markup ( ) ;
public bool get_use_underline ( ) ;
public int get_width_chars ( ) ;
public void select_region ( int start_offset,
int end_offset ) ;
public void set_angle ( double angle ) ;
public void set_attributes ( Pango.AttrList attrs ) ;
public void set_ellipsize ( Pango.EllipsizeMode mode ) ;
public void set_justify ( Justification jtype ) ;
public void set_label ( string str ) ;
public void set_line_wrap ( bool wrap ) ;
public void set_line_wrap_mode ( Pango.WrapMode wrap_mode ) ;
public void set_markup ( string str ) ;
public void set_markup_with_mnemonic ( string str ) ;
public void set_max_width_chars ( int n_chars ) ;
public void set_mnemonic_widget ( Widget widget ) ;
public void set_pattern ( string pattern ) ;
public void set_selectable ( bool setting ) ;
public void set_single_line_mode ( bool single_line_mode ) ;
public void set_text ( string str ) ;
public void set_text_with_mnemonic ( string str ) ;
public void set_use_markup ( bool setting ) ;
public void set_use_underline ( bool setting ) ;
public void set_width_chars ( int n_chars ) ;
Created by Valadoc