Jay Strauss wrote: > I have a hard time believing you do the GUI layout in your code manually > with VI. It also seems hard to imagine, there's no IDE where you can right > click the widget, select the event, and stick some code to respond to the > event.
Right clicking takes more time than typing EVT_XXX in Vi anyway. :-) Design your GUI and export it to XRC. Then continue with a reasonable text editor. Andri
