Go to file
Davis King 72d9adbf50 Changed the member function pointer object so that:
- It never calls new or delete
   - It can point to const member functions
   - It has an operator bool and operator! so that it can now
     be used in an if statement like a normal pointer

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402614
2008-10-31 02:44:01 +00:00
dlib Changed the member function pointer object so that: 2008-10-31 02:44:01 +00:00
docs Made the down arrow bigger. 2008-10-30 01:35:14 +00:00
examples Renamed dragable to draggable. 2008-10-24 03:31:13 +00:00