Happy New Year! I added GTK_DIALOG class to the CVS and to test_gtk program. If you want to compile and link test_gtk with SE, just comment out the TOOLBARS...
5
Oliver Elphick
olly@...
Jan 1, 1999 11:42 pm
I was working on a set of HTML pages to cross-reference eiffel-gtk and found certain problems that were revealed by SmallEiffel's short command: 1) short...
6
Richie Bielak
richieb@...
Jan 2, 1999 2:06 am
... [...] The LINKED_LIST should be eventually replaced by ARRAY. However, GTK_CANVAS is still very experimental and doesn't really work. The idea I had to...
7
Oliver Elphick
olly@...
Jan 3, 1999 8:26 pm
I have generated a set of cross-referenced HTML pages in the directory gtk/html. The directory has been committed to CVS. It would probably be a good idea not...
8
Paul Janzen
pcj+eiffel@...
Jan 7, 1999 6:16 am
... If you look a little closer, you will see that I actually have (for example) a GTK_COMMAND_EVENT, which derives from GTK_COMMAND_TYPE, but the deferred...
9
Richie Bielak
richieb@...
Jan 9, 1999 2:28 am
Paul Janzen wrote: [...] ... I like this. [...] ... I simply haven't had time to look at your code. But I'm getting to the point where I'd like to use it. ...
10
Frank Boehme
f.boehme@...
Jan 12, 1999 4:44 pm
Hi, I am using Paul's library to develop a strategy boardgame. So I have to move around widgets within GTK_TABLE. I understand that feature 'attach' or...
11
Paul Janzen
pcj+eiffel@...
Jan 12, 1999 8:09 pm
... Yes. Remove works fine; the problem is that it also decreases the reference count of the underlying GtkWidget, so gtk+ happily destroys it for you. You...
12
Frank Boehme
f.boehme@...
Jan 12, 1999 9:33 pm
... Thanks, Paul. A pity that Eiffel does not know 'dispose' (or destructors). If it did, it would be simple for you to make the Eiffel objects consistent with...
13
Frank Boehme
f.boehme@...
Jan 13, 1999 1:55 pm
Hi again, ===================================================== This is about Paul's version of the wrappers classes. ...
14
Paul Janzen
pcj@...
Jan 14, 1999 3:51 pm
... There will be a better solution in my next release: GTK_TABLE has a method detach(child:GTK_WIDGET) which simply does: child.ref -- call to...
15
Paul C. Janzen
pcj+eiffel@...
Jan 18, 1999 9:39 pm
Eiffel-GTK v0.02 has been released. Eiffel-GTK allows you to write GUI programs in Eiffel with the GTK+ widget library. This release of Eiffel-GTK is for use...
16
Richie Bielak
richieb@...
Jan 22, 1999 3:14 am
Hi, I have added the GTK_NOTEBOOK widget to the CVS. The code was contributed by Jörgen Tegne´r (teg@...). I wrote a simplified test of the...
17
Richie Bielak
richieb@...
Feb 14, 1999 2:32 am
Hi, I've updated the Eiffel/gtk library in the CVS and my Web page. http://www.netlabs.net/hp/richieb/gtk_eiffel.html Changes: 1. Works with Gtk+ 1.1.14 2....
18
Paul Janzen
pcj+eiffel@...
Feb 14, 1999 7:37 am
... Never one to be outdone... :-) Eiffel-GTK v0.03 has been released. Eiffel-GTK allows you to write GUI programs in Eiffel with the GTK+ widget library. This...
19
Dave E Martin XXIII
xxiii@...
Feb 16, 1999 1:46 am
(i'm currently in the process of installing debian so I can dump stampede, which will hopefully cure most the problems i've been having, ao i'll hold off on...
20
Richie Bielak
richieb@...
Feb 16, 1999 2:06 am
Dave E Martin XXIII wrote: [...] ... Yes! That would be really nice. Perhaps the best approach would be to adapt the GNOME Canvas widget which has some really...
21
Guest, Simon
simon.guest@...
Feb 16, 1999 9:05 am
Having 2 different ways of mapping GTK into Eiffel seems to be contrary to general agreement on other Eiffel discussion lists, that what we need is a standard...
22
Richie Bielak
richieb@...
Feb 17, 1999 2:29 am
... The reasons are mostly historical. I started to work on GTK lib for the ISE compiler, without knowing about the SmallEiffel library. Also, for a while the...
23
pcj+eiffel@...
Paul.Janzen@...
Feb 17, 1999 2:51 am
... Ditto. I started out using Francois's work, and "just needed a few new widgets." I have no intention of buying ISE Eiffel, and when I started, Richie's...
24
Richie Bielak
richieb@...
Feb 17, 1999 3:08 am
pcj+eiffel@... wrote: [...] ... Since Eiffel is not case sensitive this maybe less of a problem. ... Ideally they should be imported from C includes. ...
25
Alex Cozzi
cozzi@...
Feb 17, 1999 1:42 pm
... I would suggest you to do so: look at how I've encapsulated OpenGl. I found that using SWIG makes much easier to track new release and allow one to ...
26
Richie Bielak
richieb@...
Feb 18, 1999 2:13 am
... I'd like to try SWIG, if only to learn to use it. ... Hmm. That would be nice, but not that easy. EiffelVision is somewhat higher level than our libs. Also...
27
Richie Bielak
richieb@...
Mar 8, 1999 12:19 am
Hi, I've updated the CVS library with new code. The following were changed: 1. Compiled against Gtk+ 1.2.0 2. Integrated Paul Janzen's fix to make SmallEiffel ...
28
Dave E Martin XXIII
xxiii@...
Mar 10, 1999 7:00 am
Ok, I am about to embark on making some sort of code so I can plot into bitmaps. I just want to ask if there is anything I should be aware of, particularly...
29
Roger Browne
roger@...
Mar 10, 1999 8:45 pm
... I doubt the debian people have ever had reason to "consider" the Eiffel Forum Freeware License, but the EFFL complies with all the Debian Free Software ...
30
Richie Bielak
richieb@...
Mar 11, 1999 1:50 am
Dave E Martin XXIII wrote: [...] ... Welcome to the club of midnight programmers. :-) ... A good place to start would be to try and convert a C example into...
31
Dave E Martin XXIII
xxiii@...
Mar 11, 1999 9:47 am
... Yes 8). I try to keep things as portable as possible. The application for which I am doing this for though will probably end up being ISE specific...
32
datafox
datafox@...
Mar 13, 1999 11:40 am
Hello all! I'm trying to use eiffel-gtk-0.03 wrapper and writing with it some IDE. I want to catch event "double click" from mouse in GTK_CLIST object. I use...
33
Oliver Elphick
olly@...
Mar 14, 1999 6:10 am
... It complies with the DFSG and is therefore free in Debian's terms. -- Oliver Elphick Oliver.Elphick@... Isle of Wight...