NAME
TitleFrame - Frame with a title
CREATION
TitleFrame pathName ?option value...?
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



DESCRIPTION

TitleFrame enables user to create a frame with a title like XmFrame Motif widget.




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. Option may have any of the values accepted by the create command.
pathName configure ?option? ?value option value ...?
Modify the configuration options of the widget. Option may have any of the values accepted by the create command, except those who are read-only.
pathName getframe
Return the frame where the user can create any other widget.