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

#include <xmessage-dialog.h>

Collaboration diagram for MessageBox:

Data Fields

int response
 
int message_type
 
unsigned int width
 
unsigned int height
 
unsigned int lin
 
Widget_ttext_entry
 
Pixmap * icon
 
char ** message
 
unsigned int sel
 
char ** choices
 

Detailed Description

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

Field Documentation

◆ choices

char** MessageBox::choices

Definition at line 51 of file xmessage-dialog.h.

◆ height

unsigned int MessageBox::height

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

◆ icon

Pixmap* MessageBox::icon

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

◆ lin

unsigned int MessageBox::lin

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

◆ message

char** MessageBox::message

Definition at line 49 of file xmessage-dialog.h.

◆ message_type

int MessageBox::message_type

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

◆ response

int MessageBox::response

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

◆ sel

unsigned int MessageBox::sel

Definition at line 50 of file xmessage-dialog.h.

◆ text_entry

Widget_t* MessageBox::text_entry

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

◆ width

unsigned int MessageBox::width

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


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