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