Methods of Class
GTKItemFactory
+ (void) addArgType:(const NSString *) arg_name argType:(GtkType) arg_type argFlags:(guint) arg_flags argId:(guint) arg_id (GTKObject)
+ (void) addUserSignal:(NSString *) signal flags:(GtkSignalRunType) flags (GTK)
+ (NSString *) argGetInfo:(GtkType) object_type argName:(const NSString *) arg_name infoP:(GtkArgInfo **) info_p (GTKObject)
+ (NSString *) argsCollect:(GtkType) object_type argListP:(GSList **) arg_list_p infoListP:(GSList **) info_list_p firstArgName:(const NSString *) first_arg_name varArgs:(va_list) var_args (GTKObject)
+ (void) classAddSignals:(GtkObjectClass *) klass signals:(guint *) signals nsignals:(guint) nsignals (GTKObject)
+ (guint) classUserSignalNewv:(GtkObjectClass *) klass name:(const NSString *) name signalFlags:(GtkSignalRunType) signal_flags marshaller:(GtkSignalMarshaller) marshaller returnVal:(GtkType) return_val nparams:(guint) nparams params:(GtkType *) params (GTKObject)
+ (void) dumpItems:(GtkPatternSpec *) path_pspec modifiedOnly:(gboolean) modified_only printFunc:(GtkPrintFunc) print_func funcData:(gpointer) func_data (GTKItemFactory)
+ (void) dumpRc:(const NSString *) file_name pathPspec:(GtkPatternSpec *) path_pspec modifiedOnly:(gboolean) modified_only (GTKItemFactory)
+ (GTKItemFactory*) fromWidget:(GTKWidget *) widget (GTKItemFactory)
+ (GtkType) getType (GTKItemFactory)
+ itemFactoryWithContainerType:(GtkType) container_type path:(const NSString *) path accelGroup:(GTKAccelGroup *) accel_group (GTKItemFactory)
+ objectvWithObjectType:(GtkType) object_type nArgs:(guint) n_args args:(GtkArg *) args (GTKObject)
+ (void) parseRc:(const NSString *) file_name (GTKItemFactory)
+ (void) parseRcScanner:(GScanner *) scanner (GTKItemFactory)
+ (void) parseRcString:(const NSString *) rc_string (GTKItemFactory)
+ (NSString *) pathFromWidget:(GTKWidget *) widget (GTKItemFactory)
+ (gpointer) popupDataFromWidget:(GTKWidget *) widget (GTKItemFactory)
+ (void) printFunc:(gpointer) FILE_pointer string:(NSString *) string (GTKItemFactory)
+ (GtkArg*) queryArgs:(GtkType) class_type argFlags:(guint32 **) arg_flags nArgs:(guint *) n_args (GTKObject)
+ (void) taskNowMultiThreaded:(NSNotification *) event (GTK)
- (GTKAccelGroup *) accelGroup (GTKItemFactory)
- (void) argGet:(GtkArg *) arg info:(GtkArgInfo *) info (GTKObject)
- (void) argSet:(GtkArg *) arg info:(GtkArgInfo *) info (GTKObject)
- (void) blockAction:(GTKAction *) action (GTK)
- (void) connectSignal:(NSString *) signal withAction:(GTKAction *) action (GTK)
- (void) connectSignal:(NSString *) signal withActionAfter:(GTKAction *) action (GTK)
- (void) connectSignal:(NSString *) signal withTarget:target sel:(SEL) sel (GTK)
- (void) connectSignal:(NSString *) signal withTarget:target sel:(SEL) sel data:(const void *) data (GTK)
- (void) construct:(GtkType) container_type path:(const NSString *) path accelGroup:(GTKAccelGroup *) accel_group (GTKItemFactory)
- (void) constructed (GTKObject)
- (void) createItem:(GtkItemFactoryEntry *) entry callbackData:(gpointer) callback_data callbackType:(guint) callback_type (GTKItemFactory)
- (void) createItems:(GTKItemFactoryEntry *) entries count:(guint) count forTarget:target (GTKItemFactory)
- (void) createItems:(guint) n_entries entries:(GtkItemFactoryEntry *) entries callbackData:(gpointer) callback_data (GTKItemFactory)
- (void) defaultConstruct (GTKObject)
- (void) deleteEntries:(GTKItemFactoryEntry *) entries count:(guint) count (GTKItemFactory)
- (void) deleteEntries:(guint) n_entries entries:(GtkItemFactoryEntry *) entries (GTKItemFactory)
- (void) deleteEntry:(GtkItemFactoryEntry *) entry (GTKItemFactory)
- (void) deleteItem:(const NSString *) path (GTKItemFactory)
- (NSString *) description (GTK)
- (void) destroy (GTKObject)
- (void) disconnectAction:(GTKAction *) action (GTK)
- (void) emit:sender signal:(NSString *) signal (GTK)
- (gpointer) getData:(const NSString *) key (GTKObject)
- (gpointer) getDataById:(GQuark) data_id (GTKObject)
- (gpointer) getUserData (GTKObject)
- (GTKWidget*) getWidget:(const NSString *) path (GTKItemFactory)
- (GTKWidget*) getWidgetByAction:(guint) action (GTKItemFactory)
- (void) getv:(guint) n_args args:(GtkArg *) args (GTKObject)
- (gpointer) gtk (GTK)
- (unsigned) hash (GTK)
- initWithContainerType:(GtkType) container_type path:(const NSString *) path accelGroup:(GTKAccelGroup *) accel_group (GTKItemFactory)
- initWithGtk:(gpointer) _gtk (GTK)
- initvWithObjectType:(GtkType) object_type nArgs:(guint) n_args args:(GtkArg *) args (GTKObject)
- (BOOL) isEqual:anObject (GTK)
- (void) popup:(guint) x y:(guint) y mouseButton:(guint) mouse_button time:(guint32) time (GTKItemFactory)
- (gpointer) popupData (GTKItemFactory)
- (void) popupWithData:(gpointer) popup_data destroy:(GtkDestroyNotify) destroy x:(guint) x y:(guint) y mouseButton:(guint) mouse_button time:(guint32) time (GTKItemFactory)
- (void) ref (GTKObject)
- (void) removeData:(const NSString *) key (GTKObject)
- (void) removeDataById:(GQuark) data_id (GTKObject)
- (void) removeNoNotify:(const NSString *) key (GTKObject)
- (void) removeNoNotifyById:(GQuark) key_id (GTKObject)
- (void) setData:(const NSString *) key data:(gpointer) data (GTKObject)
- (void) setDataById:(GQuark) data_id data:(gpointer) data (GTKObject)
- (void) setDataByIdFull:(GQuark) data_id data:(gpointer) data destroy:(GtkDestroyNotify) destroy (GTKObject)
- (void) setDataFull:(const NSString *) key data:(gpointer) data destroy:(GtkDestroyNotify) destroy (GTKObject)
- (void) setTag:(gint32) _tag (GTK)
- (void) setTranslateFunc:(GtkTranslateFunc) func data:(gpointer) data notify:(GtkDestroyNotify) notify (GTKItemFactory)
- (void) setUserData:(gpointer) data (GTKObject)
- (void) setv:(guint) n_args args:(GtkArg *) args (GTKObject)
- (void) sink (GTKObject)
- (void) stop:sender signal:(NSString *) signal (GTK)
- (gint32) tag (GTK)
- (void) unblockAction:(GTKAction *) action (GTK)
- (void) unref (GTKObject)
- (void) weakref:(GtkDestroyNotify) notify data:(gpointer) data (GTKObject)
- (void) weakunref:(GtkDestroyNotify) notify data:(gpointer) data (GTKObject)