Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.Arrow

Class Arrow

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Misc.Misc
                                dui.Arrow.Arrow

Implemented interfaces:


public class

Arrow



A widget that displays an arrow.
This is like a label, not a button.

Constructor Summary
protected public (GtkWidget* gtkWidget)
          
public (ArrowType arrow_type, ShadowType shadow_type)
          Creates a new arrow with a direction and a shadow type

Methods Summary
void set(ArrowType arrow_type, ShadowType shadow_type)
          Sets the arrow direction and a shadow types




protected public ctor(Arrow)(GtkWidget* gtkWidget)



public ctor(Arrow)(ArrowType arrow_type, ShadowType shadow_type)
Creates a new arrow with a direction and a shadow type

Parameters:
arrow_type - the direction
shadow_type - the shadow type

set

void set(ArrowType arrow_type, ShadowType shadow_type)
Sets the arrow direction and a shadow types

Parameters:
arrow_type - the direction
shadow_type - the shadow type