further justify gtk_tree_model_get_flags by adding a second flag for atk.
Tue Jun 12 12:41:27 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify gtk_tree_model_get_flags by adding a second flag for atk. * gtk/gtktreemodel.c: make cursor behavior interact better with mouse presses.
This commit is contained in:
		 Jonathan Blandford
					Jonathan Blandford
				
			
				
					committed by
					
						 Jonathan Blandford
						Jonathan Blandford
					
				
			
			
				
	
			
			
			 Jonathan Blandford
						Jonathan Blandford
					
				
			
						parent
						
							5f437331f1
						
					
				
				
					commit
					5c60d1cf77
				
			| @ -40,7 +40,8 @@ typedef struct _GtkTreeModelIface   GtkTreeModelIface; | ||||
|  | ||||
| typedef enum | ||||
| { | ||||
|   GTK_TREE_MODEL_ITERS_PERSIST = 1 << 0 | ||||
|   GTK_TREE_MODEL_ITERS_PERSIST = 1 << 0, | ||||
|   GTK_TREE_MODEL_LIST_ONLY = 1 << 1, | ||||
| } GtkTreeModelFlags; | ||||
|  | ||||
| struct _GtkTreeIter | ||||
|  | ||||
		Reference in New Issue
	
	Block a user