Page 1 of 1

Set parent

Posted: Tue Jan 15, 2008 5:05 am
by USCode
A SetGadgetParent function of somekind would be handy to allow for moving gadgets from one window or container gadget to another.

I'd like to introduce some new GUI elements in a external library then utilize those elements in an existing window of the main application.

Re: Set parent

Posted: Tue Jan 15, 2008 6:03 am
by PB
Is cross-platform important? If not, just use SetParent_() for Windows.

Re: Set parent

Posted: Tue Jan 15, 2008 6:16 am
by USCode
PB wrote:Is cross-platform important? If not, just use SetParent_() for Windows.
Thanks for the suggestion but yes, cross-platform is very important.
I believe this kind of functionality exists in all 3 of PB's supported platforms GUI toolkit API's.