id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
1562	Simplification of QuicjDialog API	andrew_b		"Currently, all QuickWidget fields must be defined for every quicj widget put to quick dialog. The some simplification is proposed. Compare the old code:
{{{
{quick_checkbox, 33, REPLACE_DLG_WIDTH, 10, REPLACE_DLG_HEIGHT, N_(""Whole &words""), 0, 0,
&twhole_words, 0, NULL, NULL, NULL},
}}}

with the new one:
{{{
QUICK_CHECK (33, REPLACE_DLG_WIDTH, 10, REPLACE_DLG_HEIGHT, N_(""&Whole words""), &edit->whole_words),
}}}

Branch: DEV_quick_widget.
changeset:ecc806264c805beb7957499e168ae9d38f24392c

Also quick dialogs with non-standard button location was reimplemented: 'Confirmation', 'Display bits'."	task	new	major	4.7.0-pre3	mc-core	master							
