#include <ctk.h>
Definition at line 592 of file ctk.h.
Data Fields | |
ctk_menu * | menus |
A pointer to a linked list of all menus, including the open menu and the desktop menu. | |
ctk_menu * | open |
The currently open menu, if any. | |
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). |
|
The currently open menu, if any. If all menus are closed, this item is NULL: Definition at line 596 of file ctk.h. Referenced by ctk_window_redraw(), and PROCESS_THREAD(). |