http://www.perlmonks.org?node_id=863206


in reply to Re^2: Google Translator -> wxPerl frontend
in thread Google Translator -> wxPerl frontend

Update:
fixed the size of the frame by removing Min & Max buttons.. new code:
$style = wxCAPTION|wxCLOSE_BOX|wxFRAME_NO_TASKBAR|wxCLIP_CHILDREN unless defined $style;