Re: GtkEditable and GtkTextView



Robert Brady <robert suse co uk> writes:
> Here's the first cut of a patch (against the gtk-im-new branch), to make
> GtkTextView support the GtkEditable interface.
> 
> It works for me, but it seems very short, what obvious things did I forget
> to do? 
> 

The text widget bits look good to me, Owen/Tim can maybe comment on
the use of GInterface. Only thing I saw is that you have to put return
types on a separate line:

 static int
 foo()
 {
 }

The shortness is just because GtkTextBuffer is so powerful. ;-)

Havoc




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