1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993
|
<!-- manual page source format generated by RosettaMan v2.5a6, -->
<!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->
<HTML>
<HEAD>
<TITLE>man page(1) manual page</TITLE>
</HEAD>
<BODY>
<A HREF="#toc">Table of Contents</A><P>
_________________________________________________________________
<P>
<H2><A NAME="sect1" HREF="#toc1"><B>NAME</B></A></H2>
tabnotebook - create and manipulate tabnotebook widgets
<P>
<H2><A NAME="sect2" HREF="#toc2"><B>SYNOPSIS</B></A></H2>
<B>tabnotebook</B> <I>pathName</I>? <I>options</I>?
<P>
<H2><A NAME="sect3" HREF="#toc3"><B>INHERITANCE</B></A></H2>
itk::Widget <- tabnotebook
<P>
<H2><A NAME="sect4" HREF="#toc4"><B>STANDARD</B> <B>OPTIONS</B></A></H2>
<B>background</B> <B>disabledForeground</B> <B>foregroundscrollCommand</B>
<B>cursor</B> <B>font</B> <B>height</B> <B>width</B>
<P>
See the "options" manual entry for details on the standard
options.
<P>
<H2><A NAME="sect5" HREF="#toc5"><B>WIDGET-SPECIFIC</B> <B>OPTIONS</B></A></H2>
<DL>
<DT>Name: <DD> <B>angle</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>Angle</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-angle</B>
<P>
</DD>
</DL>
Specifes the angle of slope from the inner edge to the
outer edge of the tab. An angle of 0 specifies square
tabs. Valid ranges are 0 to 45 degrees inclusive.
Default is 15 degrees. If <B>tabPos</B> is e or w, this option
is ignored.
<P>
<DL>
<DT>Name: <DD> <B>auto</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>Auto</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-auto</B>
<P>
</DD>
</DL>
Specifies whether to use the automatic
packing/unpacking algorithm of the notebook. A value of
true indicates that page frames will be unpacked and
packed acoording to the algorithm described in the
select command. A value of <B>false</B> leaves the current
page packed and subsequent <B>selects</B>, <B>next</B>, or <B>previous</B>
commands do not switch pages automatically. In either
case the page's associated command (see the <B>add</B>
command's description of the command option) is
invoked. The value may have any of the forms accepted
by the <B>Tcl_GetBoolean</B>, such as <B>true</B>, <B>false</B>, <B>0</B>, <B>1</B>, <B>yes</B>,
or <B>no</B>.
<P>
<DL>
<DT>Name: <DD> <B>backdrop</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>Backdrop</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-backdrop</B>
<P>
</DD>
</DL>
Specifies a background color to use when filling in the
backdrop area behind the tabs.
<P>
<DL>
<DT>Name: <DD> <B>background</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>Background</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-background</B>
<P>
</DD>
</DL>
Specifies a background color to use for displaying a
page and its associated tab. This can be thought of as
the selected tab background color, since the tab associated
with the selected page is the selected tab.
<P>
<DL>
<DT>Name: <DD> <B>bevelAmount</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>BevelAmount</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-bevelamount</B>
<P>
</DD>
</DL>
Specifes the size of tab corners. A value of 0 with
<B>angle</B> set to 0 results in square tabs. A <B>bevelAmount</B> of
4, means that the tab will be drawn with angled corners
that cut in 4 pixels from the edge of the tab. The
default is 0.
<P>
<DL>
<DT>Name: <DD> <B>borderWidth</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>BorderWidth</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-borderwidth</B>
<P>
</DD>
</DL>
Specifies the width of shadowed border to place around
the notebook area of the tabnotebook. The default value
is 2.
<P>
<DL>
<DT>Name: <DD> <B>disabledForeground</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>DisabledForeground</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-disabledforeground</B>
<P>
</DD>
</DL>
Specifies a foreground color to use for displaying a
tab's label when its <B>state</B> is disabled.
<P>
<DL>
<DT>Name: <DD> <B>equalTabs</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>EqualTabs</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-equaltabs</B>
<P>
</DD>
</DL>
Specifies whether to force tabs to be equal sized or
not. A value of <B>true</B> means constrain tabs to be equal
sized. A value of <B>false</B> allows each tab to size based
on the text label size. The value may have any of the
forms accepted by the <B>Tcl_GetBoolean</B>, such as <B>true</B>,
<B>false</B>, <B>0</B>, <B>1</B>, <B>yes</B>, or <B>no</B>.
<P>
For horizontally positioned tabs (<B>tabpos</B> is either <B>s</B> or
<B>n</B>), <B>true</B> forces all tabs to be equal width (the width
being equal to the longest label plus any <B>padX</B> specified).
Horizontal tabs are always equal in height.
<P>
For vertically positioned tabs (<B>tabpos</B> is either <B>w</B> or
<B>e</B>), <B>true</B> forces all tabs to be equal height (the height
being equal to the height of the label with the largest
font). Vertically oriented tabs are always equal in
width.
<P>
<DL>
<DT>Name: <DD> <B>foreground</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>Foreground</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-foreground</B>
<P>
</DD>
</DL>
Specifies a foreground color to use for displaying a
page and its associated tab label. This can be thought
of as the selected tab background color, since the tab
associated with the selected page is the selected tab.
<P>
<DL>
<DT>Name: <DD> <B>gap</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>Gap</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-gap</B>
<P>
</DD>
</DL>
Specifies the amount of pixel space to place between
each tab. Value may be any pixel offset value. In addition,
a special keyword <B>overlap</B> can be used as the
value to achieve a standard overlap of tabs. This value
may have any of the forms acceptable to <B>Tk_GetPixels</B>.
<P>
<DL>
<DT>Name: <DD> <B>margin</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>Margin</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-Bmargin</B>
<P>
</DD>
</DL>
Specifies the amount of space to place between the outside
edge of the tabnotebook and the outside edge of
its tabs. If <B>tabPos</B> is <B>s</B>, this is the amount of space
between the bottom edge of the tabnotebook and the bottom
edge of the set of tabs. If <B>tabPos</B> is <B>n</B>, this is
the amount of space between the top edge of the tabnotebook
and the top edge of the set of tabs. If <B>tabPos</B>
is <B>e</B>, this is the amount of space between the right
edge of the tabnotebook and the right edge of the set
of tabs. If <B>tabPos</B> is <B>w</B>, this is the amount of space
between the left edge of the tabnotebook and the left
edge of the set of tabs. This value may have any of the
forms acceptable to <B>Tk_GetPixels</B>.
<P>
<DL>
<DT>Name: <DD> <B>padX</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>PadX</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-padx</B>
<P>
</DD>
</DL>
Specifies a non-negative value indicating how much
extra space to request for a tab around its label in
the X-direction. When computing how large a window it
needs, the tab will add this amount to the width it
would normally need The tab will end up with extra
internal space to the left and right of its text label.
This value may have any of the forms acceptable to
<P>
<B>Tk_GetPixels</B>.
<P>
<DL>
<DT>Name: <DD> <B>padY</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>PadY</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-pady</B>
<P>
</DD>
</DL>
Specifies a non-negative value indicating how much
extra space to request for a tab around its label in
the Y-direction. When computing how large a window it
needs, the tab will add this amount to the height it
would normally need The tab will end up with extra
internal space to the top and bottom of its text label.
This value may have any of the forms acceptable to
<B>Tk_GetPixels</B>.
<P>
<DL>
<DT>Name: <DD> <B>raiseSelect</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>RaiseSelect</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-raiseselect</B>
<P>
</DD>
</DL>
Specifes whether to slightly raise the selected tab
from the rest of the tabs. The selected tab is drawn 2
pixels closer to the outside of the tabnotebook than
the unselected tabs. A value of <B>true</B> says to raise
selected tabs, a value of <B>false</B> turns this feature off.
The default is <B>false</B>. The value may have any of the
forms accepted by the <B>Tcl_GetBoolean</B>, such as <B>true</B>,
<B>false</B>, <B>0</B>, <B>1</B>, <B>yes</B>, or <B>no</B>.
<P>
<DL>
<DT>Name: <DD> <B>start</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>Start</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-start</B>
<P>
</DD>
</DL>
Specifies the amount of space to place between the left
or top edge of the tabnotebook and the starting edge of
its tabs. For horizontally positioned tabs, this is the
amount of space between the left edge of the notebook
and the left edge of the first tab. For vertically
positioned tabs, this is the amount of space between
the top of the notebook and the top of the first tab.
This value may change if the user performs a MButton-2
scroll on the tabs. This value may have any of the
forms acceptable to <B>Tk_GetPixels</B>.
<P>
<DL>
<DT>Name: <DD> <B>state</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>State</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-state</B>
<P>
</DD>
</DL>
Sets the active state of the tabnotebook. Specifying
<B>normal</B> allows all pages to be selectable. Specifying
<B>disabled</B> disables the notebook causing all page tabs to
be drawn in the <B>disabledForeground</B> color.
<P>
<DL>
<DT>Name: <DD> <B>tabBackground</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>TabBackground</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-tabbackground</B>
<P>
</DD>
</DL>
Specifies a background color to use for displaying tab
backgrounds when they are in their unselected state.
This is the background associated with tabs on all
pages other than the selected page.
<P>
<DL>
<DT>Name: <DD> <B>tabBorders</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>TabBorders</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-tabborders</B>
<P>
</DD>
</DL>
Specifies whether to draw the borders of tabs that are
not selected. Specifying <B>true</B> (the default) draws these
borders, specifying <B>false</B> draws only the border around
the selected tab. The value may have any of the forms
accepted by the <B>Tcl_GetBoolean</B>, such as <B>true</B>, <B>false</B>, <B>0</B>,
<B>1</B>, <B>yes</B>, or <B>no</B>.
<P>
<DL>
<DT>Name: <DD> <B>tabForeground</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>TabForeground</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-tabforeground</B>
<P>
</DD>
</DL>
Specifies a foreground color to use for displaying tab
labels when they are in their unselected state. This is
the foreground associated with tabs on all pages other
than the selected page.
<P>
<DL>
<DT>Name: <DD> <B>tabPos</B>
</DD>
</DL>
<DL>
<DT>Class: <DD> <B>TabPos</B>
</DD>
</DL>
<DL>
<DT>Command-Line Switch: <DD> <B>-tabpos</B>
<P>
</DD>
</DL>
Specifies the location of the set of tabs in relation
to the notebook area. Must be n, s, e, or w. Defaults
to s.<BR>
_________________________________________________________________
<P>
<H2><A NAME="sect6" HREF="#toc6"><B>DESCRIPTION</B></A></H2>
The <B>tabnotebook</B> command creates a new window (given by the
pathName argument) and makes it into a <B>tabnotebook</B> widget.
Additional options, described above may be specified on the
command line or in the option database to configure aspects
of the tabnotebook such as its colors, font, and text. The
tabnotebook command returns its pathName argument. At the
time this command is invoked, there must not exist a window
named pathName, but pathName's parent must exist.
<P>
A <B>tabnotebook</B> is a widget that contains a set of tabbed
pages. It displays one page from the set as the selected
page. A Tab displays the label for the page to which it is
attached and serves as a page selector. When a page's tab is
selected, the page's contents are displayed in the page
area. The selected tab has a three-dimensional effect to
make it appear to float above the other tabs. The tabs are
displayed as a group along either the left, top, right, or
bottom edge. When first created a tabnotebook has no pages.
Pages may be added or deleted using widget commands
described below.
<P>
A special option may be provided to the tabnotebook. The
<B>-auto</B> option specifies whether the tabnotebook will automatically
handle the unpacking and packing of pages when pages
are selected. A value of true signifies that the notebook
will automatically manage it. This is the default value. A
value of false signifies the notebook will not perform
automatic switching of pages.
<P>
<H2><A NAME="sect7" HREF="#toc7"><B>NOTEBOOK</B> <B>PAGES</B></A></H2>
A tabnotebook's pages area contains a single child site
frame. When a new page is created it is a child of this
frame. The page's child site frame serves as a geometry container
for applications to pack widgets into. It is this
frame that is automatically unpacked or packed when the auto
option is true. This creates the effect of one page being
visible at a time. When a new page is selected, the previously
selected page's child site frame is automatically
unpacked from the tabnotebook's child site frame and the
newly selected page's child site is packed into the
tabnotebook's child site frame.
<P>
However, sometimes it is desirable to handle page changes in
a different manner. By specifying the <B>auto</B> option as <B>false</B>,
child site packing can be disabled and done differently. For
example, all widgets might be packed into the first page's
child site <B>frame</B>. Then when a new page is selected, the
application can reconfigure the widgets and give the appearance
that the page was flipped.
<P>
In both cases the command option for a page specifies a Tcl
Command to execute when the page is selected. In the case of
<B>auto</B> being <B>true</B>, it is between the unpacking of the previously
selected page and the packing of the newly selected
page.
<P>
Notebook pages can also be controlled with scroll bars or
other widgets that obey the <B>scrollcommand</B> protocol. By giving
a scrollbar a <B>-command</B> to call the tabnotebook's <B>select</B>
method, the tabnotebook can be controlled with a scrollbar.
<P>
The notebook area is implemented with the notebook mega
widget.
<P>
<H2><A NAME="sect8" HREF="#toc8"><B>TABS</B></A></H2>
Tabs appear along the edge of the notebook area. Tabs are
drawn to appear attached to their associated page. When a
tab is clicked on, the associated page is selected and the
tab is drawn as raised above all other tabs and as a seamless
part of its notebook page. Tabs can be controlled in
their location along the edges, the angle tab sides are
drawn with, gap between tabs, starting margin of tabs,
internal padding around text labels in a tab, the font, and
its label.
<P>
The Tab area is implemented with the <B>tabset</B> mega widget. See
<A HREF="http://localhost/cgi-bin/man2html?tabset?1">tabset(1)</A>. Tabs may be oriented along either the north,
south, east, or west sides with the <B>tabPos</B> option. North and
south tabs may appear as angled, square, or bevelled. West
and east tabs may appear as square or bevelled. By changing
tab gaps, tab angles, bevelling, orientations, colors,
fonts, start locations, and margins; tabs may appear in a
wide variety of styles. For example, it is possible to
implement Microsoft-style tabs, Borland property tab styles,
or Borland Delphi style tabs all with the same tabnotebook.
<P>
<H2><A NAME="sect9" HREF="#toc9"><B>WIDGET-SPECIFIC</B> <B>METHODS</B></A></H2>
The <B>tabnotebook</B> command creates a new Tcl command whose name
is <I>pathName</I>. This command may be used to invoke various
operations on the widget. It has the following general form:
<P>
<I>pathName</I> <I>option</I> ?<I>arg</I> <I>arg</I> ...?
<P>
<I>option</I> and the <I>arg</I>s determine the exact behavior of the command.
<P>
Many of the widget commands for a notebook take as one argument
an indicator of which page of the notebook to operate
on. These indicators are called indexes and may be specified
in any of the following forms:
<P>
<I>number</I><BR>
Specifies the page numerically, where 0 corresponds to
the first page in the notebook, 1 to the second, and so
on.
<P>
<B>select</B><BR>
Specifies the currently selected page's index. If no
page is currently selected, the value -1 is returned.
<P>
<B>end</B> Specifes the last page in the tabnotebook's index. If
the notebook is empty this will return -1.
<P>
<I>pattern</I><BR>
If the index doesn't satisfy any of the above forms,
then this form is used. Pattern is pattern-matched
against the label of each page in the notebook, in
order from the first to the last page, until a matching
entry is found. The rules of Tcl_StringMatch are used.
The following commands are possible for tabnotebook
widgets:
<P>
<I>pathName</I> <B>add</B> ?<I>option</I> <I>value</I> <I>option</I> <I>value</I> ...?
Add a new page at the end of the tabnotebook. A new
child site frame is created. Returns the child site
pathName. If additional arguments are present, they
specify any of the following options:
<P>
<DL>
<DT><B>-angle</B> <I>value</I><DD>
Specifes the angle of slope from the inner edge to
the outer edge of the tab. An angle of 0 specifies
square tabs. Valid ranges are 0 to 45 degrees
inclusive. Default is 15 degrees. If this option
is specified as an empty string (the default),
then the angle option for the overall tabnotebook
is used. This is generally only set at the tabnotebook
level. Tabs normally will want to share
the same angle value.
<P>
</DD>
</DL>
<DL>
<DT><B>-background</B> <I>value</I><DD>
Specifies a background color to use for displaying
tabs when they are selected and for displaying the
current page. If this option is specified as an
empty string (the default), then the background
option for the overall tabnotebook is used.
<P>
</DD>
</DL>
<DL>
<DT><B>-bevelamount</B> <I>value</I><DD>
Specifes the size of tab corners. A value of 0
with angle set to 0 results in square tabs. A
bevelAmount of 4, means that the tab will be drawn
with angled corners that cut in 4 pixels from the
edge of the tab. The default is 0. This is generally
only set at the tabnotebook level. Tabs
normally will want to share the same bevelAmount.
<P>
</DD>
</DL>
<DL>
<DT><B>-bitmap</B> <I>value</I><DD>
If label is a non-empty string, specifies a bitmap
to display in this page's tab. Bitmap may be of
any of the forms accepted by Tk_GetPixmap.
<P>
</DD>
</DL>
<DL>
<DT><B>-command</B> <I>value</I><DD>
Specifies a Tcl command to be executed when this
page is selected. This allows the programmer a
hook to reconfigure this page's widgets or any
other page's widgets.
<P>
</DD>
</DL>
If the tabnotebook has the auto option set to
true, when a page is selected this command will be
called immediately after the previously selected
page is unpacked and immediately before this page
is selected. The index value select is valid during
this Tcl command. `index select' will return
this page's page number.
<P>
If the auto option is set to false, when a page is
selected the unpack and pack calls are bypassed.
This Tcl command is still called.
<P>
<DL>
<DT><B>-disabledforeground</B> <I>value</I><DD>
Specifies a foreground color to use for displaying
tab labels when tabs are in their disable state.
If this option is specified as an empty string
(the default), then the disabledforeground option
for the overall tabnotebook is used.
<P>
</DD>
</DL>
<DL>
<DT><B>-font</B> <I>value</I><DD>
Specifies the font to use when drawing a text
label on a page tab. If this option is specified
as an empty string then the font option for the
overall tabnotebook is used..
<P>
</DD>
</DL>
<DL>
<DT><B>-foreground</B> <I>value</I><DD>
Specifies a foreground color to use for displaying
tab labels when they are selected. If this option
is specified as an empty string (the default),
then the foreground option for the overall tabnotebook
is used.
<P>
</DD>
</DL>
<DL>
<DT><B>-label</B> <I>value</I><DD>
Specifies a string to display as an identifying
label for a notebook page. This label serves as an
additional identifier used to reference the page.
This label may be used for the index value in
widget commands.
<P>
</DD>
</DL>
<DL>
<DT><B>-tabbackground</B> <I>value</I><DD>
Specifies a background color to use for displaying
a tab when it is not elected. If this option is
specified as an empty string (the default), then
the tabBackground option for the overall tabnotebook
is used.
<P>
</DD>
</DL>
<DL>
<DT><B>-tabforeground</B> <I>value</I><DD>
Specifies a foreground color to use for displaying
the tab's text label when it is not selected. If
this option is specified as an empty string (the
default), then the tabForeground option for the
overall tabnotebook is used.
<P>
</DD>
</DL>
<DL>
<DT><B>-padx</B> <I>value</I><DD>
<P>
</DD>
</DL>
Specifies a non-negative value indicating how much
extra space to request for a tab around its label
in the X-direction. When computing how large a
window it needs, the tab will add this amount to
the width it would normally need The tab will end
up with extra internal space to the left and right
of its text label. This value may have any of the
forms acceptable to Tk_GetPixels. If this option
is specified as an empty string (the default),
then the padX option for the overall tabnotebook
is used
<P>
<DL>
<DT><B>-pady</B> <I>value</I><DD>
Specifies a non-negative value indicating how much
extra space to request for a tab around its label
in the Y-direction. When computing how large a
window it needs, the tab will add this amount to
the height it would normally need The tab will end
up with extra internal space to the top and bottom
of its text label. This value may have any of the
forms acceptable to Tk_GetPixels. If this option
is specified as an empty string (the default),
then the padY option for the overall tabnotebook
is used
<P>
</DD>
</DL>
<DL>
<DT><B>-state</B> <I>value</I><DD>
Specifies one of two states for the page: normal
or disabled. In normal state unselected tabs are
displayed using the tabforeground and tabbackground
option from the tabnotebook or the page.
Selected tabs and pages are displayed using the
foreground and background option from the tabnotebook
or the page. The disabled state means that
the page and its tab is insensitive: it doesn't
respond to mouse button presses or releases. In
this state the entry is displayed according to its
disabledForeground option for the tabnotebook and
the background/tabbackground option from the page
or the tabnotebook.
<P>
</DD>
</DL>
<I>pathName</I> <B>childSite</B> ?<I>index</I>?<BR>
If passed no arguments, returns a list of pathNames for
all the pages in the tabnotebook. If the tab notebook
is empty, an empty list is returned
<P>
If <I>index</I> is passed, it returns the <I>pathName</I> for the
page's child site <B>frame</B> specified by <I>index</I>. Widgets
that are created with this <I>pathName</I> will be displayed
when the associated page is selected. If <I>index</I> is not a
valid index, an empty string is returned.
<P>
<I>pathName</I> <B>configure</B> ?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
<P>
Query or modify the configuration options of the
widget. If no <I>option</I> is specified, returns a list
describing all of the available options for <I>pathName</I>
(see <B>Tk_ConfigureInfo</B> for information on the format of
this list). If option is specified with no value, then
the command returns a list describing the one named
option (this list will be identical to the corresponding
sublist of the value returned if no option is
specified). If one or more option-value pairs are
specified, then the command modifies the given widget
option(s) to have the given value(s); in this case the
command returns an empty string. <I>Option</I> may have any of
the values accepted by the tabnotebook command.
<P>
<I>pathName</I> <B>delete</B> <I>index1</I> ?<I>index2</I>?<BR>
Delete all of the pages between <I>index1</I> and <I>index2</I>
inclusive. If <I>index2</I> is omitted then it defaults to
<I>index1</I>. Returns an empty string.
<P>
<I>pathName</I> <B>index</B> <I>index</I><BR>
Returns the numerical index corresponding to <I>index</I>.
<P>
<I>pathName</I> <B>insert</B> <I>index</I> ?<I>option</I> <I>value</I> <I>option</I> <I>value</I> ...?
Insert a new page in the tabnotebook before the page
specified by <I>index</I>. A new child site <B>frame</B> is created.
The additional arguments are the same as for the <B>add</B>
command. Returns the child site <I>pathName</I>.
<P>
<I>pathName</I> <B>next</B><BR>
Advances the selected page to the next page (order is
determined by insertion order). If the currently
selected page is the last page in the notebook, the
selection wraps around to the first page in the notebook.
It behaves as if the user selected the new page.
<P>
For notebooks with <B>auto</B> set to <B>true</B> the current page's
child site is unpacked from the notebook's child site
frame. Then the next page's child site is packed into
the notebook's child site frame. The Tcl command given
with the command option will be invoked between these
two operations.
<P>
For notebooks with <B>auto</B> set to <B>false</B> the Tcl command
given with the command option will be invoked.
<P>
<I>pathName</I> <B>pageconfigure</B> <I>index</I> ?<I>option</I>? ?<I>value</I> <I>option</I> <I>value</I> ...?
This command is similar to the <B>configure</B> command,
except that it applies to the options for an individual
page, whereas configure applies to the options for the
tabnotebook as a whole. <I>Options</I> may have any of the
values accepted by the add widget command. If options
are specified, options are modified as indicated in the
command and the command returns an empty string. If no
options are specified, returns a list describing the
current options for page index (see <B>Tk_ConfigureInfo</B>
for information on the format of this list).
<P>
<I>pathName</I> <B>prev</B><BR>
Moves the selected page to the previous page (order is
determined by insertion order). If the currently
selected page is the first page in the notebook, the
selection wraps around to the last page in the notebook.
It behaves as if the user selected the new page.
<P>
For notebooks with <B>auto</B> set to <B>true</B> the current page's
child site is unpacked from the notebook's child site
<B>frame</B>. Then the previous page's child site is packed
into the notebook's child site frame. The Tcl command
given with the command option will be invoked between
these two operations.
<P>
For notebooks with <B>auto</B> set to <B>false</B> the Tcl command
given with the command option will be invoked.
<P>
<I>pathName</I> <B>select</B> <I>index</I><BR>
Selects the page specified by <I>index</I> as the currently
selected page. It behaves as if the user selected the
new page.
<P>
For notebooks with <B>auto</B> set to <B>true</B> the current page's
child site is unpacked from the notebook's child site
frame. Then the <I>index</I> page's child site is packed into
the notebook's child site frame. The Tcl command given
with the command option will be invoked between these
two operations.
<P>
For notebooks with <B>auto</B> set to <B>false</B> the Tcl command
given with the command option will be invoked.
<P>
<I>pathName</I> <B>view</B><BR>
Returns the currently selected page. This command is
for compatibility with the <B>scrollbar</B> widget.
<P>
<I>pathName</I> <B>view</B> <I>index</I><BR>
Selects the page specified by <I>index</I> as the currently
selected page. This command is for compatibility with
the <B>scrollbar</B> widget.
<P>
<I>pathName</I> <B>view</B> <B>moveto</B> <I>fraction</I><BR>
Uses the <I>fraction</I> value to determine the corresponding
page to move to. This command is for compatibility with
the <B>scrollbar</B> widget.
<P>
<I>pathName</I> <B>view</B> <B>scroll</B> <I>num</I> <I>what</I>
<P>
Uses the <I>num</I> value to determine how many pages to move
forward or backward (<I>num</I> can be negative or positive).
The <I>what</I> argument is ignored. This command is for compatibility
with the <B>scrollbar</B> widget.
<P>
<H2><A NAME="sect10" HREF="#toc10"><B>COMPONENTS</B></A></H2>
Generally all behavior of the internal components, <B>tabset</B>
and <B>notebook</B> are controlled via the <B>pageconfigure</B> method.
The following section documents these two components.
<P>
Name: <B>tabset</B><BR>
Class: <B>Tabset</B>
<P>
This is the tabset component. It implements the tabs
that are associated with the notebook component.
<P>
See the "<B>Tabset</B>" widget manual entry for details on the
<B>tabset</B> component item.
<P>
Name: <B>notebook</B><BR>
Class: <B>Notebook</B>
<P>
This is the notebook component. It implements the notebook
that contains the pages of the tabnotebook.
<P>
See the "<B>Notebook</B>" widget manual entry for details on
the <B>notebook</B> component item.
<P>
<H2><A NAME="sect11" HREF="#toc11"><B>EXAMPLE</B></A></H2>
Following is an example that creates a tabnotebook with two
pages.
<P>
# Create the tabnotebook widget and pack it.
tabnotebook .tn -width 100 -height 100
pack .tn \<BR>
-anchor nw \<BR>
-fill both \<BR>
-expand yes \<BR>
-side left \<BR>
-padx 10 \<BR>
-pady 10
<P>
# Add two pages to the tabnotebook,
# labelled "Page One" and "Page Two"
.tn add -label "Page One"<BR>
.tn add -label "Page Two"
<P>
# Get the child site frames of these two pages.
set page1CS [.tn childsite 0]<BR>
set page2CS [.tn childsite "Page Two"]
<P>
# Create buttons on each page of the tabnotebook.
<P>
button $page1CS.b -text "Button One"
pack $page1CS.b<BR>
button $page2CS.b -text "Button Two"
pack $page2CS.b
<P>
# Select the first page of the tabnotebook.
.tn select 0
<P>
<H2><A NAME="sect12" HREF="#toc12"><B>AUTHOR</B></A></H2>
Bill W. Scott
<P>
<H2><A NAME="sect13" HREF="#toc13"><B>KEYWORDS</B></A></H2>
tab tabset notebook tabnotebook page
<P>
<HR><P>
<A NAME="toc"><B>Table of Contents</B></A><P>
<UL>
<LI><A NAME="toc1" HREF="#sect1">NAME</A></LI>
<LI><A NAME="toc2" HREF="#sect2">SYNOPSIS</A></LI>
<LI><A NAME="toc3" HREF="#sect3">INHERITANCE</A></LI>
<LI><A NAME="toc4" HREF="#sect4">STANDARD OPTIONS</A></LI>
<LI><A NAME="toc5" HREF="#sect5">WIDGET-SPECIFIC OPTIONS</A></LI>
<LI><A NAME="toc6" HREF="#sect6">DESCRIPTION</A></LI>
<LI><A NAME="toc7" HREF="#sect7">NOTEBOOK PAGES</A></LI>
<LI><A NAME="toc8" HREF="#sect8">TABS</A></LI>
<LI><A NAME="toc9" HREF="#sect9">WIDGET-SPECIFIC METHODS</A></LI>
<LI><A NAME="toc10" HREF="#sect10">COMPONENTS</A></LI>
<LI><A NAME="toc11" HREF="#sect11">EXAMPLE</A></LI>
<LI><A NAME="toc12" HREF="#sect12">AUTHOR</A></LI>
<LI><A NAME="toc13" HREF="#sect13">KEYWORDS</A></LI>
</UL>
</BODY></HTML>
|