aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h
index 4b5de7f..dcf72ae 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -301,6 +301,11 @@ public:
{
impl().popup_show_impl();
}
+ inline bool
+ popup_is_shown(void)
+ {
+ return impl().popup_is_shown_impl();
+ }
inline void
popup_clear(void)
{