Gtk+-2.0 leaks memory

2014-10-24 Thread Joël Krähemann
Hi Gtk+-2.0 leaks memory, please take a look at: http://ags.sourceforge.net Is Gtk+-2.0 still maintained? Or is migrating to Gtk+-3.0 the only choice? Or may someone could explain me what's wrong about: AgsAudioLoop *audio_loop; AgsGuiThread *gui_thread; auto void

Re: Gtk+-2.0 leaks memory

2014-10-24 Thread Marcus Karlsson
On Fri, Oct 24, 2014 at 04:02:01PM +0200, Joël Krähemann wrote: Hi Hi. Gtk+-2.0 leaks memory, please take a look at: http://ags.sourceforge.net Is Gtk+-2.0 still maintained? Yes it is. The latest point release happened just two weeks ago. Or is migrating to Gtk+-3.0 the only choice? Or

gtk_window_set_geometry_hints woes

2014-10-24 Thread Norbert Zeh
Hi folks, I am trying to put together a simple game board window, which packs the game board on the left and a button panel on the right. The top-level container within the window is an HBox. First child of the HBox is the game board, second child is a VBox containing all the buttons. The game

Re: gtk_window_set_geometry_hints woes

2014-10-24 Thread Phil Wolff
Look at using GtkAspectFrame as the first HBox child, and put your game board in it. On 10/24/2014 02:52 PM, Norbert Zeh wrote: Hi folks, I am trying to put together a simple game board window, which packs the game board on the left and a button panel on the right. The top-level container

Re: gtk_window_set_geometry_hints woes

2014-10-24 Thread Norbert Zeh
This doesn't quite achieve what I want as it does not constrain the geometry of the main window. In order to ensure its child has a fixed aspect ratio, the GtkAspectFrame introduces horizontal or vertical padding if its own aspect ratio is different. The ability to provide a geometry widget to