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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgauge.tex5 wxGauge supports two working modes: determinate and indeterminate progress.
183 This function makes the gauge switch to determinate mode, if it's not already.
206 This function makes the gauge switch to determinate mode, if it's not already.
226 want to restore the determinate mode.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.cpp1097 // indeterminate mode but switch to the determinate one later
1098 const bool determinate = i > max/2; local
1104 else if ( !determinate )
1108 else if ( determinate )
1110 msg = _T("Now in standard determinate mode");
1115 if ( determinate )

Completed in 53 milliseconds