Representation of the menu bar.
More...
#include <core/ctk/ctk.h>
|
struct ctk_menu * | menus |
| A pointer to a linked list of all menus, including the open menu and the desktop menu. More...
|
|
struct ctk_menu * | open |
| The currently open menu, if any. More...
|
|
struct ctk_menu * | 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). More...
|
|
Representation of the menu bar.
Definition at line 611 of file ctk.h.
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.
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.
The currently open menu, if any.
If all menus are closed, this item is NULL:
Definition at line 615 of file ctk.h.