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
2009/6/30 Mike Massonnet :
> Hello,
>
> I have been porting a part of a program to GIO for file monitoring. By
> this move I also switched g_file_get/set_contents to the ones
> available in the GFile object, g_file_load/replace_contents.
>
> At the first run I was surprised that it didn't work (of
Hello,
I have been porting a part of a program to GIO for file monitoring. By
this move I also switched g_file_get/set_contents to the ones
available in the GFile object, g_file_load/replace_contents.
At the first run I was surprised that it didn't work (of course errors
may always be introduced
On Wed, 24 Jun 2009 16:37, rainwood...@gmail.com said:
> I am not skillful on this particular issue, but theoretically NO.
>
> Your library will ultimately be linked to an application. The textdomain
> should be bound by the application.
It is perfectly okay to bind the domain to the library. In
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-lis