search for: wxlayoutconstraints

Displaying 5 results from an estimated 5 matches for "wxlayoutconstraints".

Did you mean: layoutconstraints
2005 Aug 16
4
wxLayoutContraints.h
The file swig/classes/includes/wxLayoutConstraints.h may need to be updated. It''s missing centreX and centreY from the list of wxIndividualLayoutConstraints. I''d send a patch in but I''m wondering if this file just needs to be regenerated from scratch. Roy
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...unk/wxruby2/samples/controls/controls.rb</a></li> <li><a href="#trunkwxruby2swigclassesWindowi">trunk/wxruby2/swig/classes/Window.i</a></li> </ul> <h3>Removed Paths</h3> <ul> <li><a href="#trunkwxruby2samplesbigdemowxLayoutConstraintsrbw">trunk/wxruby2/samples/bigdemo/wxLayoutConstraints.rbw</a></li> <li><a href="#trunkwxruby2swigclassesIndividualLayoutConstrainti">trunk/wxruby2/swig/classes/IndividualLayoutConstraint.i</a></li> <li><a href="#trunkwxruby2swigcla...
2006 Aug 10
3
update on samples
Hi all Have been taking a look at the samples to see what''s broken. Not looking TOO bad overall, but a few problems we should try and tackle before alpha: Firstly, I have a few commits (minimal, dialogs, unicode) - anyone else been working on these or can I go ahead? One general issue is that many of the samples rely on being run from their own directory, but don''t enforce
2007 Mar 18
0
[895] branches/wxruby2/wxwidgets_282/swig/classes: Fix Window::GetChildren method for changes in 2.6 -> 2.8 API
...dren() ; </del><ins>+ wxWindowList& GetChildren() ; </ins><span class="cx"> void GetClientSize(int* width , int* height ) const; </span><span class="cx"> wxSize GetClientSize() const; </span><span class="cx"> wxLayoutConstraints* GetConstraints() const; </span></span></pre> </div> </div> </body> </html>
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns a pointer to the window''s layout constraints, or NULL if there are none. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxLayoutConstraints* GetConstraints() const; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Return the sizer that this window is a member of, if any, otherwise - . -&nbsp&nb...