public HComboCellEnum(Gdk.Pixbuf aImage, string aLabel) { if (aImage != null) { image = new PrelightAwareImage(false, aImage); } else { image = new PrelightAwareImage(false); } label = new Label(aLabel); SetLayout(); }
public HComboCellEnum (Gdk.Pixbuf aImage, string aLabel) { if (aImage != null) image = new PrelightAwareImage (false, aImage); else image = new PrelightAwareImage (false); label = new Label (aLabel); SetLayout(); }