Re: [gtk-list] Inserting Text in a Text Widget



> 
> I am using a gtk_text Widget in my application. Now I realized, that it
> is not possible to insert text in the widget with gtk_text_insert unless
> I call gtk_widget_realize(my_text_widget). What is this realize thing?
> Why do I need it?
> 

It creates the window which the widget uses to do it's thing in.

Tony



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