https://github.com/katahiromz/setdlgitemdouble
https://github.com/katahiromz/setdlgitemdouble
controls dialog dialog-box double float floating-point header-only items number win32 win32api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/katahiromz/setdlgitemdouble
- Owner: katahiromz
- License: mit
- Created: 2019-02-19T02:52:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T06:13:53.000Z (over 7 years ago)
- Last Synced: 2025-03-02T10:24:31.864Z (over 1 year ago)
- Topics: controls, dialog, dialog-box, double, float, floating-point, header-only, items, number, win32, win32api
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SetDlgItemDouble
```c
#include "SetDlgItemDouble.h"
__inline double WINAPI
GetDlgItemDouble(HWND hDlg, int nItemID, BOOL *pbTranslated OPTIONAL);
__inline BOOL WINAPI
SetDlgItemDouble(HWND hDlg, int nItemID, double eValue, const char *fmt OPTIONAL);
__inline float WINAPI
GetDlgItemFloat(HWND hDlg, int nItemID, BOOL *pbTranslated OPTIONAL);
#define SetDlgItemFloat SetDlgItemDouble
```
License: MIT