blob: fa30e3e01b3e9bffe78ff930ee62a3e26c1446d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
myGtkMenu (standalone Gtk+3 menu)
The purpose of myGtkMenu is to read a description file and display a
menu.
myGtkMenu can be used by setting a configuration file as an argument.
An example configuration file is installed as part of the package. To
use it, run this command:
myGtkMenu /usr/share/myGtkMenu/examples/TestMenu.txt
|