예제 #1
0
        public TestDefinition DynamicRow_ChangedMax()
        {
            DynRow2 = new DynamicRow(typeof(Gtk.Button), new object[] { "button" });
            DynRow2.UpdateMaxCount(12);

            TestDefinition info = new TestDefinition();

            info.testName   = "DynamicRow_ChangedMax";
            info.testDesc   = "Test that sets a DynamicRow with a larger number of controls.";
            info.testWidget = DynRow2;

            return(info);
        }