egrath
egrath

Reputation: 33

Moving a gtk widget anchored within a gtk textview

How can i move a Gtk Widget which is anchored inside a Gtk Textview? Selecting text and moving them around inside the Textview works as expected, but when a Widget is selected too, it disappears after the movement. What's the correct way of implementing movable widgets inside a textview?

Upvotes: 2

Views: 338

Answers (1)

egrath
egrath

Reputation: 33

It seems that this is GTK+ bug - a small test using the native C-API showed the same behavior - filed a bug over at bugzilla.gnome.org under id 667739 in case someone here wants to follow it's progress.

Upvotes: 1

Related Questions