gtk+-2.0 Reference Manual

Synopsis

public class Expander : Bin, Implementor, Buildable  {
    public    weak bool                 expanded                  { get; construct set; } ;
    public    weak string               label                     { get; construct set; } ;
    public    weak Widget               label_widget              { get; set; } ;
    public    weak int                  spacing                   { get; set; } ;
    public    weak bool                 use_markup                { get; construct set; } ;
    public    weak bool                 use_underline             { get; construct set; } ;


    public                              Expander                  ( string              label ) ;
    public                              Expander.with_mnemonic    ( string              label ) ;


    public    signal void               activate                  (  )  ;


    public    bool                      get_expanded              (  ) ;
    public    weak string               get_label                 (  ) ;
    public    weak Widget               get_label_widget          (  ) ;
    public    int                       get_spacing               (  ) ;
    public    bool                      get_use_markup            (  ) ;
    public    bool                      get_use_underline         (  ) ;
    public    void                      set_expanded              ( bool                expanded ) ;
    public    void                      set_label                 ( string              label ) ;
    public    void                      set_label_widget          ( Widget              label_widget ) ;
    public    void                      set_spacing               ( int                 spacing ) ;
    public    void                      set_use_markup            ( bool                use_markup ) ;
    public    void                      set_use_underline         ( bool                use_underline ) ;
}

Expander Description

Details

Constructor Details

Expander ()
    public                              Expander                  ( string              label ) ;		

Expander.with_mnemonic ()
    public                              Expander.with_mnemonic    ( string              label ) ;		

Field Details

Signal Details

activate
    public    signal void               activate                  (  )  ;		

Property Details

expanded
    public    weak bool                 expanded                  { get; construct set; } ;		

label
    public    weak string               label                     { get; construct set; } ;		

label_widget
    public    weak Widget               label_widget              { get; set; } ;		

spacing
    public    weak int                  spacing                   { get; set; } ;		

use_markup
    public    weak bool                 use_markup                { get; construct set; } ;		

use_underline
    public    weak bool                 use_underline             { get; construct set; } ;		

Method Details

get_expanded ()
    public    bool                      get_expanded              (  ) ;		

get_label ()
    public    weak string               get_label                 (  ) ;		

get_label_widget ()
    public    weak Widget               get_label_widget          (  ) ;		

get_spacing ()
    public    int                       get_spacing               (  ) ;		

get_use_markup ()
    public    bool                      get_use_markup            (  ) ;		

get_use_underline ()
    public    bool                      get_use_underline         (  ) ;		

set_expanded ()
    public    void                      set_expanded              ( bool                expanded ) ;		

set_label ()
    public    void                      set_label                 ( string              label ) ;		

set_label_widget ()
    public    void                      set_label_widget          ( Widget              label_widget ) ;		

set_spacing ()
    public    void                      set_spacing               ( int                 spacing ) ;		

set_use_markup ()
    public    void                      set_use_markup            ( bool                use_markup ) ;		

set_use_underline ()
    public    void                      set_use_underline         ( bool                use_underline ) ;		


Created by Valadoc