Page 1 of 1

#PB_ANY for AddGadgetItem()

Posted: Sun Aug 15, 2004 10:25 pm
by Shannara
This is in relation to MDI Children, but it would be nice to have it for everything this command is for... This is yet another missing element for #PB_ANY.

Heh, I seem to be finding more and more things that are missing #PB_ANY support...

Posted: Sun Aug 15, 2004 10:52 pm
by freak
Well, gadget items are always treated as one list starting from 0. #PB_Any
would make no sense there.

Timo

Posted: Sun Aug 15, 2004 11:01 pm
by Shannara
Heh, damn, you answered in another thread :)


MODIFICATION:

ADDGADGETITEM to return a PB usable window handle, so you can actually use the result with GETGADGETITEMATTRIPBUTE, and SETGADGETITEMATTRIBUTE commands.. whew, after all, whats the use of returning an API handle when you cant use it with PB commands?