summaryrefslogtreecommitdiff
path: root/ElmSharp/Interop/Interop.Elementary.ProgressBar.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/Interop/Interop.Elementary.ProgressBar.cs')
-rw-r--r--ElmSharp/Interop/Interop.Elementary.ProgressBar.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ElmSharp/Interop/Interop.Elementary.ProgressBar.cs b/ElmSharp/Interop/Interop.Elementary.ProgressBar.cs
index e171fdc..259b53f 100644
--- a/ElmSharp/Interop/Interop.Elementary.ProgressBar.cs
+++ b/ElmSharp/Interop/Interop.Elementary.ProgressBar.cs
@@ -61,6 +61,9 @@ internal static partial class Interop
internal static extern void elm_progressbar_part_value_set(IntPtr obj, string part, double val);
[DllImport(Libraries.Elementary)]
+ internal static extern double elm_progressbar_part_value_get(IntPtr obj, string part);
+
+ [DllImport(Libraries.Elementary)]
internal static extern void elm_progressbar_unit_format_set(IntPtr obj, string format);
[DllImport(Libraries.Elementary)]