Hello,
I use Gtk::SelectionData::get_uris() and in the docs says that if I get a non-0
result I should use Glib::strfreev() to free it.
The problem is there is no documentation about Glib::strfreev() and I don't
know how to use it. I cant even find an example that uses it. So can you show
me
Hi,
In my app I want the user to drag-n-drop files from nautilus, then the
application should open them. I am using as Targets:
1. STRING
2. text/plain
Then when the drag_data_received() signal is emitted, I use the get_text()
method on the SelectionData to get the text.
Everything works fine
Thanks. Your first solution helped a bit. But I finally understood how totem
does it. It is an entirely different approach and maybe easier. Totem uses, for
the video part, a custom widget named "Bacon". When in fullscreen mode Bacon
covers the whole screen. The controls that pop-up when the mo
Hi a had multiple problems building this widget but I always knew where to look
and I fixed them. But now I have a problem that I am truly clueless on how to
solve it. Let me explain. I am trying to develop a program which uses
Gstreamer, so I needed a video widget.
This widget should do the fo