Re: gtk treeview windows

2009-02-06 Thread Tor Lillqvist
Not trying to be offensive, but if I could reproduce this every time, I wouldn't be asking for debugging suggestions. Oh, sorry. I assume you have verified that you don't have any heap corruption by running the code under valgrind on Linux? Other than that I really can't give any specific

Re: MenuItem activate signal

2009-02-06 Thread Carlos Pereira
I am fairly experienced with sensitive/insensitive states in Menuitems in old Option Menus and new Combo Boxes, but I am not sure in which context your Menuitem appears... Could you explain what is the parent of your MenuItems? perhaps with a very small bit of code showing how they are

font of insensitive checkbox

2009-02-06 Thread Nicolas Soubeiran
Hello, I have to do a GUI where checkboxes can be insensitive but the text has to be readable. When I call gtk_widget_set_sensitive(check_box, FALSE), the associated label is also set insensitive which makes the text hard to read. I change the GtkRCFile in order to have a specific color for the

Re: font of insensitive checkbox

2009-02-06 Thread Amondo Roquentin
Nicolas Soubeiran wrote: Hello, I have to do a GUI where checkboxes can be insensitive but the text has to be readable. When I call gtk_widget_set_sensitive(check_box, FALSE), the associated label is also set insensitive which makes the text hard to read. I change the GtkRCFile in order to

MenuItem activate signal

2009-02-06 Thread dhk
I have a callback that is called when a MenuItem is selected, but in the callback the paramenter is which is suppose to be the MenuItem is NULL. The callback signature is void user_function (GtkMenuItem *menuitem, gpointer user_data). What I want to do is set menuitem to be insensitive when

gtk_init SIGSEGV

2009-02-06 Thread IacopoDeeNosee
Hello everybody i am trying to make a simple gtk application for hobby,after adding the control of parameters with which it is launched the program crash to the funciton *gtk_init*,no error or warning when it is compiled but there is a segmentation fault in the run time,where is the bug? i post

Theme/appearance of treeview row separator, paned handle and paned gutter

2009-02-06 Thread kmbruhnk
I'm developing a training application that needs to look as nearly as possible to an existing application. I've already developed a theme which accomplishes most of what I need to do. However, I haven't figured out how to theme two particular aspects of two different widgets. 1) Treeview row

Re: MenuItem activate signal

2009-02-06 Thread dhk
Carlos Pereira wrote: I am fairly experienced with sensitive/insensitive states in Menuitems in old Option Menus and new Combo Boxes, but I am not sure in which context your Menuitem appears... Could you explain what is the parent of your MenuItems? perhaps with a very small bit of code

Re: font problems

2009-02-06 Thread Dan McMahill
Behdad Esfahbod wrote: Dan McMahill wrote: The unicode character there is a lower case greek epsilon. When I print to PDF, that character is clearly bitmapped and looks ugly compared to the rest of the text. When I send to my postscript printer, it (the epsilon) doesn't even come out. When