diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-10 14:51:27 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2003-05-10 14:51:27 +0000 |
| commit | 03d42b5d8253ad2de94df20b12b9fb22ce51eb3d (patch) | |
| tree | 2467b9cce5fcbbc86095e9f2a3ab58faaebc724c /openbox/menu.h | |
| parent | 3fab044f347fbfdad27492802fe3e3628ff915da (diff) | |
Timed menu that reads output from a process while the window is hidden
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index 081b3528..43ac054f 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -104,6 +104,8 @@ void menu_show_full(Menu *menu, int x, int y, Client *client); void menu_hide(Menu *self); +void menu_clear(Menu *self); + MenuEntry *menu_entry_new_full(char *label, Action *action, MenuEntryRenderType render_type, gpointer submenu); |
