Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
...
QUESTION: your_question
VALUE: your_filename
TKWIDGET: GidUtils::TkwidgetGetFilenameButton
    • Select directory field

Declare in the tkwidget field to use the Tcl procedure GidUtils::TkwidgetGetDirectoryButton , e.g.

Code Block
...
QUESTION: your_question
VALUE: your_folder
TKWIDGET: GidUtils::TkwidgetGetDirectoryButton


    • Vector field

To pack in a single line the three components of a vector, internally stored in the same question as a list of three real numbers, e.g.

...