debian man page for tk::tframe

Query: tk::tframe

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TFrame(3pm)						User Contributed Perl Documentation					       TFrame(3pm)

NAME
Tk::TFrame - A Titled Frame widget
SYNOPSIS
use Tk::TFrame; $frame1 = $parent->TFrame( -label => [ -text => 'Title' ], -borderwidth => 2, -relief => 'groove', ); # or simply $frame2 = $parent->TFrame( -label => 'Title' ); $frame1->pack; $frame2->pack;
DESCRIPTION
Tk::TFrame provides a frame but with a title which overlaps the border by half of it's height.
SEE ALSO
Tk::LabFrame
AUTHOR
Graham Barr <gbarr@pobox.com>
COPYRIGHT
Copyright (c) 1997-1998 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2007-12-06 TFrame(3pm)
Related Man Pages
authen::sasl::perl::anonymous(3) - mojave
errno(3pm) - mojave
errno5.18(3pm) - mojave
tk::labframe(3) - suse
authen::sasl::perl::login(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
Find columns in a file based on header and print to new file