#include "ntw.h"
Go to the source code of this file.
Functions | |
ntwWidget * | ntw_menu_item_new () |
Create menu_item. |
A container widget that can contain a single widget, in addition to an optional menu widget which will then act as a sub-menu. So, to create a labeled menu_item that has a sub menu, add a label and then add a menu to a menu_item. The ntw_container_add() function takes care of the details of putting everything in the right place.
|
Create menu_item.
|