Documentation key-bindings for gtk_tree_view

2009-06-16 Thread Bernd Demian
hi all, I am searching for a documention of the key-bindings of the gtk_tree_view and can't find anything. thanks for helping bernd ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Why collaps row in tree_view since gtk 2.14.0

2009-06-16 Thread Kristian Rietveld
On Wed, Jun 10, 2009 at 10:29 AM, Bernd Demianbernd.dem...@csc-dd.de wrote: hi, I have a question to select/unselect in gtk_tree_view since gtk+-2.14.0. In version 2.12 I select a child in tree_view with mouse button 1 and whith they key Cntl and mouse button 1 I deselect the child row. Since

Re: Why collaps row in tree_view since gtk 2.14.0

2009-06-16 Thread Bernd Demian
Am Dienstag, den 16.06.2009, 10:23 +0200 schrieb Kristian Rietveld: I don't observe such behavior in GTK+ = 2.14.0 and as far as I know GTK+ has not changed behavior in this regard between 2.12 and 2.14. thanks for your anwer, but can you say me when the arrow in a tree is painted full. In

gtkrc: differences between gtk_rc_add_default_file() and gtk_rc_parse()?

2009-06-16 Thread Jiason Li
Hi all, I was able to customize my app's look-and-feel by my own gtkrc file, using gtk_rc_parse()/gtk_rc_add_default_file(). according to the doc, gtk_rc_parse(): Parses a given resource file. gtk_rc_add_default_file(): Adds a file to the list of files to be parsed at the end of gtk_init().