Version 0 of gnocl::fixed

Updated 2010-05-21 10:45:25 by WJG

WJG (21/05/10) Althouhg Gnocl has implemented a wide range of containers one noticable area of functionality has been missing, the ability to specifically locate and resize a widget within its parent. The forthcoming release of gnocl will have a number of new items in its range of widget, one being gnocl::fixed, the bindings around the GtkFixed widget. Examination of the Gtk documentation largely discourages the use of this widget because Gnome users may, unlike their Windows and MacOSX cousins, use all sorts of different themes suited to either personal preference of visual impairment and so the dynamic resizing of widgets is widely promoted. On the other hand, experience Tk coders may prefer the use of the place command. With this caveat in mind, Tcl/Gnocl coders will soon be able to position widget directly to enable more 'creative' layouts.

Here's a screen shot of the current test script:

http://lh3.ggpht.com/_yaFgKvuZ36o/S_ZhNF4YaaI/AAAAAAAAArQ/T4QGX35KK1A/s800/Screenshot-test_fixed.tcl.png