How do achieve the following:
┌────────────────────parent────────────────────┐
│ label [text-box ] [button] │
│ paragraph │
└──────────────────────────────────────────────┘
label
is aligned to the leftbutton
is aligned to the righttext-box
occupies all remaining width within parentparagraph
is aligned to the left, must be left-aligned withlabel
too
Both label
and button
should obey font properties defined elsewhere as maximum as possible. parent
is center-aligned within window, and, naturally, can have arbitrary width.
Please advise.