Пример #1
0
/*----------------------------------------------------------------------*/
static void
LayoutComponents(Widget w)
{
	_XfeComboBoxLayoutArrow(w);

	_XfeComboBoxLayoutTitle(w);
}
Пример #2
0
/*----------------------------------------------------------------------*/
static void
LayoutComponents(Widget w)
{
	/* Layout the arrow */
	_XfeComboBoxLayoutArrow(w);

	/* Layout the title */
	_XfeComboBoxLayoutTitle(w);

	/* Layout the icon if needed */
	IconLayout(w);
}