| Top |
| gboolean | (*ThunarTreeModelVisibleFunc) () |
| void | thunar_tree_model_cleanup () |
| gboolean | thunar_tree_model_node_has_dummy () |
| void | thunar_tree_model_add_child () |
| void | thunar_tree_model_load_node () |
gboolean (*ThunarTreeModelVisibleFunc) (ThunarTreeModel *model,ThunarFile *file,gpointer data);
void
thunar_tree_model_cleanup (ThunarTreeModel *model);
Walks all the folders in the ThunarTreeModel and release them when they are unused by the treeview.
gboolean thunar_tree_model_node_has_dummy (ThunarTreeModel *model,GNode *node);
Checks if node is a dummy node ( if it only has a dummy item )
void thunar_tree_model_add_child (ThunarTreeModel *model,GNode *node,ThunarFile *file);
Creates a new ThunarTreeModelItem as a child of node
and stores a reference to the passed file
Automatically creates/removes dummy items if required
void thunar_tree_model_load_node (ThunarTreeModel *model,GNode *node);
Columns exported by the ThunarTreeModel using the GtkTreeModel interface.
|
the index of the file column. |
||
|
the index of the name column. |
||
|
the index of the PangoAttrList column. |
||
|
the index of the ThunarDevice column. |
||