paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-users] widget IDs


From: Keith Swyer
Subject: [paragui-users] widget IDs
Date: Wed, 5 Jun 2002 13:20:06 -0300

just curious why widget ids are using standard int instead of say Uint or
Uint32 typedefs from SDL?? i know it would be a lot of widgets to reach even
the smallest int maximum on any OS, but i have been looking a a hashing
scheme for widgets using their id, but need 32-bits...   anyway, for now i'm
just going to try using map<Uint32, int, less<int> >.

--Keith




reply via email to

[Prev in Thread] Current Thread [Next in Thread]