1widget(n)                     Megawidget package                     widget(n)
2
3
4
5______________________________________________________________________________
6

NAME

8       widget - Megawidget package
9

SYNOPSIS

11       package require Tcl  8.4
12
13       package require Tk  8.4
14
15       package require widget  ?3.0?
16
17       widget::validate as ?options?
18
19       widget::dialog pathname ?options?
20
21       widget::panelframe pathname ?options?
22
23       widget::ruler pathname ?options?
24
25       widget::screenruler pathname ?options?
26
27       widget::superframe pathname ?options?
28
29_________________________________________________________________
30

DESCRIPTION

32       This  package  provides  megawidgets based on the snit oo system (snid‐
33       gets).
34
35       widget::validate as ?options?
36              commands:
37

WIDGETS

39       widget::dialog pathname ?options?
40              options:
41
42       widget::panelframe pathname ?options?
43              options:
44
45       widget::ruler pathname ?options?
46              options:
47
48       widget::screenruler pathname ?options?
49              options:
50
51       widget::superframe pathname ?options?
52              options:
53

EXAMPLE

55       package require widget::superframe ; # or widget::all
56       pack [widget::superframe .f -type separator -text "SuperFrame:"]
57
58

KEYWORDS

60       megawidget, snit, widget
61
62
63
64widget                                3.0                            widget(n)
Impressum