Etk_Menu_Bar
Detailed Description
A menu bar is a horizontal bar that can contain several menu items.
The menu bar is a menu shell whose items are packed horizontally. A menu bar is usually packed at the top of a window.
To add or remove items, you have to use the functions provided by the
Etk_Menu_Shell:
etk_menu_shell_append(),
etk_menu_shell_remove(), ...
- Object Hierarchy:
-
Define Documentation
#define ETK_MENU_BAR_TYPE (etk_menu_bar_type_get()) |
#define ETK_MENU_BAR |
( |
obj |
|
) |
(ETK_OBJECT_CAST((obj), ETK_MENU_BAR_TYPE, Etk_Menu_Bar)) |
#define ETK_IS_MENU_BAR |
( |
obj |
|
) |
(ETK_OBJECT_CHECK_TYPE((obj), ETK_MENU_BAR_TYPE)) |
Function Documentation