|
CoreGTK
2.24.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|
| - (GtkArrow *) ARROW |
Returns internal GtkArrow
| - (id) initWithArrowType: | (GtkArrowType) | arrowType | |
| andShadowType: | (GtkShadowType) | shadowType | |
Forwards message to: GtkWidget* gtk_arrow_new (GtkArrowType arrow_type, GtkShadowType shadow_type)
| - (void) setWithArrowType: | (GtkArrowType) | arrowType | |
| andShadowType: | (GtkShadowType) | shadowType | |
Forwards message to: void gtk_arrow_set (GtkArrow* arrow, GtkArrowType arrow_type, GtkShadowType shadow_type)
1.8.6