How to change background color of gtk_scrolled_window....?

W

way2dharm

Hi to all,

I've created a gtk_scrolled_window and tried to set its
background color the way I did for gtk_window ie; using
gtk_widget_modify_bg()..... but to no use... Can anyone tell me how to
to this...

Thanx in advance for any help that comes in... :)

Dharm Kumar
 
K

Keith Thompson

I've created a gtk_scrolled_window and tried to set its
background color the way I did for gtk_window ie; using
gtk_widget_modify_bg()..... but to no use... Can anyone tell me how to
to this...

I'm sure someone can, but your question really isn't about the C language.

I don't know if there's a suitable newsgroup that deals with gtk. Try
www.gtk.org; I don't see any support forums there, but there's plenty
of documentation.
 
A

Antoninus Twink

I've created a gtk_scrolled_window and tried to set its background
color the way I did for gtk_window ie; using
gtk_widget_modify_bg()..... but to no use...

Why do you want to change the background of the GtkScrolledWindow,
rather than the child widget it contains? Have you misunderstood what a
GtkScrolledWindow does? If not, could you post a snippet of code showing
how you're using it?
 
G

Guest

Why do you want to change the background of the GtkScrolledWindow,
rather than the child widget it contains? Have you misunderstood what a
GtkScrolledWindow does? If not, could you post a snippet of code showing
how you're using it?

please don't. As Keith remarked this is off topic in comp.lang.c.
Find a more approriate ng for your question
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top