summaryrefslogtreecommitdiff
path: root/src/widget/box.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/box.vala')
-rw-r--r--src/widget/box.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget/box.vala b/src/widget/box.vala
index 482948d..9993a38 100644
--- a/src/widget/box.vala
+++ b/src/widget/box.vala
@@ -1,5 +1,6 @@
namespace Astal {
public class Box : Gtk.Box {
+ [CCode (notify = false)]
public bool vertical {
get { return orientation == Gtk.Orientation.VERTICAL; }
set { orientation = value ? Gtk.Orientation.VERTICAL : Gtk.Orientation.HORIZONTAL; }