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...
57
Richie Bielak
richieb@...
Apr 9, 1999 1:18 am
Dave E Martin XXIII wrote: [...] ... Maybe something like "ez_gtk" or "gtk_components"? ... The book explains it. The "delete_event" is emitted before the...
58
Richie Bielak
richieb@...
Apr 9, 1999 1:19 am
... The Makefile in C/se is only there for inclusion in the Makefiles of actual projects. Perhaps we should rename it. ...richie -- "It is a good day to code."...
59
Richie Bielak
richieb@...
Apr 9, 1999 1:20 am
... If you type "make clean" in the example directories that have Makefiles *.h files will be deleted as well. The file in C/se can be safely removed. ...
60
Richie Bielak
richieb@...
Apr 9, 1999 2:47 am
Hi, I was reading "Developing Linux Apps with GTK+ and GDK" (DLAwGaG) and at one point the author said that a GTK window can only have one child widget, that's...
61
Dave E Martin XXIII
xxiii@...
Apr 9, 1999 4:27 am
... Hmmm, maybe i'm being redundant then (in the QUIT_CMD that i've been using). Xwindows can emit a DELETE, a CLOSE, or a DESTROY event, and I was assuming...
62
Dave E Martin XXIII
xxiii@...
Apr 9, 1999 7:29 am
I had to do the following to the makefile in C/se to make the new makefile system work. Matters are complicated by the fact that you need eiffel.h, but you...
63
Dave E Martin XXIII
xxiii@...
Apr 9, 1999 8:30 am
A slight addendum: I just discovered I was working with an oddball variation of the Makefile that came from an alternate universe. However, after fixing that....
64
Richie Bielak
richieb@...
Apr 12, 1999 2:10 am
Hi, I've added the updates to the GTK_CONTAINER hierarchy into the CVS. So far, I've only compiled with ISE so there maybe some problems with some of the other...
65
Richie Bielak
richieb@...
Apr 12, 1999 2:33 am
... I see the problem. I created a fresh dev directory from the CVS and the Makefiles stopped working. ... This sounds good. BTW, I started to change the Ace...
66
Richie Bielak
richieb@...
Apr 14, 1999 4:25 am
Hi, I've been reading the code for dealing with callbacks in Paul J.'s library and I think now I uderstand what is going on. Here is how I see it: 1. The...
67
Paul Janzen
pcj+eiffel@...
Apr 14, 1999 5:29 am
... In principle I agree with you. However I have found the data parameter to be very convenient in real life. Eiffel doesn't exactly go out of its way to...
68
Dave E Martin XXIII
xxiii@...
Apr 14, 1999 5:39 am
Sorry I didn't respond to this before now. I wanted to think about it, and then back-burnered it unintentionally 8( ... I think if the variable is going to be...
69
Dave E Martin XXIII
xxiii@...
Apr 14, 1999 5:46 am
I'm not so sure there is anything wrong with the way its being done now (provided that the code were cleaned up concerning the check for "_event" which is now...
70
Richie Bielak
richieb@...
Apr 15, 1999 2:30 am
Paul Janzen wrote: [...] ... We have these two options: !!cmd w.signal_connect ("sig", cmd, data) and !!cmd cmd.set_data (data) w.signal_connect ("sig", cmd) ...
71
Richie Bielak
richieb@...
Apr 18, 1999 2:37 am
Hi, I started to make the changes for callbacks update. So far I worked with ISE. I still have to apply the same changes to the SE side. I've just updated CVS....
72
sjwhite@...
Apr 18, 1999 2:36 pm
Hi all. I have gotten this Eiffel library to work a couple of times with SmallEiffel and the Win32 Port of GTK available from www.gimp.org/~tml/gimp/win32/....
73
Richie Bielak
richieb@...
Apr 18, 1999 4:02 pm
... Cool! ... Just adding more widgets. If you want more of a challenge take a look at the color selection widget. Send mail to Oliver Elphic ...
74
Richie Bielak
richieb@...
Apr 22, 1999 1:35 am
Hi, I don't know if you saw the announcement from ISE that the new Eiffel Vision will be based on GTK+ toolkit. Take a look here: ...
I'm embarking on a fairly major update to the gdk_* (mainly the parts that I contributed previously) portion of the library. It should be more "objecty" and...
77
Dave E Martin XXIII
xxiii@...
Apr 27, 1999 8:22 am
I've commited a fair number of updates related to this. I've ran into a snag which is documented in some rambling comments in the feature -- emulated commands ...