|
CoreGTK
3.22.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 CGTKImage.h.
| - (void) clear |
-(void*)clear;
Definition at line 161 of file CGTKImage.m.
| - (GdkPixbufAnimation *) getAnimation |
-(GdkPixbufAnimation**)getAnimation;
Definition at line 166 of file CGTKImage.m.
| - (void) getGiconWithGicon: | (GIcon**) | gicon | |
| andSize: | (GtkIconSize*) | size | |
-(void*)getGiconWithGicon:(GIcon**) gicon andSize:(GtkIconSize*) size;
| gicon | |
| size |
Definition at line 171 of file CGTKImage.m.
| - (void) getIconNameWithIconName: | (const gchar**) | iconName | |
| andSize: | (GtkIconSize*) | size | |
-(void*)getIconNameWithIconName:(const gchar**) iconName andSize:(GtkIconSize*) size;
| iconName | |
| size |
Definition at line 176 of file CGTKImage.m.
| - (void) getIconSetWithIconSet: | (GtkIconSet**) | iconSet | |
| andSize: | (GtkIconSize*) | size | |
-(void*)getIconSetWithIconSet:(GtkIconSet**) iconSet andSize:(GtkIconSize*) size;
| iconSet | |
| size |
Definition at line 181 of file CGTKImage.m.
| - (GdkPixbuf *) getPixbuf |
| - (gint) getPixelSize |
| - (void) getStockWithStockId: | (gchar**) | stockId | |
| andSize: | (GtkIconSize*) | size | |
-(void*)getStockWithStockId:(gchar**) stockId andSize:(GtkIconSize*) size;
| stockId | |
| size |
Definition at line 196 of file CGTKImage.m.
| - (GtkImageType) getStorageType |
| - (GtkImage *) IMAGE |
Methods
Definition at line 156 of file CGTKImage.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKImage.m.
| - (void) setFromAnimation: | (GdkPixbufAnimation*) | animation |
-(void*)setFromAnimation: animation;
| animation |
Definition at line 206 of file CGTKImage.m.
| - (void) setFromFile: | (NSString*) | filename |
| - (void) setFromGiconWithIcon: | (GIcon*) | icon | |
| andSize: | (GtkIconSize) | size | |
-(void*)setFromGiconWithIcon:(GIcon*) icon andSize:(GtkIconSize) size;
| icon | |
| size |
Definition at line 216 of file CGTKImage.m.
| - (void) setFromIconNameWithIconName: | (NSString*) | iconName | |
| andSize: | (GtkIconSize) | size | |
-(void*)setFromIconNameWithIconName:(NSString*) iconName andSize:(GtkIconSize) size;
| iconName | |
| size |
Definition at line 221 of file CGTKImage.m.
| - (void) setFromIconSetWithIconSet: | (GtkIconSet*) | iconSet | |
| andSize: | (GtkIconSize) | size | |
-(void*)setFromIconSetWithIconSet:(GtkIconSet*) iconSet andSize:(GtkIconSize) size;
| iconSet | |
| size |
Definition at line 226 of file CGTKImage.m.
| - (void) setFromPixbuf: | (GdkPixbuf*) | pixbuf |
| - (void) setFromResource: | (NSString*) | resourcePath |
-(void*)setFromResource: resourcePath;
| resourcePath |
Definition at line 236 of file CGTKImage.m.
| - (void) setFromStockWithStockId: | (NSString*) | stockId | |
| andSize: | (GtkIconSize) | size | |
-(void*)setFromStockWithStockId:(NSString*) stockId andSize:(GtkIconSize) size;
| stockId | |
| size |
Definition at line 241 of file CGTKImage.m.
| - (void) setFromSurface: | (cairo_surface_t*) | surface |
| - (void) setPixelSize: | (gint) | pixelSize |