package frama-c

  1. Overview
  2. Docs
On This Page
  1. Table Views
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Frama_c_gui.WtableSource

Table Views

Sourcetype ('a, 'b) column = ?title:string -> 'b list -> ('a -> 'b list) -> GTree.view_column
Sourceclass type 'a columns = object ... end
Sourceclass type 'a listmodel = object ... end
Sourceclass 'a list : ?packing:(GObj.widget -> unit) -> ?width:int -> ?height:int -> ?headers:bool -> ?rules:bool -> 'a listmodel -> object ... end
Sourceclass type 'a treemodel = object ... end
Sourceclass 'a tree : ?packing:(GObj.widget -> unit) -> ?width:int -> ?height:int -> ?headers:bool -> ?rules:bool -> 'a treemodel -> object ... end
OCaml

Innovation. Community. Security.