some example for <Nested menus>

This commit is contained in:
Max
2017-01-10 00:43:05 +03:00
parent 83a182dddb
commit 19d958a831
2 changed files with 20 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ static struct tray tray = {
{"Checked", 0, 1, toggle_cb, NULL},
{"Disabled", 1, 0, NULL, NULL},
{"-", 0, 0, NULL, NULL},
{"+", 0, 0, NULL, NULL},
{"Quit", 0, 0, quit_cb, NULL},
{NULL, 0, 0, NULL, NULL}},
};