An open API service indexing awesome lists of open source software.

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

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