Re: More points for the technical discussion
Nick Name <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.gui |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 18 Feb 2003 00:15:47 +0100 Wolfgang Thaller <[email protected]> wrote: > You'd say that you have one > OK button, one Cancel button, and one button that doesn't fit in any > of those two categories, and the library would place the buttons > appropriately. This seems a special case of an automatic layout layer to my eyes. I know few things about GUIs and am wondering if automatic layout wich takes in account issues like button ordering is common pratice or a very difficult problem (no need to say it seems not difficult to me at a first glance :)). V.