numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

Allow passing dynamic layout scripts to 'window' #118

Closed numeredev closed 10 months ago

numeredev commented 1 year ago

SUMMARY

Implements necessary changes for #7

Reviewers: @numere-org/maintainers

IMPLEMENTATION

DOCUMENTATION


TESTS BY REVIEWERS

numeredev commented 1 year ago

Language strings may be found within numere-org/Translation#11

numeredev commented 1 year ago

Can be tested by executing

window "layout -title=\"My Window\"\n button \"Press\" -set onclick=evt_close()\n endlayout"