Mercurial > foo_out_sdl
view 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 |
line wrap: on
line source
#pragma once #include "CListControl-Cells.h" // Wrapper for old code using cell type enum constants #define cell_text &PFC_SINGLETON(CListCell_Text) #define cell_multitext &PFC_SINGLETON(CListCell_MultiText) #define cell_hyperlink &PFC_SINGLETON(CListCell_Hyperlink) #define cell_button &PFC_SINGLETON(CListCell_Button) #define cell_button_lite &PFC_SINGLETON(CListCell_ButtonLite) #define cell_button_glyph &PFC_SINGLETON(CListCell_ButtonGlyph) #define cell_checkbox &PFC_SINGLETON(CListCell_Checkbox) #define cell_radiocheckbox &PFC_SINGLETON(CListCell_RadioCheckbox)
