Exemple #1
0
        internal static BaseWidget RequestWrapComboBox(BaseWidget _parent, IntPtr _widget)
        {
            ComboBox widget = new ComboBox();

            widget.WrapWidget(_parent, _widget);
            return(widget);
        }
 internal static BaseWidget RequestWrapComboBox(BaseWidget _parent, IntPtr _widget)
 {
     ComboBox widget = new ComboBox();
     widget.WrapWidget(_parent, _widget);
     return widget;
 }