imagephoto: the imagephoto commands
value blank : imagePhoto -> unit
-
tk invocation: imagePhoto blank
value configure : imagePhoto -> options list -> unit
-
tk invocation: imagePhoto configure options list
value configure_get : imagePhoto -> string
-
tk invocation: imagePhoto configure
value copy : imagePhoto -> imagePhoto -> photo list -> unit
-
tk invocation: imagePhoto copy imagePhoto photo list
value create : options list -> imagePhoto
-
tk invocation: image create photo options list
value delete : imagePhoto -> unit
-
tk invocation: image delete imagePhoto
value get : imagePhoto -> int -> int -> int * int * int
-
tk invocation: imagePhoto get int int
value height : imagePhoto -> int
-
tk invocation: image height imagePhoto
value read : imagePhoto -> string -> photo list -> unit
-
tk invocation: imagePhoto read string photo list
value redither : imagePhoto -> unit
-
tk invocation: imagePhoto redither
value width : imagePhoto -> int
-
tk invocation: image width imagePhoto
value write : imagePhoto -> photo list -> unit
-
tk invocation: imagePhoto write photo list