openbox/plugins/menu
Scott Moynes 22ff8c587d Menu parsing updates for plugins.
FIFO menus are the only plugin that takes advantage of this.
Example:
<menu id="root" label="Openbox 3">
  <menu id="fonk" label="fonk" plugin="fifo_menu">
  </menu>
</menu>

This creates a FIFO ~/.openbox/fifo_menu/fonk to which you can send
menus to. The menus sent to it must be like
<fifo>
  <item>
   etc...
</fifo>

I think. If my memory serves me right.

It is all hideous, but I just wanted to experiment and see if it was
possible.
2003-07-17 01:40:27 +00:00
..
.cvsignore update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah! 2003-07-10 04:31:05 +00:00
client_menu.c prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType 2003-07-10 19:27:12 +00:00
fifo_menu.c Menu parsing updates for plugins. 2003-07-17 01:40:27 +00:00
fifo_menu.h Added a fifo_menu plugin 2003-05-18 23:36:13 +00:00
Makefile update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah! 2003-07-10 04:31:05 +00:00
timed_menu.c prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType 2003-07-10 19:27:12 +00:00
timed_menu.h cleanups 2003-05-11 05:15:59 +00:00