package frama-c

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

Module Frama_c_gui.WfileSource

File Choosers

Sourcetype filekind = [
  1. | `FILE
  2. | `DIR
]
Sourceclass dialog : ?kind:filekind -> ?title:string -> ?select:string -> ?parent:GWindow.window -> unit -> object ... end

Dialog for choosing a file. The default file type is `FILE.

Sourceclass button : ?kind:filekind -> ?title:string -> ?select:string -> ?tooltip:string -> ?parent: GWindow.window -> unit -> object ... end

A button associated with a dialog to select the file.

OCaml

Innovation. Community. Security.