[UP]
Wd_types
|
|
|
WDialog API for Objective Caml: Wd_types.application_type
object
method add_dialog_declaration : Wd_types.dialog_decl_type -> unit
method add_lazy_var_function :
string ->
(Wd_types.dialog_type ->
Wd_types.dialog_type Wd_types.poly_var_value Lazy.t list ->
Wd_types.dialog_type Wd_types.poly_var_value) ->
unit
method add_output_encoding : string -> (string -> string) -> unit
method add_template : ?lib:bool -> string -> Wd_types.template_type -> unit
method add_var_function :
string ->
(Wd_types.dialog_type ->
Wd_types.dialog_type Wd_types.poly_var_value list ->
Wd_types.dialog_type Wd_types.poly_var_value) ->
unit
method charset : Pxp_types.rep_encoding
method debug_mode : bool
method debug_mode_style : Wd_types.debug_mode_style
method dialog_declaration : string -> Wd_types.dialog_decl_type
method dialog_names : string list
method dtd : Pxp_dtd.dtd
method lazy_var_function :
string ->
Wd_types.dialog_type ->
Wd_types.dialog_type Wd_types.poly_var_value Lazy.t list ->
Wd_types.dialog_type Wd_types.poly_var_value
method onstartup_call_handle : bool
method output_encoding : string -> string -> string
method prototype_mode : bool
method set_debug_mode : bool -> Wd_types.debug_mode_style -> unit
method set_onstartup_call_handle : bool -> unit
method set_prototype_mode : bool -> unit
method set_start_dialog_name : string -> unit
method start_dialog_name : string
method study : unit -> unit
method template : string -> Wd_types.template_type
method template_names : string list
method var_function :
string ->
Wd_types.dialog_type ->
Wd_types.dialog_type Wd_types.poly_var_value list ->
Wd_types.dialog_type Wd_types.poly_var_value
end
|