[Top]
GTK
GTK.Arrow
|
Method GTK.Arrow()->create()
- Method
create
GTK.Arrow GTK.Arrow(int arrow_type, int shadow_type)
- Description
First argument is one of ARROW_DOWN , ARROW_LEFT , ARROW_RIGHT and ARROW_UP , second one of SHADOW_ETCHED_IN , SHADOW_ETCHED_OUT , SHADOW_IN , SHADOW_NONE and SHADOW_OUT .
|