gtk+-2.0 Reference Manual

Synopsis

public class SeparatorToolItem : ToolItem, Implementor, Buildable  {
    public    weak bool                 draw                      { get; set; } ;


    public                              SeparatorToolItem         (  ) ;


    public    bool                      get_draw                  (  ) ;
    public    void                      set_draw                  ( bool                draw ) ;
}

SeparatorToolItem Description

Details

Constructor Details

SeparatorToolItem ()
    public                              SeparatorToolItem         (  ) ;		

Field Details

Signal Details

Property Details

draw
    public    weak bool                 draw                      { get; set; } ;		

Method Details

get_draw ()
    public    bool                      get_draw                  (  ) ;		

set_draw ()
    public    void                      set_draw                  ( bool                draw ) ;		


Created by Valadoc