[Glade-users] Integration of GNOME project with Scintilla

Damon Chaplin damon@karuna.uklinux.net
Tue, 07 Sep 2004 16:53:27 +0100


On Sun, 2004-09-05 at 16:48, singh janmejay wrote:
> Hi everybody.....
> 
> I am working on a project in which I have to desigh an
> IDE and need to integrate Scintilla with my project
> interface to develop something like Anjuta - the C/C++
> IDE. I need all that syntax highlighting and indenting
> stuff. I don't know how to do that integration
> stuff....I am stuck and can't proceed without the
> interface..... 

Unfortunately Glade only supports standard GTK+ and GNOME widgets at
present. (Glade-3 will support external widgets in future.)

Though Glade does provide a 'Custom' widget on the 'GTK+ Additional'
page of the palette, that you can use to insert custom widgets.
You just need to supply the name of a function to call to create the
widget.

Alternatively you can leave a space in the interface, and add the widget
at runtime.

Damon