GNOME Bugzilla – Bug 590779
Add ShellGenericContainer, which makes it possible to write containers in JS
Last modified: 2009-08-04 20:14:32 UTC
Subclass ClutterGroup (to avoid having to implement all of dispose, raise, lower, add, etc.), and have it proxy the allocation requests out into signals. We have to group up the two out parameters into a struct unfortunately. Included example code in the C file source for now.
Created attachment 139900 [details] [review] Add ShellGenericContainer, which makes it possible to write containers in JS
*** This bug has been marked as a duplicate of 590778 ***