New function for language bindings.
Sat Jun 30 17:13:51 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkliststore.c (gtk_list_store_newv): New function for language bindings. * gtk/gtkteststore.c (gtk_test_store_newv): New function for language bindings.
This commit is contained in:
		 Jonathan Blandford
					Jonathan Blandford
				
			
				
					committed by
					
						 Jonathan Blandford
						Jonathan Blandford
					
				
			
			
				
	
			
			
			 Jonathan Blandford
						Jonathan Blandford
					
				
			
						parent
						
							fbfc305174
						
					
				
				
					commit
					95cd4d8e66
				
			| @ -61,6 +61,8 @@ struct _GtkTreeStoreClass | ||||
| GtkType       gtk_tree_store_get_type        (void); | ||||
| GtkTreeStore *gtk_tree_store_new             (gint          n_columns, | ||||
| 					      ...); | ||||
| GtkTreeStore *gtk_tree_store_newv            (gint          n_columns, | ||||
| 					      GType        *types); | ||||
| void          gtk_tree_store_set_value       (GtkTreeStore *tree_store, | ||||
| 					      GtkTreeIter  *iter, | ||||
| 					      gint          column, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user