Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tk - Checkbuttons in a scrolled window ? 1

Status
Not open for further replies.

MoshiachNow

IS-IT--Management
Joined
Feb 6, 2002
Messages
1,851
Location
IL
HI,

I define checkbuttons to be called by a dialog :

$dialog5->add ('Label', -text => 'Select all items required to be recoverd',-font => [ -weight => 'bold'],
-foreground => 'blue')->pack;

MainLoop;

$button[$i] = $dialog5->Checkbutton(-text => $text,-font=>[courier => 9],-variable => \$var->{$_},-relief => 'flat')->pack(@pl);

I'd like to display my checkbuttons in a scrolled ,not fixed window,so that when I have lots of checkbuttons,the user can scroll them.
Apppreciate inputs.
Thanks


Long live king Moshiach !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top