Searched refs:m_clientObjectList (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcombobox.cpp251 m_clientObjectList.Append( (wxObject*)NULL );
297 wxList::compatibility_iterator node = m_clientObjectList.GetFirst();
304 m_clientObjectList.Clear();
355 if ( m_clientObjectList.GetCount() < count )
356 m_clientObjectList.Append( (wxObject*) NULL );
401 if ( m_clientObjectList.GetCount() < count )
402 m_clientObjectList.Insert( pos, (wxObject*) NULL );
434 wxList::compatibility_iterator node = m_clientObjectList.Item( n );
446 wxList::compatibility_iterator node = m_clientObjectList.Item( n );
460 wxList::compatibility_iterator node = m_clientObjectList
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcombobox.cpp277 m_clientObjectList.Append( (wxObject*)NULL );
309 m_clientObjectList.Append( (wxObject*)NULL );
385 wxList::compatibility_iterator node = m_clientObjectList.GetFirst();
392 m_clientObjectList.Clear();
454 if ( m_clientObjectList.GetCount() < count )
455 m_clientObjectList.Append( (wxObject*) NULL );
510 if ( m_clientObjectList.GetCount() < count )
511 m_clientObjectList.Insert( pos, (wxObject*) NULL );
541 wxList::compatibility_iterator node = m_clientObjectList.Item( n );
553 wxList::compatibility_iterator node = m_clientObjectList
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dcombobox.h147 wxList m_clientObjectList; member in class:wxComboBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcombobox.h130 wxList m_clientObjectList; member in class:wxComboBox

Completed in 65 milliseconds