Author:halw
Date:2012-09-03T13:28:36.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1172 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-09-03 13:28:36 +00:00
parent 8111308506
commit 87a13581ad

View File

@@ -30,7 +30,7 @@ This would be in place of
a_button.set_text ("Click Me") a_button.set_text ("Click Me")
</code> </code>
{{note|When a widget is created no extra initialization has to be performed. '''The only exception is for a window where you have to call show in order for it to be displayed on screen'''. }} {{note|When a widget is created no extra initialization has to be performed. '''The only exception is with windows, for which it is necessary to call <code> show </code> in order for the windows to be displayed on screen'''. }}
==Sizing== ==Sizing==