GNOME Bugzilla – Bug 123906
no support for GtkPlug or GtkSocket widgets
Last modified: 2018-03-26 14:58:33 UTC
This bug was originally reported in the Debian BTS: http://bugs.debian.org/211814 "Glade does not support creating GtkPlug windows; it'd be useful if it did."
I'm not adding new features to glade-2 since glade-3 is being written.
ok, so let's reassign this bug to that product =)
Glade can also add support for GtkSocket widgets... it shouldnt be too hard as GtkSocket is essentially a GtkWindow with some exceptions (we can just use a GtkWindow in the runtime instead of a real GtkSocket).
Now that GtkPlug and GtkSocket have become explicitly X11-only, maybe this is a lower priority?
Right this is not really a high priority. Also I forgot to mention, as a note whenever this get's implemented. The same logic applied for GtkUnixPrint widgets/catalog needs to be applied here, plug/socket should go into a separate "x11 only" catalog and support for it should be included conditionally (a matter of detecting if gtk_plug/socket_get_type() symbols are available in the GTK+ library from the Glade configure scripts).
*** Bug 382150 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glade/issues/1.