Hi, I'm writing a GTK-application, and I want it to be completely auto-tested.
Now I'm writing a ldtp test app in python. I do have a GtkCalender in my builder file, but when I do setcalendardate('dlgDialog', 'calDate', day, month, year) it throws an error... Then I tried for obj in getobjectlist('dlgDialog'): print obj to see if 'calDate' exists, => it didn't but calviewDate exists. Seems that calview and cal is something completely different, but GtkCalendar should be a cal and not a calview? or am I completely missing an importing detail here? Please help me.... _______________________________________________ LDTP-dev mailing list LDTP-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/ldtp-dev