summaryrefslogtreecommitdiff
path: root/src/lib/elm_popup.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_popup.eo')
-rw-r--r--src/lib/elm_popup.eo21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/lib/elm_popup.eo b/src/lib/elm_popup.eo
index 9ce41e5a0..67323e9d0 100644
--- a/src/lib/elm_popup.eo
+++ b/src/lib/elm_popup.eo
@@ -116,6 +116,27 @@ class Elm.Popup (Elm.Layout, Elm_Interface_Atspi_Widget_Action)
timeout: double; [[The timeout in seconds.]]
}
}
+ @property scrollable {
+ set {
+ [[Enable or disable scroller in popup content area
+
+ Normally content area does not contain scroller.
+
+ @since 1.16
+ ]]
+ }
+ get {
+ [[Get the scrollable state of popup content area
+
+ Normally content area does not contain scroller.
+
+ @since 1.16
+ ]]
+ }
+ values {
+ scroll: bool; [[$true if it is to be scrollable, $false otherwise.]]
+ }
+ }
item_append {
[[Add a new item to a Popup object