home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.windows.x.motif:5864 comp.windows.x:15724
- Newsgroups: comp.windows.x.motif,comp.windows.x
- Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!alpha.ces.cwru.edu!bharat
- From: bharat@ces.cwru.edu (M R Bharat)
- Subject: Text widgets do not resize
- Message-ID: <1992Aug27.180751.13522@usenet.ins.cwru.edu>
- Sender: news@usenet.ins.cwru.edu
- Nntp-Posting-Host: fox.ces.cwru.edu
- Organization: Case Western Reserve University
- Date: Thu, 27 Aug 92 18:07:51 GMT
- Lines: 38
-
- Hello,
-
- In my motif application, I have a problem with my resizing events.
- The widget hierarchy is like this:
-
- Form widget
- ....
- ScrolledWindowWidget
- RowColumn
- Form
- Form
- .....
-
- The number of form widgets varies dynamically and each form widget has
- 2 label gadgets and a text widget.
-
- Now the problem is when I resize my main window only my scrolled window
- resizes. The rowcolumn, form and the text widgets do not catch the resize
- event, and eventually my single line text widget does not resize.
-
- This is a similar program to that of the one in the Motif programming
- Manual Volume six of O'Reilly, which exactly works the way I want it.
- The difference is that the above program uses toplevel shell as the
- parent for the scrolled window whereas my program uses a form widget
- as the parent and I have a form widget above and a frame widget below
- the scrolled window.
-
- Prakash
-
- lilbit!prakash@skybridge.scl.cwru.edu
- (216) 371 9777
-
-
-
-
-
-
-