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

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

#include <xlistview.h>

Collaboration diagram for ViewList_t:
Collaboration graph
[legend]

Data Fields

char ** list_names
 
Widget_tslider
 
cairo_surface_t * folder
 
cairo_surface_t * file
 
int prelight_item
 
int active_item
 
int prev_prelight_item
 
int prev_active_item
 
int show_items
 
int list_size
 
int check_dir
 
char pad [4]
 

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
check_dir- check if list item is a directory
**list_names- the list entrys

Definition at line 42 of file xlistview.h.

Field Documentation

◆ active_item

int active_item

◆ check_dir

int check_dir

◆ file

cairo_surface_t* file

Definition at line 46 of file xlistview.h.

Referenced by _draw_list(), _update_list_view(), add_listview(), and listview_mem_free().

◆ folder

cairo_surface_t* folder

Definition at line 45 of file xlistview.h.

Referenced by _draw_list(), _update_list_view(), add_listview(), and listview_mem_free().

◆ list_names

char** list_names

Definition at line 43 of file xlistview.h.

Referenced by _draw_list(), _update_list_view(), listview_remove_list(), and listview_set_list().

◆ list_size

int list_size

◆ pad

char pad[4]

Definition at line 54 of file xlistview.h.

◆ prelight_item

int prelight_item

◆ prev_active_item

int prev_active_item

Definition at line 50 of file xlistview.h.

◆ prev_prelight_item

int prev_prelight_item

Definition at line 49 of file xlistview.h.

Referenced by _list_motion(), and _update_list_view().

◆ show_items

int show_items

◆ slider

Widget_t* slider

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