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

#include <xfile-dialog.h>

Collaboration diagram for FileDialog:

Data Fields

Widget_tparent
 
Widget_tw
 
Widget_tct
 
Widget_tft
 
Widget_tw_quit
 
Widget_tw_okay
 
Widget_tw_hidden
 
Widget_tsel_dir
 
Widget_tset_filter
 
Widget_ttext_entry
 
Pixmap * icon
 
FilePickerfp
 
bool send_clear_func
 

Detailed Description

Definition at line 35 of file xfile-dialog.h.

Field Documentation

◆ ct

Widget_t* FileDialog::ct

Definition at line 38 of file xfile-dialog.h.

◆ fp

FilePicker* FileDialog::fp

Definition at line 47 of file xfile-dialog.h.

◆ ft

Widget_t* FileDialog::ft

Definition at line 39 of file xfile-dialog.h.

◆ icon

Pixmap* FileDialog::icon

Definition at line 46 of file xfile-dialog.h.

◆ parent

Widget_t* FileDialog::parent

Definition at line 36 of file xfile-dialog.h.

◆ sel_dir

Widget_t* FileDialog::sel_dir

Definition at line 43 of file xfile-dialog.h.

◆ send_clear_func

bool FileDialog::send_clear_func

Definition at line 48 of file xfile-dialog.h.

◆ set_filter

Widget_t* FileDialog::set_filter

Definition at line 44 of file xfile-dialog.h.

◆ text_entry

Widget_t* FileDialog::text_entry

Definition at line 45 of file xfile-dialog.h.

◆ w

Widget_t* FileDialog::w

Definition at line 37 of file xfile-dialog.h.

◆ w_hidden

Widget_t* FileDialog::w_hidden

Definition at line 42 of file xfile-dialog.h.

◆ w_okay

Widget_t* FileDialog::w_okay

Definition at line 41 of file xfile-dialog.h.

◆ w_quit

Widget_t* FileDialog::w_quit

Definition at line 40 of file xfile-dialog.h.


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