RE: EXTERNAL: Re: Gtk2::SpinButton For Hex

2015-05-22 Thread Williams, James P2
> Looks like twisting the implementation of the standard Spinbutton widget is > not quite easy to be achieved - maybe my alternative is quicker to put to > effective use. Yeah, I've toyed with doing something along these lines, using other widgets to create a poor man's spin button. My hex in

Re: EXTERNAL: Re: Gtk2::SpinButton For Hex

2015-05-22 Thread Juergen Harms
Hi, Looks like twisting the implementation of the standard Spinbutton widget is not quite easy to be achieved - maybe my alternative is quicker to put to effective use. I append code that I reduced from a gtk2 application I did a couple of years ago, that implements a hex Spinbutton as a se

Re: Bindings for a 3rd-party library

2015-05-22 Thread Emmanuele Bassi
Hi; On 22 May 2015 at 12:11, Daniel Kasak wrote: > On Fri, May 22, 2015 at 5:37 PM, "Torsten Schönfeld" > wrote: >> "Daniel Kasak" : >>> I'm wondering ... how much work is involved in getting Perl bindings >>> for this library working? I guess it would depend on how it's written? >>> Or does th

Re: Bindings for a 3rd-party library

2015-05-22 Thread Daniel Kasak
On Fri, May 22, 2015 at 5:37 PM, "Torsten Schönfeld" wrote: > "Daniel Kasak" : >> I'm wondering ... how much work is involved in getting Perl bindings >> for this library working? I guess it would depend on how it's written? >> Or does the introspection that comes along with gtk3 make it generally

Re: Bindings for a 3rd-party library

2015-05-22 Thread Torsten Schönfeld
"Daniel Kasak" : > I'm wondering ... how much work is involved in getting Perl bindings > for this library working? I guess it would depend on how it's written? > Or does the introspection that comes along with gtk3 make it generally > an easy task? Something like this should get you started: G