gtk+-2.0 Reference Manual

Synopsis

public class Arrow : Misc, Implementor, Buildable  {
    public    weak ArrowType            arrow_type                { get; set; } ;
    public    weak ShadowType           shadow_type               { get; set; } ;


    public                              Arrow                     ( ArrowType           arrow_type,
                                                                    ShadowType          shadow_type ) ;


    public    void                      set                       ( ArrowType           arrow_type,
                                                                    ShadowType          shadow_type ) ;
}

Arrow Description

Details

Constructor Details

Arrow ()
    public                              Arrow                     ( ArrowType           arrow_type,
                                                                    ShadowType          shadow_type ) ;		

Field Details

Signal Details

Property Details

arrow_type
    public    weak ArrowType            arrow_type                { get; set; } ;		

shadow_type
    public    weak ShadowType           shadow_type               { get; set; } ;		

Method Details

set ()
    public    void                      set                       ( ArrowType           arrow_type,
                                                                    ShadowType          shadow_type ) ;		


Created by Valadoc