Property browser: Difference between revisions

Jump to navigation Jump to search
m
Use Nasal highlighter
m (Use Nasal highlighter)
Line 73: Line 73:
Calling <code>gui.property_browser(<path>)</code> opens a property browser for <path>.  While it can be called more than once, though all the dialogues will be drawn on top of each other in the centre of the screen. Example:
Calling <code>gui.property_browser(<path>)</code> opens a property browser for <path>.  While it can be called more than once, though all the dialogues will be drawn on top of each other in the centre of the screen. Example:


<syntaxhighlight lang="php">
<syntaxhighlight lang="nasal">
settimer(func {
settimer(func {
     gui.property_browser("/position");
     gui.property_browser("/position");

Navigation menu