HomeSort by relevance Sort by last modified time
    Searched defs:EnableButton (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Windows/Control/
ToolBar.h 32 bool EnableButton(UINT buttonID, bool enable) { return LRESULTToBool(SendMessage(TB_ENABLEBUTTON, buttonID, MAKELONG(BoolToBOOL(enable), 0))); }
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.cpp 130 EnableButton(false, "StartDevice");
162 EnableButton(true, "StartPreview");
163 EnableButton(true, "StartStopRecord");
164 EnableButton(true, "TakePhoto");
187 EnableButton(false, "StartPreview");
210 EnableButton(true, "StartPreview");
381 void AdvancedCapture::EnableButton(bool enabled, String^ name)
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_spinbuttonimp.cpp 28 FWL_ERR IFWL_SpinButton::EnableButton(FX_BOOL bEnable, FX_BOOL bUp) {
30 ->EnableButton(bEnable, bUp);
146 FWL_ERR CFWL_SpinButtonImp::EnableButton(FX_BOOL bEnable, FX_BOOL bUp) {
350 m_pOwner->EnableButton(FALSE, FALSE);

Completed in 1456 milliseconds