]> git.mxchange.org Git - flightgear.git/commit
Boris Koenig:
authorehofman <ehofman>
Mon, 27 Sep 2004 14:40:31 +0000 (14:40 +0000)
committerehofman <ehofman>
Mon, 27 Sep 2004 14:40:31 +0000 (14:40 +0000)
commit6f8cae6b87860890a4278253ab377b1af5ac9527
treea1827b423cd85260200841bb0c4e48a012588b54
parent9f8fc0f1cc437ddaea3c08f59e9ec8e292180e56
Boris Koenig:

I'm attaching a small change to Andy's dialog.cxx that I needed
to make so that it enables XML/Nasal-dialogs to also contain
puLargeInput boxes.

The text will be retrieved/buffered from/within a specified
property tree, like:

<textbox>
    <x>100</x>
    <y>100</y>

    <width>200</width>
    <height>100</height>

    <property>/gui/path-to-text-node/contents</property>

    <slider>15</slider>

    <editable>true</editable>
</textbox>
src/GUI/dialog.cxx