Returns the @e nth node in the list, indexing from zero (@NULL if the list is
empty
or the nth node could not be found).
Returns the @e nth node in the list, indexing from zero (@NULL if the list is
empty
or the nth node could not be found).
compatibility only and usage of this class is strongly deprecated.
In the documentation below, the type @c T should be thought of as a
compatibility only and usage of this class is strongly deprecated.
In the documentation below, the type @c T should be thought of as a
in other words, the first argument of WX_DECLARE_LIST macro. Also, wxNode is
written as wxNodeT even though it isn't really a template class -- but it
helps to think of it as if it were.
in other words, the first argument of WX_DECLARE_LIST macro. Also, wxNode is
written as wxNodeT even though it isn't really a template class -- but it
helps to think of it as if it were.