Re: [wxhaskell-users] splitterWindow

2012-04-02 Thread Henning Thielemann
On Mon, 2 Apr 2012, Jeremy O'Donoghue wrote: This is a very good idea, but I was thinking of doing almost exactly the opposite: before I apply the changes to the main repo, I was planning to create a wxHaskell-0.13 (wxWidgets 2.8.x) branch on code.haskell.org, probably by creating wxdirect-0.

Re: [wxhaskell-users] splitterWindow

2012-04-02 Thread Jeremy O'Donoghue
On 30 March 2012 08:42, Henning Thielemann wrote: > > On Tue, 27 Mar 2012, Henning Thielemann wrote: > > > I want to use a splitterWindow. For instance I wanted to change the > 'gravity' > > because the default value is not appropriate for my application. > > Unfortunately there is no splitterWind

Re: [wxhaskell-users] splitterWindow

2012-03-30 Thread Henning Thielemann
On Tue, 27 Mar 2012, Henning Thielemann wrote: > I want to use a splitterWindow. For instance I wanted to change the 'gravity' > because the default value is not appropriate for my application. > Unfortunately there is no splitterWindowSetSashGravity function. I have added splitterWindowSetSas

[wxhaskell-users] splitterWindow

2012-03-27 Thread Henning Thielemann
I want to use a splitterWindow. For instance I wanted to change the 'gravity' because the default value is not appropriate for my application. Unfortunately there is no splitterWindowSetSashGravity function. Then I like to react to a moved sash of the splitter window. I did not find an Event f