ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> tcltk-perl
tcltk-perl
[tcltk-perl] Tcl::Tk recent changes
by Vadim Konovalov other posts by this author
Jan 13 2005 7:09AM messages near this date
[tcltk-perl] sub declare_widget | [tcltk-perl] Re: Invoke the tclsh and wish from perl script
I did some commits, and few more commits are to be done.

Among those that will be commited today/tomorrow:

  - removing "awidgets" method, described in POD and removing it from POD
too. I hope no-one stuck with it to the moment.
  - pkg_require will recognize packages on interpreter basis.
  - widget method of interpreter object should *optionally* get second
parameter, and, if given, bless widget to that package
Tcl::Tk::Widget::WIDGET-TYPE so to allow be fully identical to call either
way:
  $widget=$mw-> Text;
or
  $interp-> Eval('text .t'); $widget = $interp->widget(".t","Text");
(otherwise widget .t will live in "common" space and probably could mess
methods)

 After "pkg_require" change "tcltkdb" started working more or less robustly.
I am thinking about proposing people actually use it, as it looks quite
normal, yet allows debugging Tcl::Tk GUI with Tcl::Tk GUI, and here 2
interpreters come into play

Looking for timely objections or silent agreement :)

More documenting also prepared, but... there are many but-s in mydocumenting
.

Best regards,
Vadim.


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Tcltk-perl mailing list
Tcltk-perl@[...].net
https://lists.sourceforge.net/lists/listinfo/tcltk-perl

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved