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...
34
Richie Bielak
richieb@...
Mar 20, 1999 4:56 am
Hi, In the code that Dave Martin added to gtk_widget there are routines like this: gdk_visual: GDK_VISUAL is do !! Result.make (gtk_widget_get_visual (widget))...
35
Dave E Martin XXIII
xxiii@...
Mar 20, 1999 10:31 pm
Richie Bielak wrote: [...] ... [...] [please see previous message] ... I am interested in the answer to this as well; here are some things to consider (I don't...
36
Richie Bielak
richieb@...
Mar 20, 1999 11:27 pm
Dave E Martin XXIII wrote: [...] ... Creation is expensive any way you look at it, because it's during creation when memory is allocated and usually a GC...
37
Dave E Martin XXIII
xxiii@...
Mar 21, 1999 4:12 am
I have renamed some things, and added some query caching in GTK_WIDGET. What would be suggested for GTK_STYLE? Currently, i'm just leaving it be. It may be...
38
Richie Bielak
richieb@...
Mar 22, 1999 1:43 am
... I guess we should leave as it is and see how it gets used. ...richie -- "It is a good day to code." http://www.netlabs.net/~richieb ... eGroup home:...
39
Dave E Martin XXIII
xxiii@...
Mar 22, 1999 8:38 am
(yet another old movie that overdid it on makeup and acting, 1931 version of dracula) I added partial caching to gtk_style, which will hopefully be a good ...
40
Richie Bielak
richieb@...
Mar 23, 1999 4:02 am
I'm testing with the new SmallEiffel compiler (-0.78b2) and I discovered that some things have broken. 1. In examples/pixmap - the bitmap no longer shows up...
41
Richie Bielak
richieb@...
Mar 24, 1999 3:24 am
Richie Bielak wrote: [...] ... Stupid error. I should have used ".show_all" not ".show" to force display of the widget. Actually the behavior of "show" changed...
42
cuper@...
Mar 29, 1999 5:23 pm
Is this project coordinated with ISE's inclusion of gtk into their new EiffelVision product. My understanding is that ISE is not only interfacing gtk, but is...
43
Richie Bielak
richieb@...
Mar 29, 1999 7:35 pm
... No. This project is to make a free library that is portable between ISE and SmallEiffel. ...richie -- "It is a good day to code."...
44
andreas.leitner@...
Mar 30, 1999 9:32 pm
<36ffd535.560d710-@...> wrote: Original Article: http://www.egroups.com/list/eiffel-gtk-discuss/?start=43 ... But I guess it won't need major changes...
45
Richie Bielak
richieb@...
Mar 30, 1999 10:13 pm
... It should compile fine on Windows. There is nothing in the code that Unix/Linux specific. ...richie -- "It is a good day to code."...
46
Richie Bielak
richieb@...
Mar 31, 1999 4:02 am
... I've integrated your Makefiles in my local copy. I was planning to use 'gtk-config' in the Makefiles before putting them up in the CVS. BTW, ISE is...
I am interested in having access to a complete set of gtk widgets in eiffel (with no immediate need for canvas). 1) What is the current status/schedule of your...
49
xxiii@...
Apr 8, 1999 12:23 am
I have committed a new version of the se/gtk_eiffel.c code, to add the apparently missing c_gtk_event_connect function (its present in the ISE version of the...
50
Richie Bielak
richieb@...
Apr 8, 1999 12:52 am
... It's slowly humming along. Which particular widgets do you need most? If you are using SmallEiffel, you can try and use Paul Janzen's lib which is...
51
Richie Bielak
richieb@...
Apr 8, 1999 1:04 am
... You're right. ... Not really. I think I started to clean this stuff up and haven't finished. Clean up of the callbacks set up is next on my list. I'm...
52
Richie Bielak
richieb@...
Apr 8, 1999 3:36 am
Hi, A couple of things. 1. It seems that we have few people contributing code to the library. Excellent!!! To make everyone's life easier let's try to put an...
53
Dave E Martin XXIII
xxiii@...
Apr 8, 1999 5:38 am
... Ok. I assume (from examining the CHANGELOG) that you mean a course description for a group of related cvs commits. ... Ditto, but I hope they fix the...
54
Dave E Martin XXIII
xxiii@...
Apr 8, 1999 8:16 am
its 2:14 am here and i'm in bleary-eye mode, but me thinks the Makefile in C/se is not the right makefile for that situation. <*> - Know Future ... eGroup...
55
Dave E Martin XXIII
xxiii@...
Apr 8, 1999 9:21 am
image-scribble-sample now works in a very rudimentary way. You can click to place a dot (with any mouse button, or at least the 3 usual X-window mouse...
56
xxiii@...
Apr 8, 1999 8:40 pm
The CVS C/se contains an eiffel.h which appears to be the result of an eiffel cecil compile. It appears that this file was added to the CVS accidentally, and...