#include "ntw.h"
Go to the source code of this file.
Functions | |
ntwWidget * | ntw_combo_box_new (ntwWidget *list_model, int32 column, uint8 render_type) |
Create combo_box widget. | |
void | ntw_combo_box_initialize_callback () |
The combo_box widget is a drop-down menu of items for a user to choose. It uses a list_model to populate the menu.
|
Create combo_box widget.
|