static IupHandle LabelText(string caption) { return(Iup.Hbox( Iup.Label(caption), Iup.Text(null), Iup.Button("...") ).SetAttributes("NGAP=4")); }
public Text(IupComposite parent) : base(parent, Iup.Text()) { }