In a Gtk::WINDOW_POPUP, widgets never can grab focus (or at least in some way don't focus the same way as in Gtk::WINDOW_TOPLEVEL), in which case TreeView will always render an inactive selection.
I'm sure if you try making the windows Gtk::WINDOW_TOPLEVEL it will draw correctly. 2008/8/6 Govinda Parida <[EMAIL PROTECTED]> > Hi, > I am facing a problem that I have a gtkmm window, on that window I > have created one more pop up window having tree view on that. But when > I am selecting a row in that tree view selection color is not coming. > could any one help me ? > > Thanks in advance. > > Regards, > Govinda > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > -- Please note that according to the German law on data retention, information on every electronic information exchange with me is retained for a period of six months. [Bitte beachten Sie, dass dem Gesetz zur Vorratsdatenspeicherung zufolge jeder elektronische Kontakt mit mir sechs Monate lang gespeichert wird.]
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
