new "model" construct property for language bindings.
Tue Nov 13 21:00:59 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new "model" construct property for language bindings. * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New function to let you set the column types of a GtkTreeStore for language bindings. * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
This commit is contained in:
		 Jonathan Blandford
					Jonathan Blandford
				
			
				
					committed by
					
						 Jonathan Blandford
						Jonathan Blandford
					
				
			
			
				
	
			
			
			 Jonathan Blandford
						Jonathan Blandford
					
				
			
						parent
						
							e9c62bf674
						
					
				
				
					commit
					43d4639743
				
			| @ -121,6 +121,7 @@ main (int argc, char *argv[]) | ||||
|    | ||||
|   initialize_model (); | ||||
|   tree_view = gtk_tree_view_new_with_model (model); | ||||
|   gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (tree_view), TRUE); | ||||
|   gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (tree_view), FALSE); | ||||
|   gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (tree_view), | ||||
| 					       -1, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user