Re: widget valid signals and properties

2006-07-25 Thread muppet
On Jul 25, 2006, at 4:59 PM, Dirk Koopman wrote: > 1. How do I get a list of valid properties and signals for a widget? Glib::Type::list_signals() and Glib::Object::list_properties(). See the Glib::Type and Glib::Object manpages. You may be interested in my Gtk2-Perl object_browser, which kn

Re: high level application frameworkl

2006-07-25 Thread Daniel Kasak
Dirk Koopman wrote: > On Tue, 2006-07-25 at 09:37 +1000, Daniel Kasak wrote: > >> Dirk Koopman wrote: >> >>> For many years (about 26) I have used an "application framework" of my >>> own devising (in various incarnations) for separating "business >>> logic" [ugh] and data manipulation, co

Re: widget valid signals and properties

2006-07-25 Thread Torsten Schoenfeld
On Tue, 2006-07-25 at 21:59 +0100, Dirk Koopman wrote: > 2. Is it possible to hook oneself onto all signals? Is there some > "master" signal one could hook into? If you just want to know which signals are fired for a certain widget, connect to the widgets "event" signal. The second argument to t

Re: widget valid signals and properties

2006-07-25 Thread Dirk Koopman
On Tue, 2006-07-25 at 22:06 +0100, Emmanuele Bassi wrote: > Hi; > > On Tue, 2006-07-25 at 21:59 +0100, Dirk Koopman wrote: > > 1. How do I get a list of valid properties and signals for a widget? > > perldoc Gtk2::, sections SIGNALS and PROPERTIES. I should have said "from a widget handle or pac

Re: widget valid signals and properties

2006-07-25 Thread Emmanuele Bassi
Hi; On Tue, 2006-07-25 at 21:59 +0100, Dirk Koopman wrote: > 1. How do I get a list of valid properties and signals for a widget? perldoc Gtk2::, sections SIGNALS and PROPERTIES. > and related: > > 2. Is it possible to hook oneself onto all signals? Is there some > "master" signal one could hoo

widget valid signals and properties

2006-07-25 Thread Dirk Koopman
1. How do I get a list of valid properties and signals for a widget? and related: 2. Is it possible to hook oneself onto all signals? Is there some "master" signal one could hook into? ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://ma

Re: high level application frameworkl

2006-07-25 Thread Jaap Karssenberg
Hi, In my opinion there are two issues here 1) you want an api to bind data to a form 2) you want an api to quickly create new forms I think glade can be used very well for issue #2, but you can just as well write your own xml-2-gui module in no time. As other pointed out in this discussion,

[ANNOUNCE] Gnome2::GConf 1.032 (unstable release)

2006-07-25 Thread Emmanuele Bassi
Hi all; here's the latest release of the Gnome2::GConf module. The only change from the previous 1.031 release is a patch fixing the loading of the symbols on Darwin, by Daniel Macks (kudos to him). The Gnome2::GConf module is available for download on both gtk2-perl project page on Sourceforge.

Re: high level application frameworkl

2006-07-25 Thread Dirk Koopman
On Tue, 2006-07-25 at 09:37 +1000, Daniel Kasak wrote: > Dirk Koopman wrote: > > > For many years (about 26) I have used an "application framework" of my > > own devising (in various incarnations) for separating "business > > logic" [ugh] and data manipulation, completely, from visual > > represen