From: David S. <ds...@cs...> - 2010-01-14 02:03:39
|
So far I love wxHaskell when I stay safely within by simple understanding. But as soon as I step out side of my limited knowledge I am totally lost. So *Question one*: What is the best source of documentation? An example - I have successfully used grids to generate layout for a frame/ dialog. But I need to know the name of a grid so that I can later set some of its attributes (add rows cols, ....). The only commands I have found (in example code) to do this are g <- gridCreate parent id rect flags gridCreateGrid g 0 0 0 But I have failed to find and documentation for gridCreate or gridCreateGrid where should I look. *Question two*: Would it be better to use the wxWidgets documentation? if so is there any documented way to translate wxWidgets method calls into Haskell? Many thanks in advance david streader |