guichan fixes

This commit is contained in:
lubomyr
2015-10-08 20:14:15 +03:00
parent 09fe40cc82
commit a93521173c
121 changed files with 771 additions and 49 deletions

0
project/jni/guichan/src/widgets/button.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/checkbox.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/container.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/dropdown.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/icon.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/imagebutton.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/label.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/listbox.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/radiobutton.cpp Normal file → Executable file
View File

2
project/jni/guichan/src/widgets/scrollarea.cpp Normal file → Executable file
View File

@@ -58,7 +58,7 @@ namespace gcn
mHScroll = 0;
mHPolicy = SHOW_AUTO;
mVPolicy = SHOW_AUTO;
mScrollbarWidth = 12;
mScrollbarWidth = 22;
mUpButtonPressed = false;
mDownButtonPressed = false;
mLeftButtonPressed = false;

0
project/jni/guichan/src/widgets/slider.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/tab.cpp Normal file → Executable file
View File

2
project/jni/guichan/src/widgets/tabbedarea.cpp Normal file → Executable file
View File

@@ -319,7 +319,7 @@ namespace gcn
{
for (unsigned int i = 0; i < mTabs.size(); i++)
{
mTabs[i].second->logic();
mTabs[i].second->logic();
}
}

0
project/jni/guichan/src/widgets/textbox.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/textfield.cpp Normal file → Executable file
View File

0
project/jni/guichan/src/widgets/window.cpp Normal file → Executable file
View File