noreply at rubyforge.org
2009-May-05 07:21 UTC
[wxruby-development] [ wxruby-Patches-25781 ] Add the AuiFloatingFrame class
Patches item #25781, was opened at 05/05/2009 09:21
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=220&aid=25781&group_id=35
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Pascal Hurni (phi)
Assigned to: Nobody (None)
Summary: Add the AuiFloatingFrame class
Initial Comment:
Hi,
Here is a patch to add support for the AuiFloatingFrame class.
This class isn''t usefull in itself, but we may need it for identity
purpose.
I have a situation where I must climb up the window parent relationship and I
may end up in a AuiFloatingFrame as top level window.
def find_top_level
top_level = self
top_level = top_level.get_parent until top_level.is_top_level
top_level
end
Regards,
Pascal
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=220&aid=25781&group_id=35