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
List.mui: Update entries count prior to range change
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
framedisplay.conf
blob
811b7b007b8aa184867576e77d74a86e7f38ddc9
1
##begin config
2
basename Framedisplay
3
version 1.1
4
date 06.07.2003
5
superclass MUIC_Area
6
classdatatype struct Framedisplay_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
#include "frame.h"
12
##end cdef
13
14
##begin cdefprivate
15
#include "framedisplay_private.h"
16
##end cdefprivate
17
18
##begin methodlist
19
OM_GET
20
OM_NEW
21
OM_SET
22
MUIM_AskMinMax
23
MUIM_DragDrop
24
MUIM_DragQuery
25
MUIM_Draw
26
##end methodlist