mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 07:42:33 +01:00
Added "See Also" template with link to main void-safe documentation.
Author:halw Date:2010-07-15T17:08:27.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@639 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -81,3 +81,7 @@ The following steps are needed during the conversion:
|
|||||||
* Remove `make', rename `initialize' to `make', make sure that any calls to Precursor do not override any settings set in 'initialize', the ordering may need to be changed in order to make the code void-safe so. See EV_POPUP_WINDOW_IMP.make (Windows implementation) where the setting of 'user_can_resize' is performed after the Precursor call so that is doesn't get overriden.
|
* Remove `make', rename `initialize' to `make', make sure that any calls to Precursor do not override any settings set in 'initialize', the ordering may need to be changed in order to make the code void-safe so. See EV_POPUP_WINDOW_IMP.make (Windows implementation) where the setting of 'user_can_resize' is performed after the Precursor call so that is doesn't get overriden.
|
||||||
|
|
||||||
|
|
||||||
|
{{SeeAlso|[[Void-Safe Programming in Eiffel]]}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user