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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
muimaster
/
classes
/
title.conf
blob
28702666da67db32ef0c2d973026139ddbdb7d3b
1
##begin config
2
basename Title
3
version 1.1
4
date 17.09.2015
5
superclass MUIC_Group
6
classdatatype struct Title_DATA
7
##end config
8
9
##begin cdef
10
#include "mui.h"
11
#include "title_private.h"
12
##end cdef
13
14
##begin methodlist
15
OM_NEW
16
OM_SET
17
OM_DISPOSE
18
MUIM_Draw
19
MUIM_Setup
20
MUIM_Cleanup
21
MUIM_HandleEvent
22
##end methodlist