ctk_widget_button Struct Reference
[CTK application functions]

Instantiating macro for the ctk_icon widget. More...

#include <core/ctk/ctk.h>

Data Fields

char * text
 The button text.

Detailed Description

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)};
Parameters:
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.


Field Documentation

The button text.

Definition at line 387 of file ctk.h.


Generated on Mon Apr 11 14:23:58 2011 for Contiki 2.5 by  doxygen 1.6.1