Product Documentation

ActiveTcl 8.4 Documentation


[ Main table Of Contents | Tklib Table Of Contents | Tklib Index ]

widget_toolbar(n) 3.0 "widget::toolbar Megawidget"

Name

widget_toolbar - widget::toolbar Megawidget

WIDGET OPTIONS

-ipad
-pad
-separator

ITEM OPTIONS

-pad
-separator
-sticky
-weight

EXAMPLE

package require widget::toolbar ; # or widget::all
set t [widget::toolbar .t]
pack $t -fill x -expand 1
$t add button [button .b -text foo]
$t add separator -pad {2 4}
$t add button [button .c -text bar]

Copyright © 2008 for compilation: ActiveState