Mercurial > foo_out_sdl
comparison foosdk/sdk/libPPUI/CListControl-Cells-Compat.h @ 1:20d02a178406 default tip
*: check in everything else
yay
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 05 Jan 2026 02:15:46 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:e9bb126753e7 | 1:20d02a178406 |
|---|---|
| 1 #pragma once | |
| 2 #include "CListControl-Cells.h" | |
| 3 | |
| 4 // Wrapper for old code using cell type enum constants | |
| 5 | |
| 6 #define cell_text &PFC_SINGLETON(CListCell_Text) | |
| 7 #define cell_multitext &PFC_SINGLETON(CListCell_MultiText) | |
| 8 #define cell_hyperlink &PFC_SINGLETON(CListCell_Hyperlink) | |
| 9 #define cell_button &PFC_SINGLETON(CListCell_Button) | |
| 10 #define cell_button_lite &PFC_SINGLETON(CListCell_ButtonLite) | |
| 11 #define cell_button_glyph &PFC_SINGLETON(CListCell_ButtonGlyph) | |
| 12 #define cell_checkbox &PFC_SINGLETON(CListCell_Checkbox) | |
| 13 #define cell_radiocheckbox &PFC_SINGLETON(CListCell_RadioCheckbox) |
