| 845 | [return: MarshalAs(UnmanagedType.Bool)] |
| 846 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_hslider_f64_16 (string id, ref double value, double min, double max, double step, float width, UIConfirm confirm_method, UINotify notify_on); |
| 847 | [return: MarshalAs(UnmanagedType.Bool)] |
| 848 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_vslider_16 (string id, ref float value, float min, float max, float step, float height, UIConfirm confirm_method, UINotify notify_on); |
| 849 | [return: MarshalAs(UnmanagedType.Bool)] |
| 850 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_vslider_f64_16 (string id, ref double value, double min, double max, double step, float height, UIConfirm confirm_method, UINotify notify_on); |
| 851 | [return: MarshalAs(UnmanagedType.Bool)] |