Skip to content

Commit

Permalink
API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilisp committed Jun 29, 2015
1 parent 9890c3e commit 40e1edf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/widgets/ot_time_picker.eliomi
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{client{

(** [time_picker ~discrete x f] produces a clock-style time picker
whose size is [x] * [x] pixels. When the user picks the time
[h]:[m] , we call [f h m]. If [discrete] is [true], the user
can only click on the twelve hours, i.e., m will always be
zero. *)

val time_picker :
?discrete:bool ->
int -> (int -> int -> unit) ->
Expand Down

0 comments on commit 40e1edf

Please sign in to comment.