A number of constants, macros, global functions and class member functions have been deprecated or removed. The affected class member functions are described in the later, class-specific change sections. The following constants, macros and global functions have been deprecated or removed:
The SEL_UNCHECK_OTHER and SEL_UNCHECK_RADIO message types have been removed. They are no longer needed due to the new FXGroupBox behavior; for more information, see the "Changes for FXRadioButton" section below.
The fxgetusername(), fxgetgroupname() and fxgetpermissions() functions have been removed. Programs should instead use the safer owner(), group() and permissions() functions from the FXFile namespace.
The SEL_CLOSEALL message type has been removed. For more information, see the "Changes for FXMDIClient and FXMDIChild" section below.
The fxparsefontdesc() and fxunparsefontdesc() functions are deprecated in favor of the new getFont() and setFont() member functions for the FXFont class.