NAME
TitleFrame - a frame with a surrounding boundary line and a title
SYNOPSIS
TitleFrame pathName ?option value...?
DESCRIPTION
STANDARD OPTIONS
-background or -bg
-borderwidth or -bd
-font
-foreground or -fg
-relief
-text
WIDGET-SPECIFIC OPTIONS
-baseline
-ipad
-side
WIDGET COMMAND
pathName cget option
pathName configure ?option? ?value option value ...?
pathName getframe

NAME

TitleFrame - a frame with a surrounding boundary line and a title

SYNOPSIS

TitleFrame pathName ?option value...?

DESCRIPTION

A TitleFrame is a frame with a surrounding boundary line and a title. It is used by SelectColor.

Since BWidget was written, Tk has been extended to include a labelframe widget, and the latter may be more suitable than TitleFrame for new designs.

WIDGET-SPECIFIC OPTIONS

-baseline
Specifies the vertical alignment of the title: top, center or bottom.
-ipad
Specifies a pad between the border of the frame and the user frame. The value is in screen units.
-side
Specifies the horizontal alignment of the title: left, center or right.

WIDGET COMMAND

pathName cget option
Returns the current value of the configuration option given by option. Argument option may have any of the values accepted by the creation command TitleFrame.
pathName configure ?option? ?value option value ...?
Query or modify the configuration options of the widget. If no option is specified, returns a list describing all of the available options for pathName. 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. Argument option may have any of the values accepted by the creation command TitleFrame. Read-only options cannot be modified.
pathName getframe
Return the frame where the user can create any other widget.
Copyright © 1998-1999 UNIFIX.
Copyright © 2001-2002 ActiveState Corp.
Copyright © 2017-2025 CitizenEarth Internet Ltd.