on_xpm_file_name:string ->
off_xpm_file_name:string ->
nothing_xpm_file_name:string ->
?show_100_mbs:bool ->
ports:int ->
packing:(GObj.widget -> unit) ->
?angle:float ->
?lines:int ->
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 blink : int -> unit
method connect : int -> unit
method disconnect : int -> unit
method flash : int -> unit
method private for_each_led_light :
(Ledgrid.led_light -> unit) -> int -> unit list
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 is_connected : int -> bool
method private port_to_led_lights : int -> Ledgrid.led_light list
method private port_to_positions : int -> (int * int) list
method private port_to_positions_ : int -> (int * int) list
method random_connected_port : int
method set : int -> bool -> unit
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