hping wiki

Differences for page Tk

Current version compared with version Sat Sep 25 07:45:00 GMT 2004

...
  The [Tcl] interface toolkit, which is `just` a set of new commands in Tcl which create and manipulate widgets.
- As an example, the standard `hello world' program in Tk is as follows:
+ As an example, the standard `hello world` program in Tk is as follows:
  
   button .b -text "Hello, world!" -command exit; pack .b
  
...

The following is the old page content