Instantiating macro for the ctk_icon widget. More...
#include <core/ctk/ctk.h>
Data Fields | |
| char * | text |
| The button text. | |
Instantiating macro for the ctk_icon widget.
This macro is used when instantiating a ctk_icon widget and is intended to be used together with a struct assignment like this:
struct ctk_icon icon = {CTK_ICON("An icon", bitmapptr, textmapptr)};
| title | The icon's text. | |
| bitmap | A pointer to the icon's bitmap image. | |
| textmap | A pointer to the icon's text version of the bitmap. |
Definition at line 386 of file ctk.h.
| char* ctk_widget_button::text |
1.6.1