ReactOS 0.4.15-dev-7924-g5949c20
taskdialog_template_desc Struct Reference
Collaboration diagram for taskdialog_template_desc:

Public Attributes

const TASKDIALOGCONFIGtaskconfig
 
unsigned int dialog_height
 
unsigned int dialog_width
 
struct list controls
 
WORD control_count
 
LONG x_baseunit
 
LONG y_baseunit
 
HFONT font
 
struct taskdialog_button_descdefault_button
 

Detailed Description

Definition at line 71 of file taskdialog.c.

Member Data Documentation

◆ control_count

WORD taskdialog_template_desc::control_count

Definition at line 77 of file taskdialog.c.

◆ controls

struct list taskdialog_template_desc::controls

Definition at line 76 of file taskdialog.c.

◆ default_button

struct taskdialog_button_desc* taskdialog_template_desc::default_button

Definition at line 81 of file taskdialog.c.

◆ dialog_height

unsigned int taskdialog_template_desc::dialog_height

Definition at line 74 of file taskdialog.c.

◆ dialog_width

unsigned int taskdialog_template_desc::dialog_width

Definition at line 75 of file taskdialog.c.

◆ font

HFONT taskdialog_template_desc::font

Definition at line 80 of file taskdialog.c.

◆ taskconfig

const TASKDIALOGCONFIG* taskdialog_template_desc::taskconfig

Definition at line 73 of file taskdialog.c.

◆ x_baseunit

LONG taskdialog_template_desc::x_baseunit

Definition at line 78 of file taskdialog.c.

◆ y_baseunit

LONG taskdialog_template_desc::y_baseunit

Definition at line 79 of file taskdialog.c.


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