Re: get callback list from a Gtk.Builder object
- From: rastersoft <raster rastersoft com>
- To: gtk-app-devel-list gnome org
- Subject: Re: get callback list from a Gtk.Builder object
- Date: Thu, 14 Aug 2014 16:34:53 +0200
Ok, I found how to do it: by using connect_signals_full and the get_name
method in the interface Buildable.
Thanks anyway!
El 14/08/14 a las #4, rastersoft escribió:
Hi all:
I'm working on a little project and I need to get access to some data
in a Gtk.Builder object. Specifically, I need, given an object's name,
get a list of the callback names assigned in Glade to that object.
This is: if I have a button called "mybutton", and I assign to the
"clicked" signal the callback "on_mybutton_clicked", I need to get a
list with two strings: the "clicked" signal and, associated to it,
another string with "on_mybutton_clicked".
Is this possible? how?
Thanks.
--
Nos leemos
RASTER (Linux user #228804)
raster rastersoft com http://www.rastersoft.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]