Howto:Creating a Canvas GUI dialog file: Difference between revisions

Jump to navigation Jump to search
m
Line 11: Line 11:


== Editing gui/menubar.xml ==
== Editing gui/menubar.xml ==
Next, open $FG_ROOT/gui/menubar.xml and navigate to the corresponding sub-menu and add a new item/binding:
Next, open $FG_ROOT/gui/menubar.xml and navigate to the corresponding sub-menu and add a new item/binding to load your dialog:
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<item>
<item>
Line 23: Line 23:
</item>
</item>
</syntaxhighlight>
</syntaxhighlight>


== Editing gui/menubar.xml ==
== Editing gui/menubar.xml ==

Navigation menu