« Return to Thread: Can I set background image for GtkTextView

Re: Can I set background image for GtkTextView

by amol-8 :: Rate this Message:

Reply to Author | View in Thread

Try setting background to textwindow of GtkTextView.
you can get text_window through gtk_text_view_get_window
(textview,window_type);
I don't remember exact syntax though.

Regards,
Amol
On Tue, 2009-06-30 at 15:54 +0800, winsty wrote:

> Hi, All
>  
>     I want to set a background image for GtkTextView in my program, but i don't know how to do it. And i also can't find something useful about
> this question, that's why I'm sending it here.
>  
> Best Regards
> winsty
>  
>    
>
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@...
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

 « Return to Thread: Can I set background image for GtkTextView