ttk::progressbar



ttk::progressbar

NAME
SYNOPSIS
DESCRIPTION
STANDARD OPTIONS
WIDGET-SPECIFIC OPTIONS
WIDGET COMMAND
SEE ALSO

___________________________

NAME

ttk::progressbar − Provide progress feedback

SYNOPSIS

ttk::progressbar pathName ?options? ___________________________

DESCRIPTION

A ttk::progressbar widget shows the status of a long-running operation. They can operate in two modes: determinate mode shows the amount completed relative to the total amount of work to be done, and indeterminate mode provides an animated display to let the user know that something is happening.

STANDARD OPTIONS

−class

−cursor

−takefocus

−style

See the ttk_widget manual entry for details on the standard options.

WIDGET-SPECIFIC OPTIONS

Command-Line Name:−orient

Database Name:

orient

Database Class:

Orient

One of horizontal or vertical. Specifies the orientation of the progress bar.

Command-Line Name:−length

Database Name:

length

Database Class:

Length

Specifies the length of the long axis of the progress bar (width if horizontal, height if vertical).

Command-Line Name:−mode

Database Name:

mode

Database Class:

Mode

One of determinate or indeterminate.

Command-Line Name:−maximum

Database Name:

maximum

Database Class:

Maximum

A floating point number specifying the maximum −value. Defaults to 100.

Command-Line Name:−value

Database Name:

value

Database Class:

Value

The current value of the progress bar. In determinate mode, this represents the amount of work completed. In indeterminate mode, it is interpreted modulo −maximum; that is, the progress bar completes one “cycle” when the −value increases by −maximum.

Command-Line Name:−variable

Database Name:

variable

Database Class:

Variable

The name of a global Tcl variable which is linked to the −value. If specified, the −value of the progress bar is automatically set to the value of the variable whenever the latter is modified.

Command-Line Name:−phase

Database Name:

phase

Database Class:

Phase

Read-only option. The widget periodically increments the value of this option whenever the −value is greater than 0 and, in determinate mode, less than −maximum. This option may be used by the current theme to provide additional animation effects.

WIDGET COMMAND

pathName cget option

Returns the current value of the specified option; see ttk::widget(n).

pathName configure ?option? ?value option value ...?

Modify or query widget options; see ttk::widget(n).

pathName identify x y

Returns the name of the element at position x, y. See ttk::widget(n).

pathName instate statespec ?script?

Test the widget state; see ttk::widget(n).

pathName start ?interval?

Begin autoincrement mode: schedules a recurring timer event that calls step every interval milliseconds. If omitted, interval defaults to 50 milliseconds (20 steps/second).

pathName state ?stateSpec?

Modify or query the widget state; see ttk::widget(n).

pathName step ?amount?

Increments the −value by amount. amount defaults to 1.0 if omitted.

pathName stop

Stop autoincrement mode: cancels any recurring timer event initiated by pathName start.

SEE ALSO

ttk::widget(n)







Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.