MCPcopy Create free account
hub / github.com/DarthTon/Xenos / Button

Method Button

src/Button.hpp:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10public:
11 Button( HWND hwnd = NULL )
12 : Control( hwnd ) { }
13
14 virtual bool checked() const { return Button_GetCheck( _hwnd ) != BST_UNCHECKED; }
15 virtual void checked( bool state ) { Button_SetCheck( _hwnd, state ); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected