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