Files
2026-06-01 12:46:52 +02:00

19 lines
179 B
C++

#ifndef _UIHelper_h_
#define _UIHelper_h_
class KUIWnd;
/// @brief check button 상태 설정
bool setCheckBox(KUIWnd* wnd, char const* controlID, bool check);
#endif