1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
EXAMPLE FILES
=============
Most example scripts need to be run from the examples/ directory.
ex0* are for testing purposes.
- They are intended to be used by invoking `make && make ex` from the top
level directory whilst coding
- They use ../jgmenu, so do not require a `make install`.
- They are not designed to look pretty, but to test specific features or
properties.
- They may change over time depending on what the devs need.
Specific files
--------------
ex01 Menu based on simple CSV file. Tests right-aligned items.
ex02 Tests separators, scroll, pgup/pgdown, etc.
ex03 Tests long text, at-pointer
ex04 Tests icon positioning and icon theme inheritance
|