Removed all variables from GtkTreeViewColumn and created GtkTreeViewColumnPrivate
Some details:
  - button_request was not needed, consult the minimum request of the button
  - gtk_tree_view_column_get_button() needed to be public as people can set
    tooltips on the button (and libgail accesses the button).
			
			
This commit is contained in:
		| @ -4651,7 +4651,7 @@ get_header_from_column (GtkTreeViewColumn *tv_col) | ||||
|       /* If the user has not set a header object, grab the column */ | ||||
|       /* header object defined by the GtkTreeView */ | ||||
|  | ||||
|       header_widget = tv_col->button; | ||||
|       header_widget = gtk_tree_view_column_get_button (tv_col); | ||||
|  | ||||
|       if (header_widget) | ||||
|         { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Tristan Van Berkom
					Tristan Van Berkom