Sha256: 8ff355f364ed4348ec8d6e4c351bde9fa44fffe3e77ac8db9a2061fb3c2ed9ac
Contents?: true
Size: 1.39 KB
Versions: 6
Compression:
Stored size: 1.39 KB
Contents
'\" Copyright (c) 2005 Joe English .so man.macros .TH frame n 0.7 tile "Tile Widget Set" .BS .SH NAME ttk::frame \- Simple container widget .SH SYNOPSIS \fBttk::frame\fR \fIpathName \fR?\fIoptions\fR? .BE .SH DESCRIPTION A \fBframe\fR widget is a container, used to group other widgets together. .SO \-class \-cursor \-takefocus \-style .SE .SH "OPTIONS" .OP -borderwidth borderWidth BorderWidth The desired width of the widget border. Defaults to 0. .OP -relief relief Relief One of the standard Tk border styles: \fBflat\fR, \fBgroove\fR, \fBraised\fR, \fBridge\fR, \fBsolid\fR, or \fBsunken\fR. Defaults to \fBflat\fR. .OP -padding padding Padding Additional padding to include inside the border. .OP -width width Width If specified, the widget's requested width in pixels. .OP -height height Height If specified, the widget's requested height in pixels. .SH "WIDGET COMMAND" Supports the standard widget commands \fBconfigure\fR, \fBcget\fR, \fBinstate\fR, and \fBstate\fR; see \fIwidget(n)\fR. .SH "NOTES" Note that if the \fBpack\fR, \fBgrid\fR, or other geometry managers are used to manage the children of the \fBframe\fR, by the GM's requested size will normally take precedence over the \fBframe\fR widget's \fB-width\fR and \fB-height\fR options. [\fBpack propagate\fR] and [\fBgrid propagate\fR] can be used to change this. .SH "SEE ALSO" widget(n), labelframe(n) .SH "KEYWORDS" widget, frame, container
Version data entries
6 entries across 6 versions & 1 rubygems