package frama-c
Install
Dune Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
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
-
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=0220bc743b7da2468ceb926f331edc7ddfaa7c603ba47962de3e33c8e1e3f593
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