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

#include <xfilepicker.h>

Data Fields

char * filter
 
char * path
 
char * selected_file
 
char ** file_names
 
char ** dir_names
 
unsigned int file_counter
 
unsigned int dir_counter
 
int use_filter
 
bool show_hidden
 
char pad [3]
 

Detailed Description

Definition at line 63 of file xfilepicker.h.

Field Documentation

◆ dir_counter

unsigned int dir_counter

Definition at line 70 of file xfilepicker.h.

Referenced by add_root_directory(), and fp_init().

◆ dir_names

char** dir_names

Definition at line 68 of file xfilepicker.h.

Referenced by add_root_directory(), fp_get_files(), and fp_init().

◆ file_counter

unsigned int file_counter

Definition at line 69 of file xfilepicker.h.

Referenced by fp_get_files(), and fp_init().

◆ file_names

char** file_names

Definition at line 67 of file xfilepicker.h.

Referenced by fp_get_files(), and fp_init().

◆ filter

char* filter

Definition at line 64 of file xfilepicker.h.

Referenced by fp_free(), and fp_init().

◆ pad

char pad[3]

Definition at line 73 of file xfilepicker.h.

◆ path

char* path

◆ selected_file

char* selected_file

Definition at line 66 of file xfilepicker.h.

Referenced by fp_free(), and fp_init().

◆ show_hidden

bool show_hidden

Definition at line 72 of file xfilepicker.h.

Referenced by fp_init().

◆ use_filter

int use_filter

Definition at line 71 of file xfilepicker.h.

Referenced by fp_init().


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