cursor
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@180 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
055fddbd3a
commit
1a28f5bcda
13 changed files with 352 additions and 10 deletions
|
|
@ -299,6 +299,8 @@ void MwVaListApply(MwWidget handle, va_list va) {
|
|||
}
|
||||
|
||||
void MwSetDefault(MwWidget handle) {
|
||||
MwLLSetCursor(handle->lowlevel, &MwCursorDefault, &MwCursorDefaultMask);
|
||||
|
||||
MwSetText(handle, MwNbackground, MwDefaultBackground);
|
||||
MwSetText(handle, MwNforeground, MwDefaultForeground);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue