help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] More Gtk


From: Mike Anderson
Subject: [Help-smalltalk] More Gtk
Date: 07 Jan 2004 12:59:43 +0000

Here's a patch for funcs.awk that picks up some functions that were
missed because they were declared with space both before and after the
asterisk, thus:

GtkWidget *    gtk_text_view_new                   (void);

The patch is essentially a change to the expression used to identify the
functions. It's a little bit messy, but it picks up a good number of
missing functions and doesn't miss out any that were picked up before.

There's also a patch to add the functions to MoreFuncs.st that I didn't
declare before (actually g_type_from_name is one that probably should be
generated automatically, but isn't).

Finally, there's an example for trees (I've left the GNU copyright
notice on it, because it's partially based on the tictactoe example).

Mike

Attachment: MoreFuncs.st.diff
Description: Text Data

Attachment: funcs.awk.diff
Description: Text Data

Attachment: example_tree.st
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]