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


Additional Inherited Members | |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKBuilder.h.
| - (void) addCallbackSymbolWithCallbackName: | (NSString*) | callbackName | |
| andCallbackSymbol: | (GCallback) | callbackSymbol | |
-(void*)addCallbackSymbolWithCallbackName:(NSString*) callbackName andCallbackSymbol:(GCallback) callbackSymbol;
| callbackName | |
| callbackSymbol |
Definition at line 89 of file CGTKBuilder.m.
| - (guint) addFromFileWithFilename: | (NSString*) | filename | |
| andErr: | (GError**) | err | |
-(guint*)addFromFileWithFilename:(NSString*) filename andErr:(GError**) err;
| filename | |
| err |
Definition at line 94 of file CGTKBuilder.m.
| - (guint) addFromResourceWithResourcePath: | (NSString*) | resourcePath | |
| andErr: | (GError**) | err | |
-(guint*)addFromResourceWithResourcePath:(NSString*) resourcePath andErr:(GError**) err;
| resourcePath | |
| err |
Definition at line 99 of file CGTKBuilder.m.
| - (guint) addFromStringWithBuffer: | (NSString*) | buffer | |
| andLength: | (gsize) | length | |
| andErr: | (GError**) | err | |
-(guint*)addFromStringWithBuffer:(NSString*) buffer andLength:(gsize) length andErr:(GError**) err;
| buffer | |
| length | |
| err |
Definition at line 104 of file CGTKBuilder.m.
| - (guint) addObjectsFromFileWithFilename: | (NSString*) | filename | |
| andObjectIds: | (gchar**) | objectIds | |
| andErr: | (GError**) | err | |
-(guint*)addObjectsFromFileWithFilename:(NSString*) filename andObjectIds:(gchar**) objectIds andErr:(GError**) err;
| filename | |
| objectIds | |
| err |
Definition at line 109 of file CGTKBuilder.m.
| - (guint) addObjectsFromResourceWithResourcePath: | (NSString*) | resourcePath | |
| andObjectIds: | (gchar**) | objectIds | |
| andErr: | (GError**) | err | |
-(guint*)addObjectsFromResourceWithResourcePath:(NSString*) resourcePath andObjectIds:(gchar**) objectIds andErr:(GError**) err;
| resourcePath | |
| objectIds | |
| err |
Definition at line 114 of file CGTKBuilder.m.
| - (guint) addObjectsFromStringWithBuffer: | (NSString*) | buffer | |
| andLength: | (gsize) | length | |
| andObjectIds: | (gchar**) | objectIds | |
| andErr: | (GError**) | err | |
-(guint*)addObjectsFromStringWithBuffer:(NSString*) buffer andLength:(gsize) length andObjectIds:(gchar**) objectIds andErr:(GError**) err;
| buffer | |
| length | |
| objectIds | |
| err |
Definition at line 119 of file CGTKBuilder.m.
| - (GtkBuilder *) BUILDER |
Methods
Definition at line 84 of file CGTKBuilder.m.
| - (void) connectSignals: | (gpointer) | userData |
| - (void) connectSignalsFullWithFunc: | (GtkBuilderConnectFunc) | func | |
| andUserData: | (gpointer) | userData | |
-(void*)connectSignalsFullWithFunc:(GtkBuilderConnectFunc) func andUserData:(gpointer) userData;
| func | |
| userData |
Definition at line 129 of file CGTKBuilder.m.
| - (void) exposeObjectWithName: | (NSString*) | name | |
| andObject: | (GObject*) | object | |
-(void*)exposeObjectWithName:(NSString*) name andObject:(GObject*) object;
| name | |
| object |
Definition at line 134 of file CGTKBuilder.m.
| - (GtkApplication *) getApplication |
-(GtkApplication**)getApplication;
Definition at line 139 of file CGTKBuilder.m.
| - (GObject *) getObject: | (NSString*) | name |
-(GObject**)getObject: name;
| name |
Definition at line 144 of file CGTKBuilder.m.
| - (GSList *) getObjects |
| - (NSString *) getTranslationDomain |
| - (GType) getTypeFromName: | (const char*) | typeName |
-(GType*)getTypeFromName: typeName;
| typeName |
Definition at line 159 of file CGTKBuilder.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKBuilder.m.
| - (GCallback) lookupCallbackSymbol: | (NSString*) | callbackName |
-(GCallback*)lookupCallbackSymbol: callbackName;
| callbackName |
Definition at line 164 of file CGTKBuilder.m.
| - (void) setApplication: | (GtkApplication*) | application |
-(void*)setApplication: application;
| application |
Definition at line 169 of file CGTKBuilder.m.
| - (void) setTranslationDomain: | (NSString*) | domain |
-(void*)setTranslationDomain: domain;
| domain |
Definition at line 174 of file CGTKBuilder.m.
| - (BOOL) valueFromStringTypeWithType: | (GType) | type | |
| andString: | (NSString*) | string | |
| andValue: | (GValue*) | value | |
| andErr: | (GError**) | err | |
-(BOOL*)valueFromStringTypeWithType:(GType) type andString:(NSString*) string andValue:(GValue*) value andErr:(GError**) err;
| type | |
| string | |
| value | |
| err |
Definition at line 184 of file CGTKBuilder.m.
| - (BOOL) valueFromStringWithPspec: | (GParamSpec*) | pspec | |
| andString: | (NSString*) | string | |
| andValue: | (GValue*) | value | |
| andErr: | (GError**) | err | |
-(BOOL*)valueFromStringWithPspec:(GParamSpec*) pspec andString:(NSString*) string andValue:(GValue*) value andErr:(GError**) err;
| pspec | |
| string | |
| value | |
| err |
Definition at line 179 of file CGTKBuilder.m.