summaryrefslogtreecommitdiff
path: root/lua/astal
diff options
context:
space:
mode:
Diffstat (limited to 'lua/astal')
-rw-r--r--lua/astal/widget.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/astal/widget.lua b/lua/astal/widget.lua
index f38cdb9..d2dadc6 100644
--- a/lua/astal/widget.lua
+++ b/lua/astal/widget.lua
@@ -259,6 +259,11 @@ Gtk.Widget._attribute.cursor = {
set = Astal.widget_set_cursor,
}
+Gtk.Widget._attribute.click_through = {
+ get = Astal.widget_get_click_through,
+ set = Astal.widget_set_click_through,
+}
+
Astal.Box._attribute.children = {
get = Astal.Box.get_children,
set = Astal.Box.set_children,