Last change
on this file since 285 was
35,
checked in by Eugene Romanenko, 15 years ago
|
added licence block to source files
|
File size:
481 bytes
|
Line | |
---|
1 | #ifndef __WWBTN_H |
---|
2 | #define __WWBTN_H |
---|
3 | |
---|
4 | /* |
---|
5 | * wwbtn interface. |
---|
6 | * by Eugene Romanenko |
---|
7 | * |
---|
8 | * This code is in the public domain and has no copyright. |
---|
9 | */ |
---|
10 | |
---|
11 | |
---|
12 | #define UBTNTYPE_RADIOBUTTON 1 |
---|
13 | #define UBTNTYPE_CHECKBOX 2 |
---|
14 | |
---|
15 | #ifdef __cplusplus |
---|
16 | extern "C" { |
---|
17 | #endif |
---|
18 | |
---|
19 | void UButtonJob( HWND owner, MPARAM mp1, MPARAM mp2, |
---|
20 | int buttonType, PUSHORT group ); |
---|
21 | |
---|
22 | void toWordWrapLabel( HWND hwnd ); |
---|
23 | |
---|
24 | #ifdef __cplusplus |
---|
25 | } |
---|
26 | #endif |
---|
27 | |
---|
28 | #endif // __WWBTN_H |
---|
Note: See
TracBrowser
for help on using the repository browser.