repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert commit 56204.
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
scale_private.h
blob
a9a02d1d282044a792303b3d5704956f64e30c83
1
#ifndef _SCALE_PRIVATE_H_
2
#define _SCALE_PRIVATE_H_
3
4
/*** Instance data **********************************************************/
5
struct
Scale_DATA
6
{
7
BOOL horiz
;
8
LONG label_height
;
9
LONG label_minwidth
;
10
};
11
12
#endif
/* _SCALE_PRIVATE_H_ */