You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
3.9 KiB
95 lines
3.9 KiB
<HTML><BODY BGCOLOR=white target=Manual> |
|
<BR><BR><DT><B>Simple Widgets</B> |
|
<DD><TABLE BORDER=0 CELLSPACING=0> |
|
<TR><TD><A HREF="Label.html">Label</A></TD> |
|
<TD>Label widget with <B>state</B> option, dynamic help and drag and drop facilities</TD></TR> |
|
<TR><TD><A HREF="Entry.html">Entry</A></TD> |
|
<TD>Entry widget with <B>state</B> option, dynamic help and drag and drop facilities</TD></TR> |
|
<TR><TD><A HREF="Button.html">Button</A></TD> |
|
<TD>Button widget with enhanced options</TD></TR> |
|
<TR><TD><A HREF="ArrowButton.html">ArrowButton</A></TD> |
|
<TD>Button widget with an arrow shape.</TD></TR> |
|
<TR><TD><A HREF="ProgressBar.html">ProgressBar</A></TD> |
|
<TD>Progress indicator widget</TD></TR> |
|
<TR><TD><A HREF="ScrollView.html">ScrollView</A></TD> |
|
<TD>Display the visible area of a scrolled window</TD></TR> |
|
<TR><TD><A HREF="Separator.html">Separator</A></TD> |
|
<TD>3D separator widget</TD></TR> |
|
</TABLE> |
|
<BR><BR><DT><B>Manager Widgets</B> |
|
<DD><TABLE BORDER=0 CELLSPACING=0> |
|
<TR><TD><A HREF="MainFrame.html">MainFrame</A></TD> |
|
<TD>Manage toplevel with menu, toolbar and statusbar </TD></TR> |
|
<TR><TD><A HREF="LabelFrame.html">LabelFrame</A></TD> |
|
<TD>Frame with a Label</TD></TR> |
|
<TR><TD><A HREF="TitleFrame.html">TitleFrame</A></TD> |
|
<TD>Frame with a title (consider Tk 8.4+ labelframe instead)</TD></TR> |
|
<TR><TD><A HREF="PanelFrame.html">PanelFrame</A></TD> |
|
<TD>Frame with a boxed title area</TD></TR> |
|
<TR><TD><A HREF="ScrolledWindow.html">ScrolledWindow</A></TD> |
|
<TD>Generic scrolled widget</TD></TR> |
|
<TR><TD><A HREF="ScrollableFrame.html">ScrollableFrame</A></TD> |
|
<TD>Scrollable frame containing widget</TD></TR> |
|
<TR><TD><A HREF="PanedWindow.html">PanedWindow</A></TD> |
|
<TD>Tiled layout manager widget (consider Tk 8.4+ panedwindow instead)</TD></TR> |
|
<TR><TD><A HREF="ButtonBox.html">ButtonBox</A></TD> |
|
<TD>Set of buttons with horizontal or vertical layout</TD></TR> |
|
<TR><TD><A HREF="PagesManager.html">PagesManager</A></TD> |
|
<TD>Pages manager widget</TD></TR> |
|
<TR><TD><A HREF="NoteBook.html">NoteBook</A></TD> |
|
<TD>Notebook manager widget</TD></TR> |
|
<TR><TD><A HREF="Dialog.html">Dialog</A></TD> |
|
<TD>Dialog abstraction with custom buttons</TD></TR> |
|
<TR><TD><A HREF="StatusBar.html">StatusBar</A></TD> |
|
<TD>Status bar widget with resize control</TD></TR> |
|
</TABLE> |
|
<BR><BR><DT><B>Composite Widgets</B> |
|
<DD><TABLE BORDER=0 CELLSPACING=0> |
|
<TR><TD><A HREF="LabelEntry.html">LabelEntry</A></TD> |
|
<TD> |
|
LabelFrame containing an Entry widget. |
|
</TD></TR> |
|
<TR><TD><A HREF="ComboBox.html">ComboBox</A></TD> |
|
<TD>ComboBox widget</TD></TR> |
|
<TR><TD><A HREF="SpinBox.html">SpinBox</A></TD> |
|
<TD>SpinBox widget (consider Tk 8.4+ spinbox instead)</TD></TR> |
|
<TR><TD><A HREF="Tree.html">Tree</A></TD> |
|
<TD>Tree widget</TD></TR> |
|
<TR><TD><A HREF="ListBox.html">ListBox</A></TD> |
|
<TD>ListBox widget</TD></TR> |
|
<TR><TD><A HREF="MessageDlg.html">MessageDlg</A></TD> |
|
<TD>Message dialog box</TD></TR> |
|
<TR><TD><A HREF="ProgressDlg.html">ProgressDlg</A></TD> |
|
<TD>Progress indicator dialog box</TD></TR> |
|
<TR><TD><A HREF="PasswdDlg.html">PasswdDlg</A></TD> |
|
<TD>Login/Password dialog box</TD></TR> |
|
<TR><TD><A HREF="SelectFont.html">SelectFont</A></TD> |
|
<TD>Font selection widget</TD></TR> |
|
<TR><TD><A HREF="SelectColor.html">SelectColor</A></TD> |
|
<TD>Color selection widget</TD></TR> |
|
</TABLE> |
|
<BR><BR><DT><B>Commands Classes</B> |
|
<DD><TABLE BORDER=0 CELLSPACING=0> |
|
<TR><TD><A HREF="Widget.html">Widget</A></TD> |
|
<TD>The Widget base class</TD></TR> |
|
<TR><TD><A HREF="DynamicHelp.html">DynamicHelp</A></TD> |
|
<TD>Provide help to Tk widget or BWidget</TD></TR> |
|
<TR><TD><A HREF="DragSite.html">DragSite</A></TD> |
|
<TD>Commands set for Drag facilities</TD></TR> |
|
<TR><TD><A HREF="DropSite.html">DropSite</A></TD> |
|
<TD>Commands set for Drop facilities</TD></TR> |
|
<TR><TD><A HREF="BWidget.html">BWidget</A></TD> |
|
<TD>Description text</TD></TR> |
|
</TABLE> |
|
</DD> |
|
|
|
<BR><HR><BR><B>Load BWidget</B><BR><BR> |
|
|
|
Possible load sequence: |
|
<pre> |
|
# If package msgcat is available, its locale is used for BWidget |
|
package require msgcat |
|
# load BWidget |
|
package require BWidget |
|
</pre> |
|
</BODY></HTML>
|
|
|