GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
labwc-menu(5) FreeBSD File Formats Manual labwc-menu(5)

labwc - menu

Static menus are built based on content of XML files located at "~/.config/openbox" and equivalent XDG Base Directories.

A menu file must be entirely enclosed within <openbox_menu> and </openbox_menu> tags. Inside these tags, menus are specified as follows:

<menu id="" label="">
  <!-- This is a menu item, such as a program -->
  <item label="">
    <action></action>
  </item>
  <!-- This links to a submenu defined else where -->
  <menu id="" />
  <!-- This links to a submenu defined inline -->
  <menu id="" label="">
    ...some content...
  </menu>
</menu>

menu.id

Each menu must be given an id, which is a unique identifier of the menu. This id is used to refer to the menu in a ShowMenu action.

menu.label

The title of the menu, shown in its parent.

menu.item.label

The visible name of the menu item.

menu.item.action

See labwc-action(5)

labwc(1), labwc-action(5), labwc-config(5), labwc-theme(5)
2022-06-07

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.