Hi everybody, With a few small modifications to the button widget, I've made it a superset of the capabilities the bitmap and label widgets had. The label widget is now a customized button. It will act just as it always has, but it now can store text, a bitmap, or both.
With these extra capabilities, there is now no need for the bitmap widget. The changes I have made so far don't break either source or binary compatibility, but the PG_WP_BITMAP constant is now defined to equal PG_WP_LABEL in constants.h. In future code, you should use PG_WP_LABEL instead of PG_WP_BITMAP, since PG_WP_BITMAP may be removed in the future. -- Only you can prevent creeping featurism! _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
