File: hozwin.h

package info (click to toggle)
hoz 1.65-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 444 kB
  • sloc: ansic: 4,299; makefile: 148; sh: 48
file content (22 lines) | stat: -rwxr-xr-x 647 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* #define WINDOWS_LEAN_AND_MEAN */


#define ID_EDIT_SIZE     1001
#define ID_EDIT_RPRT     1002
#define ID_CHECK_PRGR    1003
#define ID_BUTTON_CUT    1004
#define ID_BUTTON_PASTE  1005
#define ID_STATIC_SIZE   1006
#define ID_STATIC_OUTP   1007
#define ID_EDIT_OUTP     1008
#define ID_COMBO_SIZE    1009
int APIENTRY WinMain(HINSTANCE, HINSTANCE, LPTSTR, int);
size_t hoz_getsize();
int hoz_getoutpdir();
void hoz_initofn(OPENFILENAME *, char *);
int hoz_fileop(const int);
void hoz_loadfonts(const char *, const int);
void hoz_ready();
LRESULT CALLBACK dialog_main(HWND, UINT, WPARAM, LPARAM);
LPWORD lpwAlign(LPWORD);
LRESULT hoz_dlgopen();