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
Safer handling of Booleans.
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
numericbutton.conf
blob
92eb62dd61779395a981e710097d8742da6698d6
1
##begin config
2
basename Numericbutton
3
version 1.0
4
date 14.10.2003
5
superclass MUIC_Numeric
6
classdatatype struct Numericbutton_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
##end cdef
12
13
##begin cdefprivate
14
#include "numericbutton_private.h"
15
##end cdefprivate
16
17
##begin methodlist
18
OM_NEW
19
OM_SET
20
MUIM_AskMinMax
21
MUIM_Cleanup
22
MUIM_Draw
23
MUIM_HandleEvent
24
MUIM_Hide
25
MUIM_Setup
26
MUIM_Show
27
##end methodlist