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 Norbert Zeh
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 within the w

Re: gtk_window_set_geometry_hints woes

2014-10-25 Thread Norbert Zeh
On Sat, Oct 25, 2014 at 5:15 AM, Lucas Levrel wrote: > Le 24 octobre 2014, Norbert Zeh a écrit : > > 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