Re: Why collaps row in tree_view since gtk 2.14.0

2009-06-26 Thread Bernd Demian
Am Dienstag, den 16.06.2009, 10:23 +0200 schrieb 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
  2.14 we have the effect, that when i deselect the child row - the node
  will collaps. Btw the arrow of the father will paint black when I press
  Cntl + mouse button 1!
 
 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.
 
 
 regards,
 
 -kris.
 
Hi,
I have now compiled gtk+-2.12.12 and gtk+-2.16.2 and call the test
application testtreefocus. In 2.12 the behavior is like expected.
Select the child row with press mouse button 1 and deselect the row with
GDK_Control_L and mouse button 1. All is ok! 
In 2.16.2 I select in the them application the child row with mouse
button 1. When I now press GDK_Control_L the arrow of the button is
painted black and when I now press the mouse bottun the child row is
deselected and the parent is collaps. Otherwise when the child row is
selected and you press GDK_Control_L key the arrow of the parent will
painted black. When you move now the cursor a little bit before you
press the mouse button, the arrow of the parend row will now painted
white and the row will be deselected without collaps the parent.
There must be a change in 2.16 or/and 2.14, but I can't find it. Please
help, now it is for our costumer not operable.
Tanks for your help!
Bernd

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: How to set a window filled the whole screen when we start the window?

2009-06-26 Thread Stefan Kost
Michael Torrie schrieb:
 donglongchao wrote:
 Thank you very much.That is just what I need.
 I am not very familiar with the API manual.
 
 I always program with a web browser open showing the API docs.  Although
 they often lack documentation and examples (they are generated from the
 source code), they at least document the API calls and parameters, the
 various enumerations, structures, etc.  Invaluable, although a bit hard
 to search. Fortunately google helps out there.

Hej,
just install devhelp and the -dev packages. Then you even have search.

Stefan
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GLib 2.20.4 released

2009-06-26 Thread Matthias Clasen
GLib 2.20.4 is now available for download at:

  ftp://ftp.gtk.org/pub/glib/2.20/
  http://download.gnome.org/sources/glib/2.20/

md5 sums:
346916673c0eab72191cf44b4afe535f  glib-2.20.4.tar.bz2
a99e34b99c47a6d61788a6635158bbb5  glib-2.20.4.tar.gz

sha1 sums:
a0cee2b75bb485de926fa43b33887adc8f9c19bb  glib-2.20.4.tar.bz2
0f27353ec8017d1fb52eb9df0667afb8b8d7493d  glib-2.20.4.tar.gz

This is a bug fix release in the 2.20 series.

GLib is the low-level core library that forms the basis for projects
such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality as
an event loop, threads, dynamic loading, and an object system.

More information about GLib is available at:

 http://www.gtk.org/

An installation guide for the GTK+ libraries, including GLib, can
be found at:

 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html


Overview of Changes from GLib 2.20.3 to GLib 2.20.4
===

* Bug fixes:
 579449 FileChoosers no longer work if an idle handler is active
 579933 mainloop FD_CLOEXEC has a race condition
 585088 g_string_chunk_insert_len stops at nul bytes
 585360 Monitor fontconfig configuration files using gio causes m...
 585478 don't leak the inotify fd
 585520 Wrong warning option in documentation
 585676 GEmblem doesn't reference its 'icon' if that is set as a ...
 585726 Grammatical error in GList documentation
 586868 g_filename_complete_get_completions doesn't always return...

* Updated translations:
 Bengali India
 Punjabi


Thanks to all contributors:
Alex Larsson
Benjamin Otte
Thiago Macieira
Tom Parker


June 27, 2009
Matthias Clasen


___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list