hi everybody,
and special hi to byo for the great work
maybe thhis is a request feature, but i'll post it here anyway: (two things)
1) it might seem silly, and after a little bit of thinking and reading i found out myself, that connect(...) with nothing in front of it means the same as this->connect(...), but it would be no problem of work as the plugin writes the code and for newbies like me it would put it a little bit clearer...
2) the former let me to the fact that as it is wxSmith only allows for events to be connected to the "this" , as to say to the top most class in that one particular file, like the main frame, wether it could make sense to connect to some intermediate object child of main frame but parent to the widget which throws the event. and this even more as it is posible to set the extra style of wxWX_EX_BLOCK_EVENTS for all and every widget.
i sugest :wink: : having a nother column in the envents part of the properties dialog wher one can choose out of a drop down list for every event which parent(s) of the particular widget will get connected to the "connect(bla,bla,bla,...)" instead of plain and simple "this"
i can't implement this, im still too bad a programmer :?, and surly you will give me enough good arguments why my suggestion(s) don't make that much sense as they do to me...
greetings from spain
frithjofh