Amtk.TreeViewScrolledWindowSizing¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.ScrolledWindow (33), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/c |
Style Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class Amtk.TreeViewScrolledWindowSizing(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
- Return type:
New in version 5.10.
- get_monitor_limit()¶
- Returns:
the current value of the
Amtk.TreeViewScrolledWindowSizing:monitor-limit-enabledproperty.- Return type:
New in version 5.10.
- get_tree_view()¶
- Returns:
the
Gtk.TreeView, if the child widget is aGtk.TreeView. OtherwiseNoneis returned.- Return type:
Gtk.TreeVieworNone
New in version 5.10.
- set_monitor_limit(monitor_limit)¶
- Parameters:
monitor_limit (
bool) – the new value.
Sets the
Amtk.TreeViewScrolledWindowSizing:monitor-limit-enabledproperty.New in version 5.10.