package labltk

  1. Overview
  2. Docs
val create : ?name:string -> ?anchor:Tk.anchor -> ?background:Tk.color -> ?bitmap:Tk.bitmap -> ?borderwidth:int -> ?cursor:Tk.cursor -> ?font:string -> ?foreground:Tk.color -> ?height:int -> ?highlightbackground:Tk.color -> ?highlightcolor:Tk.color -> ?highlightthickness:int -> ?image:[< Tk.image ] -> ?justify:Tk.justification -> ?padx:int -> ?pady:int -> ?relief:Tk.relief -> ?takefocus:bool -> ?text:string -> ?textvariable:Textvariable.textVariable -> ?textwidth:int -> ?underline:int -> ?width:int -> ?wraplength:int -> 'a Widget.widget -> Widget.label Widget.widget
val configure : ?anchor:Tk.anchor -> ?background:Tk.color -> ?bitmap:Tk.bitmap -> ?borderwidth:int -> ?cursor:Tk.cursor -> ?font:string -> ?foreground:Tk.color -> ?height:int -> ?highlightbackground:Tk.color -> ?highlightcolor:Tk.color -> ?highlightthickness:int -> ?image:[< Tk.image ] -> ?justify:Tk.justification -> ?padx:int -> ?pady:int -> ?relief:Tk.relief -> ?takefocus:bool -> ?text:string -> ?textvariable:Textvariable.textVariable -> ?textwidth:int -> ?underline:int -> ?width:int -> ?wraplength:int -> Widget.label Widget.widget -> unit
val configure_get : Widget.label Widget.widget -> string