Code: Select all
..
LAYOUT_LabelColumn, LJ_RIGHT,
..
LAYOUT_AddChild, OBJ(OBJ_INPUTPREFS) = IIntuition->NewObject(NULL, "button.gadget",
GA_ID, OBJ_INPUTPREFS,
GA_RelVerify, TRUE,
GA_Text, "Modify...",
TAG_DONE),
CHILD_WeightedWidth, 0,
CHILD_Label, IIntuition->NewObject(NULL, "label.image",
LABEL_Underscore, ~0,
LABEL_SoftStyle, FSF_ITALIC,
LABEL_Text, "(re-run KMS to reflect this change)",
TAG_DONE),
..