GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CornerBox(3) User Contributed Perl Documentation CornerBox(3)

Tk::CornerBox - a geometry manager for scaling two subwidgets

    use Tk;

    use Tk::CornerBox;

    my $l_MainWindow = MainWindow->new();

    my $l_Corner = $l_MainWindow->CornerBox();

    $l_Corner->place
       (
        '-width' => 20,
        '-height' => 20,
        '-relx' => 1,
        '-rely' => 1,
        '-anchor' => 'se',
        '-x' => -3,
        '-y' => -3,
       );

    Tk::MainLoop();

The CornerBox is a simple textured widget that allows you to resize the window its in by dragging it. You use it by creating one in the regular Tk manner and (preferably) packing or placing it in the lower right corner of your window. It is frame derived and should act accordingly.

Damion K. Wilson, dkw@rcm.bm

Based on the little corner drag widget that you see all over the place.

Hey, I know it's a M$oft thingy but I've got to integrate my Perl/Tk apps into that environment.

February 1999: Actually started using it

Hey! The above document had some coding errors, which are explained below:
Around line 137:
=cut found outside a pod block. Skipping to next block.
1999-11-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.