Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / balance.conf
blob67daffaf3a1478cddbcf903fb7d7b3055ca22d7b
1 ##begin config
2 basename      Balance
3 version       1.1
4 date          06.07.2003
5 superclass    MUIC_Area
6 classdatatype struct Balance_DATA
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 #include "balance_private.h"
12 ##end cdef
14 ##begin methodlist
15 OM_NEW
16 MUIM_AskMinMax
17 MUIM_Cleanup
18 MUIM_Draw
19 MUIM_HandleEvent
20 MUIM_Setup
21 ##end methodlist