Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

widget(n) [osx man page]

widget(n)							Megawidget package							 widget(n)

__________________________________________________________________________________________________________________________________________________

NAME
widget - Megawidget package SYNOPSIS
package require Tcl 8.4 package require Tk 8.4 package require widget ?3.0? package require snit widget::validate as ?options? widget::calendar pathname ?options? widget::dateentry pathname ?options? widget::dialog pathname ?options? widget::menuentry pathname ?options? widget::panelframe pathname ?options? widget::ruler pathname ?options? widget::screenruler pathname ?options? widget::scrolledwindow pathname ?options? widget::statusbar pathname ?options? widget::superframe pathname ?options? widget::toolbar pathname ?options? _________________________________________________________________ DESCRIPTION
This package provides megawidgets based on the snit oo system (snidgets). It makes use of the Tile/Ttk themed widget set. widget::validate as ?options? commands: WIDGETS
widget::calendar pathname ?options? options: widget::dateentry pathname ?options? options: widget::dialog pathname ?options? options: widget::menuentry pathname ?options? options: widget::panelframe pathname ?options? options: widget::ruler pathname ?options? options: widget::screenruler pathname ?options? options: widget::scrolledwindow pathname ?options? options: widget::statusbar pathname ?options? options: widget::superframe pathname ?options? options: widget::toolbar pathname ?options? options: EXAMPLE
package require widget::superframe ; # or widget::all pack [widget::superframe .f -type separator -text "SuperFrame:"] KEYWORDS
megawidget, snit, widget widget 3.0 widget(n)

Check Out this Related Man Page

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

__________________________________________________________________________________________________________________________________________________

NAME
widget_toolbar - widget::toolbar Megawidget SYNOPSIS
package require Tcl 8.4 package require Tk 8.4 package require widget ?3.0? package require widget::toolbar ?1.0? widget::toolbar pathname ?options? getframe add ?item? ?args? delete item1 ?item2? ?...? itemcget symbol option itemconfigure symbol ?args? items ?pattern? remove ?-destroy? item1 ?item2? ?...? _________________________________________________________________ DESCRIPTION
This package provides a toolbar megawidget (snidget). It makes use of the Tile/Ttk themed widget set. widget::toolbar pathname ?options? getframe add ?item? ?args? delete item1 ?item2? ?...? itemcget symbol option itemconfigure symbol ?args? items ?pattern? remove ?-destroy? item1 ?item2? ?...? 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] KEYWORDS
megawidget, snit, widget widget 3.0 widget_toolbar(n)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to get the last dir from a pathname using IFS

I have a question, and don't know my way around with it. :( If I have a pathname say. i have the following pathname: /users/classA/tests how can I get only 'tests' out of that path. I know we have to use IFS=/ ... but next, i am clueless :confused: I also know that I can use... (2 Replies)
Discussion started by: sam2004
2 Replies

2. UNIX for Dummies Questions & Answers

ruler

Hi, I remembered that I used the ruler command at the unix prompt. But I tried to use it again and it says that command not found. I don't know what had happened. It's in the command not in VI, right? Thanks! (1 Reply)
Discussion started by: whatisthis
1 Replies

3. Programming

how to find out pathname from inode number

(0 Replies)
Discussion started by: axes
0 Replies

4. Android

problem to remove widget

Hi, I am using an htc wildfire with android 2.2, I have recently download a battery widget. After I decided to remove it, I saw black box that say problem in loading. How can I tell the android to stop trying to load it? ---------- Post updated at 11:10 AM ---------- Previous update was... (0 Replies)
Discussion started by: programAngel
0 Replies

5. UNIX for Dummies Questions & Answers

If variable contains a pathname then ACTION item

I have an input file that contains a name of a file followed by the pathname like so input1 /here/is/the/path/to/input1 input2 /here/is/the/path/to/input2 input3 /here/is/the/path/to/input3 I'm trying to write a bash script where if a path name is present, grep for a certain key... (5 Replies)
Discussion started by: tester213
5 Replies

6. Red Hat

How to create an rpm from installed files?

i would like to package up an rpm from pre-installed files, say i have a program called "widget" installed under "/opt/widget" /opt/widget/bin/* /opt/widget/lib/* /opt/widget/etc/* /opt/widget/log/* and i want to create an rpm from those already installed files, what would the spec file... (2 Replies)
Discussion started by: melixir
2 Replies