package frama-c
Install
Dune Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
NNicolas Bellec
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
VVincent Botbol
-
QQuentin Bouillaguet
-
DDavid Bühler
-
ZZakaria Chihani
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
RRemi Lazarini
-
TTristan Le Gall
-
JJean-Christophe Léchenet
-
MMatthieu Lemerre
-
DDara Ly
-
DDavid Maison
-
CClaude Marché
-
AAndré Maroneze
-
TThibault Martin
-
FFonenantsoa Maurica
-
MMelody Méaulle
-
BBenjamin Monate
-
YYannick Moy
-
PPierre Nigron
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
JJan Rochel
-
MMuriel Roger
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
sha256=d2fbb3b8d0ff83945872e9e6fa258e934a706360e698dae3b4d5f971addf7493
doc/frama-c.gui/Frama_c_gui/Menu_manager/class-menu_manager/index.html
Class Menu_manager.menu_manager
Source
How to handle a Frama-C menu.
API for plug-ins
Add entries dedicated to a plug-in. If title
is specified, then the entries are added in a dedicated sub-menu of name title
. The elements of the returned array are in the same order that the ones in the input list.
Add entries to the menu dedicated to debugging tools. If title
is specified, then the entries are added in a dedicated sub-menu of name title
. If show
is specified, then the entries are only shown when this function returns true
(it returns true
by default). The elements of the returned array are in the same order that the ones in the input list.
High-level API
method add_entries : ?title:string ->
?pos:int ->
GMenu.menu ->
entry list ->
item array
Add entries in the given menu. If title
is specified, then the entries are added in a dedicated sub-menu of name title
. The elements of the returned array are in the same order that the ones in the input list.
Low-level API
method factory : GMenu.menu_shell GMenu.factory
method toolbar : GButton.toolbar