widget_toolbar - Various megawidgets

[ Tklib Table Of Contents | Tklib Index ]

widget_toolbar(n) 3.0 "Various megawidgets"

Name

widget_toolbar - 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]

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category widget::toolbar of the Tklib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

Category

Widget

Copyright © 2015 for compilation: ActiveState