![]()  | 
  
    libxputty 0.1
    
   | 
 
ComboBox_t - struct to hold information for the combobox. More...
#include <xcombobox.h>

Data Fields | |
| Widget_t * | slider | 
| Widget_t * | combobox | 
| int | prelight_item | 
| int | active_item | 
| int | show_items | 
| unsigned int | list_size | 
| char ** | list_names | 
ComboBox_t - struct to hold information for the combobox.
| prelight_item | - the list item which has the focus | 
| active_item | - the list item which is selected(active) | 
| show_items | - the viewable amount of list items | 
| list_size | - total amount of list items in list | 
| **list_names | - the list entrys | 
Definition at line 45 of file xcombobox.h.
| int active_item | 
Definition at line 49 of file xcombobox.h.
Referenced by _combobox_entry_released(), _draw_combobox_entrys(), _set_entry(), and create_combobox_viewport().
| Widget_t* combobox | 
Definition at line 47 of file xcombobox.h.
Referenced by _combobox_entry_released(), _entry_released(), and create_combobox_menu().
| char** list_names | 
Definition at line 52 of file xcombobox.h.
Referenced by _configure_combobox_menu(), _draw_combobox(), _draw_combobox_entrys(), _set_entry(), combobox_add_entry(), combobox_delete_entrys(), combobox_mem_free(), combobox_rename_entry(), and create_combobox_viewport().
| unsigned int list_size | 
Definition at line 51 of file xcombobox.h.
Referenced by _configure_combobox_menu(), _draw_combobox(), _draw_combobox_entrys(), _draw_combobox_menu_slider(), _reconfigure_combobox_viewport(), _set_entry(), combobox_add_entry(), combobox_delete_entrys(), combobox_mem_free(), create_combobox_viewport(), and pop_combobox_menu_show().
| int prelight_item | 
Definition at line 48 of file xcombobox.h.
Referenced by _combobox_entry_released(), _combobox_key_pressed(), _combobox_motion(), _draw_combobox_entrys(), _leave_combobox(), and create_combobox_viewport().
| int show_items | 
Definition at line 50 of file xcombobox.h.
Referenced by _draw_combobox_entrys(), _reconfigure_combobox_viewport(), combobox_set_menu_size(), create_combobox_viewport(), and pop_combobox_menu_show().
| Widget_t* slider | 
Definition at line 46 of file xcombobox.h.
Referenced by _reconfigure_combobox_viewport(), _set_combobox_viewpoint(), _set_entry(), combobox_delete_entrys(), and create_combobox_menu().