in reply to perl tk

Hi,

print $mw->maxsize , "\n";

See Tk::Wm for documentation.

Cheers, Christoph

Update: there is also a family of screenxxxxx methods implemented ( and documented ) in Tk::Widget.

Replies are listed 'Best First'.
Re^2: perl tk
by modash (Initiate) on Feb 24, 2010 at 05:22 UTC
    Hey frnd i know that already n i did that too but if i use that minsize it shows only half of my main window and for maxsize it shows some empty white space in different size screens........i want my widgets sizes have to shrink if i minimize it to small screen and it should fit the window correctly whatever the window size.... am having images in my window, that size also have to shrink...like our normal windows application....