renamed "child_toggled" to "has_child_toggled".
Mon Mar 5 14:38:54 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodel.c: renamed "child_toggled" to "has_child_toggled". * gtk/gtktreeview.c: Handle removing columns better. Updated to handle new signal name. * gtk/gtktreestore.c: Updated to handle new signal name. * gtk/gtklisttore.c: Updated to handle new signal name. * gtk/gtktreemodelsort.c: Updated to handle new signal name.
This commit is contained in:
		 Jonathan Blandford
					Jonathan Blandford
				
			
				
					committed by
					
						 Jonathan Blandford
						Jonathan Blandford
					
				
			
			
				
	
			
			
			 Jonathan Blandford
						Jonathan Blandford
					
				
			
						parent
						
							e8a62bd877
						
					
				
				
					commit
					3b2ffda1f5
				
			| @ -54,17 +54,17 @@ struct _GtkListStoreClass | ||||
|  | ||||
|   /* signals */ | ||||
|   /* Will be moved into the GtkTreeModelIface eventually */ | ||||
|   void (* changed)       (GtkTreeModel *tree_model, | ||||
| 			  GtkTreePath  *path, | ||||
| 			  GtkTreeIter  *iter); | ||||
|   void (* inserted)      (GtkTreeModel *tree_model, | ||||
| 			  GtkTreePath  *path, | ||||
| 			  GtkTreeIter  *iter); | ||||
|   void (* child_toggled) (GtkTreeModel *tree_model, | ||||
| 			  GtkTreePath  *path, | ||||
| 			  GtkTreeIter  *iter); | ||||
|   void (* deleted)       (GtkTreeModel *tree_model, | ||||
| 			  GtkTreePath  *path); | ||||
|   void (* changed)           (GtkTreeModel *tree_model, | ||||
| 			      GtkTreePath  *path, | ||||
| 			      GtkTreeIter  *iter); | ||||
|   void (* inserted)          (GtkTreeModel *tree_model, | ||||
| 			      GtkTreePath  *path, | ||||
| 			      GtkTreeIter  *iter); | ||||
|   void (* has_child_toggled) (GtkTreeModel *tree_model, | ||||
| 			      GtkTreePath  *path, | ||||
| 			      GtkTreeIter  *iter); | ||||
|   void (* deleted)           (GtkTreeModel *tree_model, | ||||
| 			      GtkTreePath  *path); | ||||
| }; | ||||
|  | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user