search for: wxsashwindow

Displaying 3 results from an estimated 3 matches for "wxsashwindow".

Did you mean: sashwindow
2006 Sep 17
1
wxSashWindow.rbw
...ts.rb. I fixed those as well. 4) Changing events.rb won''t cause src/Event.cpp|h to reswig. I''m no rake guru so I didn''t take a stab at fixing it so be sure you delete those two files or you won''t get the latest changes. 5) I found some missing functions in wxSashWindow.h, so I added them. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 24
1
Fixed events returning correct object
I have successfully patched the files to return the correct objects from events (and other places where we request back objects and have been getting the wrong thing). In doing so, I found a buglet in the wxSashWindow.rbw file. Here is a patch for that. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Nov 13
3
SashWindowLayout design
Hello! I want a SashWindowLayout with 3 small panels (below each other) on the left side and the big remaining area to the right. All walls movable. The approach that I''ve used to get kind of the effect I wanted was to first add the right-side area (right-aligned), then add 2 other top-aligned panels. Which leaves the remaining area to the panel at the bottom left. I got a problem