Module Chrome_lwt.WindowsSource
include module type of struct include Chrome_common.Windows end
Sourceval make_createData :
?url:string ->
?url_l:string list ->
?tabId:int ->
?left:int ->
?top:int ->
?width:int ->
?height:int ->
?focused:bool ->
?typ:string ->
?state:string ->
?selfOpener:bool ->
unit ->
createData Ezjs_min.t Sourceval make_updateInfo :
?left:int ->
?top:int ->
?width:int ->
?height:int ->
?focused:bool ->
?drawAttention:bool ->
?state:string ->
unit ->
updateInfo Ezjs_min.t Sourceval onRemoved : (int -> unit) -> unit Sourceval onFocusChanged : (int -> unit) -> unit Sourceval get : ?info:getInfo Ezjs_min.t -> int -> window Ezjs_min.t Lwt.t Sourceval getCurrent : ?info:getInfo Ezjs_min.t -> unit -> window Ezjs_min.t Lwt.t Sourceval getLastFocused :
?info:getInfo Ezjs_min.t ->
unit ->
window Ezjs_min.t Lwt.t Sourceval getAll : ?info:getInfo Ezjs_min.t -> unit -> window Ezjs_min.t list Lwt.t Sourceval create :
?info:createData Ezjs_min.t ->
?callback:(window Ezjs_min.t -> 'a) ->
unit ->
'a option Lwt.t Sourceval update :
?callback:(window Ezjs_min.t -> 'a) ->
int ->
updateInfo Ezjs_min.t ->
'a option Lwt.t Sourceval remove : ?callback:(unit -> 'a) -> int -> 'a option Lwt.t