|
CoreGTK
3.18.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKScrolledWindow.h.
| - (void) addWithViewport: | (CGTKWidget*) | child |
-(void*)addWithViewport: child;
| child |
Definition at line 53 of file CGTKScrolledWindow.m.
| - (BOOL) getCaptureButtonPress |
| - (GtkAdjustment *) getHadjustment |
-(GtkAdjustment**)getHadjustment;
Definition at line 63 of file CGTKScrolledWindow.m.
| - (CGTKWidget *) getHscrollbar |
-(CGTKWidget**)getHscrollbar;
Definition at line 68 of file CGTKScrolledWindow.m.
| - (BOOL) getKineticScrolling |
| - (gint) getMinContentHeight |
| - (gint) getMinContentWidth |
| - (BOOL) getOverlayScrolling |
| - (GtkCornerType) getPlacement |
-(GtkCornerType*)getPlacement;
Definition at line 93 of file CGTKScrolledWindow.m.
| - (void) getPolicyWithHscrollbarPolicy: | (GtkPolicyType*) | hscrollbarPolicy | |
| andVscrollbarPolicy: | (GtkPolicyType*) | vscrollbarPolicy | |
-(void*)getPolicyWithHscrollbarPolicy:(GtkPolicyType*) hscrollbarPolicy andVscrollbarPolicy:(GtkPolicyType*) vscrollbarPolicy;
| hscrollbarPolicy | |
| vscrollbarPolicy |
Definition at line 98 of file CGTKScrolledWindow.m.
| - (GtkShadowType) getShadowType |
-(GtkShadowType*)getShadowType;
Definition at line 103 of file CGTKScrolledWindow.m.
| - (GtkAdjustment *) getVadjustment |
-(GtkAdjustment**)getVadjustment;
Definition at line 108 of file CGTKScrolledWindow.m.
| - (CGTKWidget *) getVscrollbar |
-(CGTKWidget**)getVscrollbar;
Definition at line 113 of file CGTKScrolledWindow.m.
| - (id) initWithHadjustment: | (GtkAdjustment*) | hadjustment | |
| andVadjustment: | (GtkAdjustment*) | vadjustment | |
Constructors
Definition at line 36 of file CGTKScrolledWindow.m.
| - (GtkScrolledWindow *) SCROLLEDWINDOW |
Methods
Definition at line 48 of file CGTKScrolledWindow.m.
| - (void) setCaptureButtonPress: | (BOOL) | captureButtonPress |
-(void*)setCaptureButtonPress: captureButtonPress;
| captureButtonPress |
Definition at line 118 of file CGTKScrolledWindow.m.
| - (void) setHadjustment: | (GtkAdjustment*) | hadjustment |
-(void*)setHadjustment: hadjustment;
| hadjustment |
Definition at line 123 of file CGTKScrolledWindow.m.
| - (void) setKineticScrolling: | (BOOL) | kineticScrolling |
-(void*)setKineticScrolling: kineticScrolling;
| kineticScrolling |
Definition at line 128 of file CGTKScrolledWindow.m.
| - (void) setMinContentHeight: | (gint) | height |
-(void*)setMinContentHeight: height;
| height |
Definition at line 133 of file CGTKScrolledWindow.m.
| - (void) setMinContentWidth: | (gint) | width |
-(void*)setMinContentWidth: width;
| width |
Definition at line 138 of file CGTKScrolledWindow.m.
| - (void) setOverlayScrolling: | (BOOL) | overlayScrolling |
-(void*)setOverlayScrolling: overlayScrolling;
| overlayScrolling |
Definition at line 143 of file CGTKScrolledWindow.m.
| - (void) setPlacement: | (GtkCornerType) | windowPlacement |
-(void*)setPlacement: windowPlacement;
| windowPlacement |
Definition at line 148 of file CGTKScrolledWindow.m.
| - (void) setPolicyWithHscrollbarPolicy: | (GtkPolicyType) | hscrollbarPolicy | |
| andVscrollbarPolicy: | (GtkPolicyType) | vscrollbarPolicy | |
-(void*)setPolicyWithHscrollbarPolicy:(GtkPolicyType) hscrollbarPolicy andVscrollbarPolicy:(GtkPolicyType) vscrollbarPolicy;
| hscrollbarPolicy | |
| vscrollbarPolicy |
Definition at line 153 of file CGTKScrolledWindow.m.
| - (void) setShadowType: | (GtkShadowType) | type |
| - (void) setVadjustment: | (GtkAdjustment*) | vadjustment |
-(void*)setVadjustment: vadjustment;
| vadjustment |
Definition at line 163 of file CGTKScrolledWindow.m.
| - (void) unsetPlacement |
-(void*)unsetPlacement;
Definition at line 168 of file CGTKScrolledWindow.m.