mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
enable scrollview by default
This commit is contained in:
@@ -236,7 +236,7 @@ build_ctrl_trackbar="yes"
|
||||
build_ctrl_scrollbar="yes"
|
||||
build_ctrl_newtoolbar="yes"
|
||||
build_ctrl_menubutton="yes"
|
||||
build_ctrl_scrollview="no"
|
||||
build_ctrl_scrollview="yes"
|
||||
build_ctrl_textedit="no"
|
||||
build_ctrl_monthcal="no"
|
||||
build_ctrl_treeview="no"
|
||||
|
||||
@@ -4606,9 +4606,6 @@ MG_EXPORT int GUIAPI GetClipRegion (HDC hdc, CLIPRGN* cliprgn);
|
||||
* \note If BITMAP's bmPitch is zero or bmBits is NULL, it will be malloc bmBits
|
||||
* internal, you need init the BITMAP surely(such as \a InitBitmap) or
|
||||
* memset(bmp, 0, sizeof(BITMAP)).
|
||||
* \code
|
||||
* void GUIAPI SaveScreenBox (int x, int y, int w, int h, void* vbuf)
|
||||
* \endcode
|
||||
*
|
||||
* \sa FillBoxWithBitmap, bmp_struct
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user