Re: Copywrite protection and source-code distribution

2018-08-20 Thread Ruben Safir
Well Roger what does your software do? Lets see if it is worth copying first, and if so then I might copy it and distribute it for free. On Thu, Aug 02, 2018 at 01:04:05PM +0700, Lucky B.C via gtk-app-devel-list wrote: > In my view, you can choose donation or ads! > > On Thu, Aug 2, 2018,

Bug Report on Toggle Buttons

2008-10-11 Thread Ruben Safir
It seems to me that the togglebutton toggled() function has a but. Documentation says that when called it will change the state of the object. I can't varify this behavior. It calls the toogle signal but doesn't seem to change the state of the object. Example Code Below:

Toggle Button Bug

2008-10-09 Thread Ruben Safir
It seems to me that the togglebutton toggled() function has a but. Documentation says that when called it will change the state of the object. I can't varify this behavior. It calls the toogle signal but doesn't seem to change the state of the object. Example Code Below:

Debugging the event loop and other things in gdb

2008-10-07 Thread Ruben Safir
the Button constructor. Ruben Safir http://www.brooklyn-living.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: grep

2008-10-03 Thread Ruben Safir
On Thu, Oct 02, 2008 at 05:50:03PM -0300, Carlos Pereira wrote: Well, the list yes... the posts, aparently not... :-) Best regards carlos Thanks - things are coming through now. Ruben 2008/10/2 Ruben Safir [EMAIL PROTECTED]: is this working

Re: gtkmm and autoconf

2008-10-03 Thread Ruben Safir
On Fri, Oct 03, 2008 at 01:44:54PM +0200, Nicola Fontana wrote: On Fri, 03 Oct 2008 11:00:35 +0200 Murray Cumming [EMAIL PROTECTED] wrote: or this might be better: AM_CPPFLAGS = $(MYAPP_CFLAGS) onwindow_LDADD = $(MYAPP_LIBS) I don't know the technical difference (I always seen

Re: [EMAIL PROTECTED]: Re: gtkmm and autoconf]

2008-10-03 Thread Ruben Safir
On Sat, Oct 04, 2008 at 01:21:39AM +0200, Rafał Mużyło wrote: - Forwarded message from Rafał Mużyło [EMAIL PROTECTED] - Date: Sat, 4 Oct 2008 01:18:15 +0200 From: Rafał Mużyło [EMAIL PROTECTED] To: Nicola Fontana [EMAIL PROTECTED] Subject: Re: gtkmm and autoconf Message-ID: [EMAIL

gtkmm and autoconf

2008-10-02 Thread Ruben Safir
Hello I'm really a novice at autoconf and automake and trying to learn some gtkmm but I'm running into a problem that I just don't have the familiarity to solve and I'd like to request some help I've done a google search for a solution and came up blank so I hope someone can help me here. I'm

grep

2008-10-02 Thread Ruben Safir
is this working? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Learning Glade

2008-09-26 Thread Ruben Safir
On Mon, Apr 28, 2008 at 08:01:13PM +0200, Luis Menina wrote: If you have a recent version of GTK+ (= 2.12), just go with GtkBuilder instead of libglade: this is the way things should be done nowadays, if you create a simple interface (GtkBuilder is still young). You can design your