Searched refs:wxWindowList (Results 1 - 25 of 66) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dpopupwin.h53 static wxWindowList m_svShownPopups;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcontainr.cpp58 wxWindowList::compatibility_iterator node = m_winParent->GetChildren().GetFirst();
156 const wxWindowList& siblings = btn->GetParent()->GetChildren();
157 wxWindowList::compatibility_iterator nodeThis = siblings.Find(btn);
161 wxWindowList::compatibility_iterator nodeBefore = nodeThis->GetPrevious();
186 const wxWindowList& siblings = btn->GetParent()->GetChildren();
187 wxWindowList::compatibility_iterator nodeThis = siblings.Find(btn);
191 wxWindowList::compatibility_iterator nodeNext = nodeThis->GetNext();
276 const wxWindowList& children = m_winParent->GetChildren();
289 for ( wxWindowList::const_iterator i = children.begin(),
341 wxWindowList
[all...]
H A Dtoplvcmn.cpp96 for ( wxWindowList::const_iterator i = wxTopLevelWindows.begin(),
123 wxWindowList::const_iterator i;
124 const wxWindowList::const_iterator end = wxTopLevelWindows.end();
354 for ( wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
H A Dwincmn.cpp89 WXDLLIMPEXP_DATA_CORE(wxWindowList) wxTopLevelWindows;
174 m_constraintsInvolvedIn = (wxWindowList *) NULL;
433 wxWindowList::compatibility_iterator node;
494 for ( wxWindowList::compatibility_iterator node = win->GetChildren().GetFirst();
547 for ( wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
586 for ( wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
1352 wxWindowList::compatibility_iterator node;
1368 wxWindowList::compatibility_iterator node;
1424 for ( wxWindowList::compatibility_iterator node = parent->GetChildren().GetFirst();
1454 for ( wxWindowList
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dradiobut.cpp202 const wxWindowList& rSiblings = GetParent()->GetChildren();
203 wxWindowList::compatibility_iterator nodeThis = rSiblings.Find(this);
215 for ( wxWindowList::compatibility_iterator nodeBefore = nodeThis->GetPrevious();
245 for (wxWindowList::compatibility_iterator nodeAfter = nodeThis->GetNext();
H A Dnativdlg.cpp140 wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dradiobut.cpp77 const wxWindowList& siblings = GetParent()->GetChildren();
78 wxWindowList::compatibility_iterator nodeStart = siblings.Find(this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dradiobut.cpp178 const wxWindowList& siblings = GetParent()->GetChildren();
179 wxWindowList::compatibility_iterator nodeThis = siblings.Find(this);
195 for ( wxWindowList::compatibility_iterator nodeBefore = nodeThis->GetPrevious();
231 for ( wxWindowList::compatibility_iterator nodeAfter = nodeThis->GetNext();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dwindow.cpp115 // make wxWindowList known before the property is used
117 wxCOLLECTION_TYPE_INFO( wxWindow* , wxWindowList ) ;
119 template<> void wxCollectionToVariantArray( wxWindowList const &theList, wxxVariantArray &value)
121 wxListCollectionToVariantArray<wxWindowList::compatibility_iterator>( theList , value ) ;
171 wxREADONLY_PROPERTY_COLLECTION( Children , wxWindowList , wxWindowBase* , GetWindowChildren , wxPROP_OBJECT_GRAPH /*flags*/ , wxT("Helpstring") , wxT("group"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmdi.cpp28 extern wxWindowList wxModelessWindows;
149 for ( wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
289 for ( wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
H A Dradiobut.cpp58 wxWindowList::compatibility_iterator node = parent->GetChildren().GetLast();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dradiobut.cpp54 wxWindowList::Node *node = parent->GetChildren().GetLast();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dtoplevel.h130 extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwindow.h21 #include "wx/list.h" // defines wxWindowList
111 WX_DECLARE_LIST_3(wxWindow, wxWindowBase, wxWindowList, wxWindowListNode, class WXDLLEXPORT);
117 extern WXDLLEXPORT_DATA(wxWindowList) wxTopLevelWindows;
576 const wxWindowList& GetChildren() const { return m_children; }
577 wxWindowList& GetChildren() { return m_children; }
580 const wxWindowList& GetWindowChildren() const { return GetChildren() ; }
1049 wxWindowList *GetConstraintsInvolvedIn() const
1207 wxWindowList m_children;
1259 wxWindowList *m_constraintsInvolvedIn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dwindow.h274 wxWindowList *m_childrenDisabled;
293 WX_DECLARE_HASH(wxWindowPalm, wxWindowList, wxWinHashTable);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcursor.cpp460 for(wxWindowList::compatibility_iterator node = win->GetChildren().GetFirst (); node;
474 for(wxWindowList::compatibility_iterator node = wxTopLevelWindows.GetFirst (); node;
492 for(wxWindowList::compatibility_iterator node = wxTopLevelWindows.GetFirst (); node;
H A Dradiobut.cpp95 wxWindowList::compatibility_iterator node = parent->GetChildren().GetLast();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmdi.cpp73 wxWindowList::compatibility_iterator node = client_window->GetChildren().GetFirst();
185 wxWindowList::compatibility_iterator node = m_clientWindow->GetChildren().GetFirst();
257 wxWindowList::compatibility_iterator node = m_clientWindow->GetChildren().GetFirst();
H A Dradiobut.cpp82 wxWindowList::compatibility_iterator node = parent->GetChildren().GetLast();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dmdi.cpp80 wxWindowList::compatibility_iterator node = client_window->GetChildren().GetFirst();
194 wxWindowList::compatibility_iterator node = m_clientWindow->GetChildren().GetFirst();
271 wxWindowList::compatibility_iterator node = m_clientWindow->GetChildren().GetFirst();
H A Dradiobut.cpp91 wxWindowList::compatibility_iterator node = parent->GetChildren().GetLast();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dwindow.h529 wxWindowList *m_childrenDisabled;
594 WX_DECLARE_HASH(wxWindow, wxWindowList, wxWinHashTable);
596 WX_DECLARE_HASH(wxWindowMSW, wxWindowList, wxWinHashTable);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dwindow.cpp189 wxWindowList& children = GetChildren();
190 for ( wxWindowList::iterator i = children.begin(); i != children.end(); ++i )
769 wxWindowList& children = GetChildren();
770 for ( wxWindowList::iterator i = children.begin();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpfrm.cpp205 for ( wxWindowList::iterator it = wxTopLevelWindows.begin();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtoplevel.h164 extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows;

Completed in 294 milliseconds

123