Re: Deriving a new widget from GtkText



>>>>> "L" == Lyndon Drake <lyndon@stat.auckland.ac.nz> writes:

 L> Hi, I want to write a widget that is very similar to GtkText.
 L> Presumably the best way to do this is to derive it from GtkText.
 L> My main question is, is it possible to override some of GtkText's
 L> methods, while letting GtkText handle the functions that don't
 L> interest me?

I have done exactly this for my editor widget
<URL:http://www.daimi.au.dk/~mailund/gtk.html>

Maybe looking at the source for this will help you.

	/mailund



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