--- amolgkulka...@gmail.com wrote:
From: Amol
To: winsty
Cc: gtk-app-devel-list
Subject: Re: Can I set background image for GtkTextView
Date: Wed, 01 Jul 2009 10:48:18 +0530
Try setting background to textwindow of GtkTextView.
you can get text_window through gtk_text_view_get_window
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 GtkTex