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
-
SSylvain Chiron
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
BBenjamin Jorge
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
RRemi Lazarini
-
TTristan Le Gall
-
KKilyan Le Gallic
-
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
-
CCécile Ruet-Cros
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
sha256=a94384f00d53791cbb4b4d83ab41607bc71962d42461f02d71116c4ff6dca567
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