how to resize mega widgets
Martin Franklin
MFranklin1 at gatwick.westerngeco.slb.com
Thu Mar 20 15:07:48 EST 2003
More information about the Python-list mailing list
Thu Mar 20 15:07:48 EST 2003
- Previous message (by thread): how to resize mega widgets
- Next message (by thread): win32: exposing python scripts as .dll's
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
student wrote: > sorry if this is somewhere in the docs .. .but i just can't find it > > i'm creating a Pmw.TextDialog and i can figure out how to change the > default size of the text window inside, i create it as follows: > > self.dialog = Pmw.TextDialog(parent, scrolledtext_labelpos = 'n', > title = title, > defaultbutton = 0, > label_text = label, > hull_width = 100, > hull_height = 150) > use text_height (in number of lines) and text_width (in number of chars.)
- Previous message (by thread): how to resize mega widgets
- Next message (by thread): win32: exposing python scripts as .dll's
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list