| libinfgtk-0.6 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
InfGtkBrowserModelSort;
struct InfGtkBrowserModelSortClass;
InfGtkBrowserModelSort * inf_gtk_browser_model_sort_new (InfGtkBrowserModel *child_model);
InfGtkBrowserModelSort implements GtkTreeModel, GtkTreeSortable, GtkTreeDragSource and InfGtkBrowserModel.
struct InfGtkBrowserModelSortClass {
GtkTreeModelSortClass parent_class;
};
InfGtkBrowserModelSort * inf_gtk_browser_model_sort_new (InfGtkBrowserModel *child_model);
Creates a new InfGtkBrowserModelSort, sorting child_model.
|
A InfGtkBrowserModel. |
Returns : |
A new InfGtkBrowserModelSort. |