Contiki 3.x
Data Fields
ctk_menus Struct Reference

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. More...
 
struct ctk_menuopen
 The currently open menu, if any. More...
 
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). More...
 

Detailed Description

Representation of the menu bar.

Definition at line 611 of file ctk.h.

Field Documentation

struct ctk_menu* ctk_menus::desktopmenu

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 618 of file ctk.h.

struct ctk_menu* ctk_menus::menus

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

Definition at line 612 of file ctk.h.

struct ctk_menu* ctk_menus::open

The currently open menu, if any.

If all menus are closed, this item is NULL:

Definition at line 615 of file ctk.h.