Searched refs:tool2 (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/msw/wince/
H A Dtbarwce.cpp293 wxToolBarToolBase *tool2 = node->GetData(); local
294 if ( tool2 == tool )
302 if ( tool2->IsControl() )
304 pos += ((wxToolMenuBarTool *)tool2)->GetSeparatorsCount() - 1;
345 wxToolBarToolBase *tool2 = node->GetData(); local
346 if ( tool2->IsControl() )
349 wxControl *control = tool2->GetControl();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoolbar.cpp1225 wxToolBarTool *tool2 = (wxToolBarTool*) node2->GetData(); local
1227 const long idx = tool2->GetIndex();
1230 if ( tool2->IsControl() )
1232 CFIndex count = CFGetRetainCount( tool2->GetControl()->GetPeer()->GetControlRef() ) ;
1234 wxASSERT( IsValidControlHandle(tool2->GetControl()->GetPeer()->GetControlRef() )) ;
1242 if ( tool2->IsControl() )
1244 CFIndex count = CFGetRetainCount( tool2->GetControl()->GetPeer()->GetControlRef() ) ;
1246 wxASSERT( IsValidControlHandle(tool2->GetControl()->GetPeer()->GetControlRef() )) ;
1249 tool2->SetIndex(-1);
1666 wxToolBarToolBase *tool2 variable
1715 wxToolBarTool *tool2 = (wxToolBarTool*) node->GetData(); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoolbar.cpp511 wxToolBarToolBase *tool2 = node->GetData(); variable
512 if ( tool2 == tool )
529 wxToolBarTool *tool2 = (wxToolBarTool*) node->GetData(); variable
530 wxPoint pt = tool2->GetPosition() ;
540 tool2->SetPosition( pt ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp477 wxToolBarToolBase *tool2 = node->GetData(); local
478 if ( tool2 == tool )
486 if ( tool2->IsControl() )
487 pos += ((wxToolBarTool *)tool2)->GetSeparatorsCount() - 1;
527 wxToolBarToolBase *tool2 = node->GetData(); local
528 if ( tool2->IsControl() )
531 wxControl *control = tool2->GetControl();

Completed in 58 milliseconds