add Icon.set_default_image_path
This commit is contained in:
parent
ce9cdc206d
commit
3332d0fb7c
2 changed files with 8 additions and 0 deletions
|
|
@ -31,3 +31,6 @@ val create : string -> opt list -> t
|
|||
background, in pixels [html] is custom HTML code to put inside the div
|
||||
element, empty by default. *)
|
||||
val create_div : html:string option -> bg_pos:Point.t option -> opt list -> t
|
||||
|
||||
(** Sets the path of the default icon *)
|
||||
val set_default_image_path : string -> unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue