forked from pyrite-dev/milsko
picture works
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@83 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
8ea2d4a50a
commit
13164f0ed5
11 changed files with 71 additions and 13 deletions
|
|
@ -26,3 +26,7 @@ MwClassRec MwWindowClassRec = {
|
|||
NULL /* click */
|
||||
};
|
||||
MwClass MwWindowClass = &MwWindowClassRec;
|
||||
|
||||
void MwWindowSetIcon(MwWidget handle, MwLLPixmap pixmap) {
|
||||
MwLLSetIcon(handle->lowlevel, pixmap);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue