comparison mde/gui/widget/Ifaces.d @ 124:a2ef6b549101

Dynamic minimal size changing is now fully supported. Support for reducing minimal size in layouts. Editing numbers as text now always converts new number back to string at end of edit. Floating point number display format changed.
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 05 Jan 2009 12:43:27 +0000
parents d3b2cefd46c9
children 3e648bc53bde
comparison
equal deleted inserted replaced
123:d3b2cefd46c9 124:a2ef6b549101
44 void recursionCheck (widgetID); 44 void recursionCheck (widgetID);
45 45
46 /** Child widgets should call this on their parent if their minimal size changes, since they 46 /** Child widgets should call this on their parent if their minimal size changes, since they
47 * cannot resize themselves. 47 * cannot resize themselves.
48 * 48 *
49 * Parents should resize children calling this when the size is increased, and possibly when 49 * Parents should resize children calling this when the size is increased, and when
50 * decreased and the widget is not resizable (but should not do so when it is). 50 * decreased and the widget is not resizable (but should not do so when it is).
51 * 51 *
52 * Params: 52 * Params:
53 * widget = The child widget calling the function 53 * widget = The child widget calling the function
54 * mw = New minimal width 54 * mw = New minimal width