Searched refs:inPane (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dbarhintspl.cpp357 wxPoint inPane = pos; local
358 mpPane->PaneToFrame( &inPane.x, &inPane.y );
372 if ( is_in_box( wxPoint( rect.x + mHintGap + boxOfs, coord ), inPane ) )
383 if ( is_in_box( wxPoint( rect.x + mHintGap + boxOfs, coord ), inPane ) )
396 if ( is_in_box( wxPoint( coord , rect.y + mHintGap + boxOfs ), inPane ) )
406 if ( is_in_box( wxPoint( coord, rect.y + mHintGap + boxOfs ), inPane ) )
H A Dbardragpl.cpp216 wxRect inPane = rect;
218 mpCurPane->FrameToPane( &inPane );
220 int rowNo = mpCurPane->GetRowAt( inPane.y, inPane.y + inPane.height );
226 inPane.x = 0;
227 inPane.width = mpCurPane->mPaneWidth;
229 mpCurPane->PaneToFrame( &inPane );
231 rect = inPane;

Completed in 138 milliseconds