ctk_menus Struct Reference
[CTK device driver functions]

Representation of the menu bar. More...

#include <core/ctk/ctk.h>

Data Fields

struct ctk_menumenus
 A pointer to a linked list of all menus, including the open menu and the desktop menu.
struct ctk_menuopen
 The currently open menu, if any.
struct ctk_menudesktopmenu
 A pointer to the "Desktop" menu that can be used for drawing the desktop menu in a special way (such as drawing it at the rightmost position).

Detailed Description

Representation of the menu bar.

Definition at line 610 of file ctk.h.


Field Documentation

A pointer to the "Desktop" menu that can be used for drawing the desktop menu in a special way (such as drawing it at the rightmost position).

Definition at line 617 of file ctk.h.

Referenced by ctk_draw_menus().

struct ctk_menu* ctk_menus::menus [read]

A pointer to a linked list of all menus, including the open menu and the desktop menu.

Definition at line 611 of file ctk.h.

Referenced by ctk_draw_menus().

struct ctk_menu* ctk_menus::open [read]

The currently open menu, if any.

If all menus are closed, this item is NULL:

Definition at line 614 of file ctk.h.

Referenced by ctk_draw_menus().


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