[Ctk-developers] Setting name and description of ctkWorkflowWidgetStep
Daniel Haehn
haehn at bwh.harvard.edu
Fri Jun 3 16:17:23 UTC 2011
Hi devels,
in C++ I can do
this->setName("Title of step");
this->setDescription("Instructions");
in a ctkWorkflowWidgetStep, which then get nicely displayed in the
associated ctkWorkflowGroupBox.
In Python, the same methods can be accessed but the
ctkWorkflowGroupBox does not seem to show them.
Do I need to trigger an update on the box or something similar?
Thank you!
Daniel
More information about the Ctk-developers
mailing list