repo.or.cz
/
wmaker-crm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated todo with ideas for post 1.0
[wmaker-crm.git]
/
WINGs
/
Tests
/
mywidget.h
blob
7c493042b469533176bb9d39d3abf155630a87c6
1
2
/*
3
* Header for demo widget.
4
*
5
*/
6
7
typedef
struct
W_MyWidget MyWidget
;
8
9
10
MyWidget
*
CreateMyWidget
(
WMWidget
*
parent
);
11
12
void
SetMyWidgetText
(
MyWidget
*
mPtr
,
char
*
text
);
13
14
W_Class
InitMyWidget
(
WMScreen
*
scr
);
15