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

  /external/lzma/CPP/Windows/Control/
Dialog.h 77 bool CheckButton(int buttonID, UINT checkState)
79 bool CheckButton(int buttonID, bool checkState)
80 { return CheckButton(buttonID, UINT(checkState ? BST_CHECKED : BST_UNCHECKED)); }
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 630 CheckButton,

Completed in 102 milliseconds