lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi] wxWindowList::compatibility_iterator


From: Greg Chicares
Subject: [lmi] wxWindowList::compatibility_iterator
Date: Wed, 30 Nov 2005 05:22:16 +0000
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Is there a reasonable and safe way to use wxWindowList::compatibility_iterator
as one would use a standard-library iterator, e.g., incrementing it with '++'
instead of with GetNext()?

I think I could get at the underlying iterator like this in wx-2.5.4 :
  std::list<wxWindow*>::iterator node = GetChildren().GetFirst().m_iter;
but in wx cvs 'm_iter' is now a private member. So I thought I'd just ask
before spending a lot of time on this.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]