After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590779 - Add ShellGenericContainer, which makes it possible to write containers in JS
Add ShellGenericContainer, which makes it possible to write containers in JS
Status: RESOLVED DUPLICATE of bug 590778
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-08-04 20:13 UTC by Colin Walters
Modified: 2009-08-04 20:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add ShellGenericContainer, which makes it possible to write containers in JS (12.13 KB, patch)
2009-08-04 20:13 UTC, Colin Walters
none Details | Review

Description Colin Walters 2009-08-04 20:13:30 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.
Comment 1 Colin Walters 2009-08-04 20:13:32 UTC
Created attachment 139900 [details] [review]
Add ShellGenericContainer, which makes it possible to write containers in JS
Comment 2 Colin Walters 2009-08-04 20:14:32 UTC

*** This bug has been marked as a duplicate of 590778 ***