I've found that I cannot use the wxSmith's designer to set the frame's icon. I can select icon from the icon property, but after compiled, the Frame's icon still using the stand blank icon.
Is that the only way to set the frame icon is to set it inside the frame's constructor by manual code as stated in http://forums.next.codeblocks.org/index.php/topic,5788.msg44389.html#msg44389 (http://forums.next.codeblocks.org/index.php/topic,5788.msg44389.html#msg44389)?
Thanks.
Quote from: zac on July 19, 2007, 03:20:12 AM
I can select icon from the icon property, but after compiled, the Frame's icon still using the stand blank icon.
That's right, this isn't implemented yet.
Quote from: zac on July 19, 2007, 03:20:12 AM
Is that the only way to set the frame icon is to set it inside the frame's constructor by manual code as stated in http://forums.next.codeblocks.org/index.php/topic,5788.msg44389.html#msg44389 (http://forums.next.codeblocks.org/index.php/topic,5788.msg44389.html#msg44389)?
Currently, yes.
Thanks for your information.