Page 1 of 1

Changing the name of the window of the problem type

Posted: Mon Aug 28, 2023 7:38 pm
by Daniel
Hi.

I would like to know how to change the name 'Boundary conditions' of the window of the problem type. See attached file.

Thanks in advance.

Re: Changing the name of the window of the problem type

Posted: Fri Sep 01, 2023 5:51 pm
by escolano
there is not any standard way to do this customization,
Every time that this window is opened will be created with this caption
in fact it is rare to open it as external window, the normal is to have the tree frame integrated in the layout.

The only way to change it is to identify the Tk name of this toplevel widget w and then use wm title

set w .gid.central.boundaryconds
wm title $w "your title"

in my test .gid.central.boundaryconds is the name of this widget, when exists, buy it can change in the future