fix
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@84 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
13164f0ed5
commit
a5200bdb3f
5 changed files with 12 additions and 12 deletions
|
|
@ -186,7 +186,11 @@ void MwSetText(MwWidget handle, const char* key, const char* value) {
|
|||
}
|
||||
|
||||
void MwSetVoid(MwWidget handle, const char* key, void* value) {
|
||||
shput(handle->data, key, value);
|
||||
if(strcmp(key, MwNiconPixmap) == 0) {
|
||||
MwLLSetIcon(handle->lowlevel, value);
|
||||
} else {
|
||||
shput(handle->data, key, value);
|
||||
}
|
||||
}
|
||||
|
||||
int MwGetInteger(MwWidget handle, const char* key) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue