Added the setCancelled() member function to FXProgressDialog. Previously, there was no direct way to programatically set the "cancelled" state for a progress dialog (other than sending the dialog the ID_CANCEL message).
Added the getBarStyle() and setBarStyle() member functions for FXProgressDialog. These accessor functions allow you to change the style of the FXProgressBar widget embedded inside an FXProgressDialog window.