?default:bool ->
on_xpm_file_name:string ->
off_xpm_file_name:string ->
nothing_xpm_file_name:string ->
columns:int ->
rows:int ->
packing:(GObj.widget -> unit) ->
?angle:float ->
?no_leds_at:(int * int) list ->
unit ->
object
val bottom_labels : GMisc.label array
val led_lights_matrix : Ledgrid.led_light option array array
val left_labels : GMisc.label array
val no_leds_at : (int * int, unit) Hashtbl.t
val nothing_pixmap : GDraw.pixmap
val off_pixmap : GDraw.pixmap
val on_pixmap : GDraw.pixmap
val right_labels : GMisc.label array
val table_widget : GPack.table
val top_labels : GMisc.label array
method get : int -> int -> Ledgrid.led_light
method get_bottom_label : int -> string
method get_led_light : int -> int -> Ledgrid.led_light
method get_left_label : int -> string
method get_random_led_light : Ledgrid.led_light
method get_right_label : int -> string
method get_top_label : int -> string
method get_widget : GPack.table
method set_bottom_label : int -> string -> unit
method set_bottom_labels_angle : float -> unit
method set_left_label : int -> string -> unit
method set_right_label : int -> string -> unit
method set_top_label : int -> string -> unit
method set_top_labels_angle : float -> unit
end