libui/test
Angelo Haller 79bb0057c8 Add new API functions to get and set the visibility of table headers.
Added API functions:
uiTableHeaderVisible() to determine whether the table header is visible.
uiTableHeaderSetVisible() to set the visibility of the table header.

Implementation provided for unix, darwin, and windows.

Notes: as darwin does not provide an API for hiding or recreating the
table header I opted for saving a reference and restoring that when the
visibility is set back to true. Setting the header to nil to hide it is
the suggested method for hiding the header according to the docs.
2020-09-15 08:41:44 -05:00
..
images Changed the image generator for the tester to print the premultiplied RGBA byte stream instead of uint32_ts; regenerated images.c. 2018-08-29 19:58:35 -04:00
OLD_page16.c Started converting the test program. First column works fine, second segfaults. 2018-06-03 23:23:48 -04:00
drawtests.c Added some TODOs and started the work necessary for the Windows text system migration... which is gonna hurt. 2017-01-17 23:25:26 -05:00
images.c Changed the image generator for the tester to print the premultiplied RGBA byte stream instead of uint32_ts; regenerated images.c. 2018-08-29 19:58:35 -04:00
main.c Fixed memory leaks in the tester and a symbol name flub in OS X's image.m. 2018-07-08 21:20:42 -04:00
menus.c Formatting fixes. 2016-06-21 12:45:04 -04:00
meson.build Decided to just deal with the name tester instead of test for now. It's not that important to block merging. 2019-03-31 11:09:16 -04:00
page1.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
page2.c Implemented dialog parenting on Windows. Eliminated the dialog helper. uiArea still works (and still responds to key events), but IsDialogMessage() isn't being called for the active window anymore... 2015-11-28 10:53:48 -05:00
page3.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
page4.c Removed intmax_t from everything else EXCEPT the Windows code. Now it's time for THAT... 2016-06-13 21:37:50 -04:00
page5.c Started a change which will allow a parent of the standard dialogs to be specified. 2015-11-27 23:23:54 -05:00
page6.c Added Enable/Disable buttons to page 6. 2016-05-28 11:36:16 -04:00
page7.c Added a test of scrolled drawing. More TODOs. 2015-12-19 01:16:32 -05:00
page7a.c Switched from using M_PI to a named constant uiPi. 2016-05-22 12:00:44 -04:00
page7b.c Improved the exited debugging. 2015-12-27 17:13:57 -05:00
page7c.c Switched from using M_PI to a named constant uiPi. 2016-05-22 12:00:44 -04:00
page8.c Removed intmax_t from everything else EXCEPT the Windows code. Now it's time for THAT... 2016-06-13 21:37:50 -04:00
page9.c uiDrawTextWeightUtraBold. 2016-10-21 16:35:46 -04:00
page10.c Added another facet to page 10's tests: whether the letter after the combined one gets colored. 2016-05-26 17:44:35 -04:00
page11.c Added a facility to the OS X port to be notified when a child's visibility has changed; this is necessary for implementing hiding and showing properly. 2016-06-14 10:37:19 -04:00
page12.c Fleshed out page 12. 2016-05-22 23:05:37 -04:00
page13.c Added uiNewVerticalSeparator(). 2016-06-17 11:02:17 -04:00
page14.c More work on the uiGrid test. 2016-06-13 13:57:20 -04:00
page15.c More TODOs. 2016-10-25 01:00:18 -04:00
page16.c Add new API functions to get and set the visibility of table headers. 2020-09-15 08:41:44 -05:00
resources.rc Fixed static linking on Windows. 2016-05-29 18:35:06 -04:00
spaced.c Removed intmax_t from everything else EXCEPT the Windows code. Now it's time for THAT... 2016-06-13 21:37:50 -04:00
test.h Fixed memory leaks in the tester and a symbol name flub in OS X's image.m. 2018-07-08 21:20:42 -04:00
test.manifest Added a manifest to the test program. 2015-12-31 20:09:20 -05:00
test.static.manifest Fixed static linking on Windows. 2016-05-29 18:35:06 -04:00