![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: BWidget NoteBook: Retrieve current page?
From: Jos Decoster <decoster@raphael.retarget.com>
Date: Tue May 24 2005 - 15:12:29 CEST
Hi,
This little proc is added as part of the 'NoteBook' namespace and uses the
NoteBook::use ;# Make sure the notebook widget is loaded
proc NoteBook::selected_page { path } {
The BWidget widget methods 'conventions' requires the first parameter to be
$nb selected_page
which is equivalent to
NoteBook::selected_page $nb
for BWidget widgets.
Jos.
|