libxputty  0.1
A damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces
ViewList_t Struct Reference

ViewList_t - struct to hold information for the listview. More...

#include <xlistview.h>

Data Fields

int prelight_item
 
int active_item
 
int show_items
 
int list_size
 
char ** list_names
 

Detailed Description

ViewList_t - struct to hold information for the listview.

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 41 of file xlistview.h.

Field Documentation

◆ active_item

int ViewList_t::active_item

Definition at line 43 of file xlistview.h.

◆ list_names

char** ViewList_t::list_names

Definition at line 46 of file xlistview.h.

◆ list_size

int ViewList_t::list_size

Definition at line 45 of file xlistview.h.

◆ prelight_item

int ViewList_t::prelight_item

Definition at line 42 of file xlistview.h.

◆ show_items

int ViewList_t::show_items

Definition at line 44 of file xlistview.h.


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