Searched refs:MSWOnMeasure (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dchecklst.h77 virtual bool MSWOnMeasure(WXMEASUREITEMSTRUCT *item);
H A Dcontrol.h63 virtual bool MSWOnMeasure(WXMEASUREITEMSTRUCT *WXUNUSED(item)) { return false; }
H A Dlistbox.h99 bool MSWOnMeasure(WXMEASUREITEMSTRUCT *item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dchecklst.h78 virtual bool MSWOnMeasure(WXMEASUREITEMSTRUCT *item);
H A Dlistbox.h106 bool MSWOnMeasure(WXMEASUREITEMSTRUCT *item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistbox.cpp300 bool wxListBox::MSWOnMeasure(WXMEASUREITEMSTRUCT *item) function in class:wxListBox
H A Dchecklst.cpp254 bool wxCheckListBox::MSWOnMeasure(WXMEASUREITEMSTRUCT *item) function in class:wxCheckListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchecklst.cpp381 bool wxCheckListBox::MSWOnMeasure(WXMEASUREITEMSTRUCT *item) function in class:wxCheckListBox
383 if ( wxListBox::MSWOnMeasure(item) ) {
H A Dlistbox.cpp820 bool wxListBox::MSWOnMeasure(WXMEASUREITEMSTRUCT *item) function in class:wxListBox
H A Dwindow.cpp4339 return item->MSWOnMeasure(itemStruct);

Completed in 212 milliseconds