mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 03:49:56 +00:00
GUI engine and WYSIWYG interface designer for QB64
7a45de0418
- Exposes MessageBox from libqb.cpp (QB64's internal declaration/implementation; uses Windows API or an emulated alternative under Linux/macOS) - Scrollbar accepts clicks on the "track". - Adds a __UI_DoEvents routine that is triggered in the main loop and can also be added to user loops, in order to allow events to keep being triggered. - Visuall indicates that something is hogging the input routine (when programmer has a DO: LOOP and forgets the add __UI_DoEvents) - ListBoxes can be searched by typing item names. |
||
---|---|---|
UI.bas |