Skip to content

Latest commit

 

History

History

help

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Help Documents

You can put some documents in the menu bar.

sample

"help": [
    {
        "type": "url",
        "label": "About Tuw",
        "url": "https://github.com/matyalatte/Tuw"
    },
    {
        "type": "url",
        "label": "Releases",
        "url": "https://github.com/matyalatte/Tuw/releases"
    },
    {
        "type": "file",
        "label": "Open JSON File",
        "path": "./gui_definition.json"
    }
]
  • type: Document type. url and file are available.
  • label: String that will be shown in menu bar.
  • url: URL for url type document. It'll be opened in user's default browser.
  • path: File path for file type document. It'll be opened in user's default application.