Page 1 of 1

Widget Development Question

Posted: Wed Apr 13, 2005 19:11
by daesdemon
Hello mates,

Just a little question .

If i want to build my own widgets, say for example, a Table to show data.

I know i will have to subclass for example CWindow, but do i have to create the implementation of my Table in the differents looks, or if i only use part of already existing widgets, this implementation can be avoid ?

Re: Widget Development Question

Posted: Thu Apr 14, 2005 20:25
by lindquist
hi.

normally you'd write some look specific rendering code, but if you _only_ use existing widgets, the rendering code is already there, and you would just have to 'lay them out'.

Re: Widget Development Question

Posted: Sat Apr 16, 2005 11:28
by daesdemon
Thank you , lindquist.
I had a look in the implementation of windows look and have a better idea now of how it works. :)