summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/builtin/dialog.mli
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/builtin/dialog.mli')
-rw-r--r--otherlibs/labltk/builtin/dialog.mli8
1 files changed, 8 insertions, 0 deletions
diff --git a/otherlibs/labltk/builtin/dialog.mli b/otherlibs/labltk/builtin/dialog.mli
new file mode 100644
index 0000000000..d0f6398c38
--- /dev/null
+++ b/otherlibs/labltk/builtin/dialog.mli
@@ -0,0 +1,8 @@
+val create :
+ parent: 'a widget ->
+ title: string ->
+ message: string ->
+ buttons: string list ->
+ ?name: string -> ?bitmap: bitmap -> ?default: int -> unit ->int
+ (* [create title message bitmap default button_names parent]
+ cf. tk_dialog *)