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       package require snit
18
19       widget::validate as ?options?
20
21       widget::calendar pathname ?options?
22
23       widget::dateentry pathname ?options?
24
25       widget::dialog pathname ?options?
26
27       widget::menuentry pathname ?options?
28
29       widget::panelframe pathname ?options?
30
31       widget::ruler pathname ?options?
32
33       widget::screenruler pathname ?options?
34
35       widget::scrolledwindow pathname ?options?
36
37       widget::statusbar pathname ?options?
38
39       widget::superframe pathname ?options?
40
41       widget::toolbar pathname ?options?
42
43______________________________________________________________________________
44

DESCRIPTION

46       This  package  provides  megawidgets based on the snit oo system (snid‐
47       gets).  It makes use of the Tile/Ttk themed widget set.
48
49       widget::validate as ?options?
50              commands:
51

WIDGETS

53       widget::calendar pathname ?options?
54              options:
55
56       widget::dateentry pathname ?options?
57              options:
58
59       widget::dialog pathname ?options?
60              options:
61
62       widget::menuentry pathname ?options?
63              options:
64
65       widget::panelframe pathname ?options?
66              options:
67
68       widget::ruler pathname ?options?
69              options:
70
71       widget::screenruler pathname ?options?
72              options:
73
74       widget::scrolledwindow pathname ?options?
75              options:
76
77       widget::statusbar pathname ?options?
78              options:
79
80       widget::superframe pathname ?options?
81              options:
82
83       widget::toolbar pathname ?options?
84              options:
85

EXAMPLE

87              package require widget::superframe ; # or widget::all
88              pack [widget::superframe .f -type separator -text "SuperFrame:"]
89
90

KEYWORDS

92       megawidget, snit, widget
93
94
95
96widget                                3.0                            widget(n)
Impressum