repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
workbench
/
libs
/
muimaster
/
classes
/
numericbutton.conf
blob
06abb219e187d4144a629619992b6504f4eb53b1
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
#include "numericbutton_private.h"
12
##end cdef
13
14
##begin methodlist
15
OM_NEW
16
OM_SET
17
MUIM_AskMinMax
18
MUIM_Cleanup
19
MUIM_Draw
20
MUIM_HandleEvent
21
MUIM_Hide
22
MUIM_Setup
23
MUIM_Show
24
##end methodlist