search for: left_of

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

Did you mean: left_
2007 Sep 11
1
LayoutConstraints upgrade path
Hey there. I have an application that I developed with an older branch of wxruby some time ago, and I made heavy use of the LayoutConstraints class. I''ve been looking around, but so far haven''t found much in the way of advice for this scenario. Is there any existing documentation as to updating such applications? Thanks, Ess -- SO not teh 1337
2006 Dec 03
0
[778] trunk/wxruby2: Remove broken and deprecated LayoutConstraints, update samples & docs
...te -* "IndividualLayoutConstraint#as_is":#IndividualLayoutConstraint_asis -* "IndividualLayoutConstraint#below":#IndividualLayoutConstraint_below -* "IndividualLayoutConstraint#unconstrained":#IndividualLayoutConstraint_unconstrained -* "IndividualLayoutConstraint#left_of":#IndividualLayoutConstraint_leftof -* "IndividualLayoutConstraint#percent_of":#IndividualLayoutConstraint_percentof -* "IndividualLayoutConstraint#right_of":#IndividualLayoutConstraint_rightof -* "IndividualLayoutConstraint#same_as":#IndividualLayoutConstraint_sa...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up