summaryrefslogtreecommitdiff
path: root/lib/astal/gtk3/src/widget/scrollable.vala
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-23 20:37:32 +0000
committerAylur <[email protected]>2024-10-23 20:37:32 +0000
commit306e64998c1bf1fb997c1098ae92d6edfef31cd2 (patch)
tree1f852514d269f9ad1d3523771e9119760ace6948 /lib/astal/gtk3/src/widget/scrollable.vala
parent72670224a49cf22779b56eabce0d9ce71bfb5486 (diff)
docs: astal3 and io comments
Diffstat (limited to 'lib/astal/gtk3/src/widget/scrollable.vala')
-rw-r--r--lib/astal/gtk3/src/widget/scrollable.vala8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/astal/gtk3/src/widget/scrollable.vala b/lib/astal/gtk3/src/widget/scrollable.vala
index 57afb6e..57a440c 100644
--- a/lib/astal/gtk3/src/widget/scrollable.vala
+++ b/lib/astal/gtk3/src/widget/scrollable.vala
@@ -1,3 +1,11 @@
+/**
+ * Subclass of [[email protected]] which has its policy default to
+ *
+ * Its css selector is `scrollable`.
+ * Its child getter returns the child of the inner
+ * [[email protected]], instead of the viewport.
+ */
public class Astal.Scrollable : Gtk.ScrolledWindow {
private Gtk.PolicyType _hscroll = Gtk.PolicyType.AUTOMATIC;
private Gtk.PolicyType _vscroll = Gtk.PolicyType.AUTOMATIC;