Subject: | Embedded PodText widget modifies Toplevel's title |
Hello
To display Config::Model's inline help, I want to embed a PodText widget
within Config::Model's top level GUI.
This works quite well, except's that the window's title is updated
whenever $podtext->text() method is called.
Tk::Pod::Cache::restore_contents is probably the culprit as it does call:
$w->toplevel->title( "Tkpod: " . $w->{'pod_title'});
Would it be possible to update Tk::Pod so embedding a Pod text widget is
possible without messing with the window's title ?
All the best