Re: Odd issue when subclassing Mx.Widget rather than Clutter.Actor
- From: Nox Deleo <noxdeleo googlemail com>
- To: clutter-list gnome org
- Subject: Re: Odd issue when subclassing Mx.Widget rather than Clutter.Actor
- Date: Mon, 7 Jan 2013 21:22:03 +0000
Sorry to bring up an old issue, but I've finally come back to the gui coding on this project, but I'm still having trouble getting things to show up properly. I'm adding the following code to any Mx.Widget subclasses, but it doesn't seem to be doing the trick. It definitely gets called. Am I missing something?
def do_paint(self, *args):
for child in self.get_children():
child.paint()
Thanks.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]