// $Id: KNOWN,v 1.1 1999/10/25 08:04:15 christof Exp $

this lists the known widgets and parameters, feel free to add your own 
(if you want to avoid doubled work, please contact me first)

Widgets (perhaps more):
	(Adjustment)
	(Container)
	(Widget)
	Arrow
	Button
	CList (sample code)
	CheckButton
	Combo (sample code)
	Dialog
	Entry
	Fixed
	Frame
	HBox
	HPaned
	HRange
	HRuler
	HScale
	HScrollbar
	HSeparator
	Label
	MenuBar (sample code, menu/itemfactory sample)
	Notebook
	OptionMenu (sample code)
	SpinButton
	StatusBar (sample code)
	Table (sample code)
	Text
	ToggleButton
	Toolbar (sample code missing)
	VBox
	VPaned
	VRange
	VRuler
	VScale
	VScrollbar
	VSeparator
	Window
	Placeholder

Widget parameters (perhaps more):
	Adjustment: hvalue, hlower, hupper, hstep, hpage, hpage_size
	Box:: expand, fill, pack, padding, homogenous, spacing
	Button: label
	CList: hscrollbar_policy, selection_mode, shadow_type, show_titles
	CList: vscrollbar_policy
	CList:: label, justify
	CheckButton: label
	Combo: case_sensitive, use_arrows, use_arrows_always
	Container: border_width
	Dialog: see Window
	Label: label
	Notebook: popup_enable, scrollable, show_border, show_tabs, tab_pos
	Range: update_policy
	Ruler: metric, lower, upper, position, max_size
	Scale: value_pos
	SpinButton: update_policy
	Table: columns, homogenous, rows
	Table:: bottom_attach, left_attach, right_attach, top_attach
	Table:: xexpand, xfill, xpad, xshrink, yexpand, yfill, ypad
	Table:: yshrink
	Text: editable
	ToggleButton: active, draw_indicator
	ToggleButton: label
	Widget: height, name, visible, width, tooltip
	Window: allow_grow, allow_shrink, auto_shrink, position, title, type
