module Main where
import Graphics.UI.WX
main = start $
do f <- frame [text := "Layout testing"]
st <- staticText f [ text := "no" ]
set st [ on click := \_ -> set st [ text := "yes\nyes" ] ]
set f [ layout := widget st ]
Hobby-hacking Eric
2006-01-10
Shoot - can't figure out layout issue. Minimal example of why Whatsnew's flexible guipatch widget doesn't work. WF response from wxhaskell mailing list
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2006
(79)
-
▼
January
(19)
- So tired... skipped work today because i was so so...
- another dateparser error
- no start twice
- radical departure for wxDarcs
- three tabs
- wxDarcs widget progress
- standalone gui
- wxDarcs
- Just noticed something I like about the present gu...
- Layout bugs in Record.lhs fixed!
- There was some interest in the GUI by a user on #d...
- Droundy believes that we should still consider the...
- Record.lhs (gui)
- So yesterday it occured to me that I should shelve...
- What the heck is going on here?
- Whatsnew display seems to work now! I'm doing some...
- Well, since I can't really use dynamically sized w...
- Shoot - can't figure out layout issue. Minimal exa...
- Got Darcs.Gui stuff in Makefile. Main just calls t...
-
▼
January
(19)
No comments:
Post a Comment