InfGtk.BrowserModelSort¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.TreeModelSort (9), GObject.Object (37), Gtk.TreeDragSource (3), Gtk.TreeModel (28), Gtk.TreeSortable (6), InfGtk.BrowserModel (3)
- Structs:
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class InfGtk.BrowserModelSort(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(child_model)¶
- Parameters:
child_model (
InfGtk.BrowserModel
) – AInfGtk.BrowserModel
.- Returns:
A new
InfGtk.BrowserModelSort
.- Return type:
Creates a new
InfGtk.BrowserModelSort
, sorting child_model.