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
use dmb/dsb from asm/cpu.h file.
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
floattext.conf
blob
e33498599a6d5827c8ec45ddc19d6315d60ac844
1
##begin config
2
basename Floattext
3
version 0.5
4
date 10.9.2014
5
superclass MUIC_List
6
classdatatype struct Floattext_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
##end cdef
12
13
##begin cdefprivate
14
#include "floattext_private.h"
15
##end cdefprivate
16
17
##begin methodlist
18
OM_NEW
19
OM_DISPOSE
20
OM_GET
21
OM_SET
22
MUIM_Draw
23
MUIM_Floattext_Append
24
##end methodlist