libxputty 0.1
Loading...
Searching...
No Matches
Data Fields
ComboBox_t Struct Reference

ComboBox_t - struct to hold information for the combobox. More...

#include <xcombobox.h>

Collaboration diagram for ComboBox_t:
Collaboration graph
[legend]

Data Fields

Widget_tslider
 
Widget_tcombobox
 
int prelight_item
 
int active_item
 
int show_items
 
unsigned int list_size
 
char ** list_names
 

Detailed Description

ComboBox_t - struct to hold information for the combobox.

Parameters
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.

Field Documentation

◆ active_item

int active_item

◆ combobox

Widget_t* combobox

Definition at line 47 of file xcombobox.h.

Referenced by _combobox_entry_released(), _entry_released(), and create_combobox_menu().

◆ list_names

char** list_names

◆ list_size

unsigned int list_size

◆ prelight_item

int prelight_item

◆ show_items

int show_items

◆ slider

Widget_t* slider

The documentation for this struct was generated from the following file: