GtkFrame looks different each time the program is started

2016-03-27 Thread Andreas Falkenhahn
This is really confusing the heck out of me. Please take a look at the attached screenshot. Sometimes, the GtkFrames in my program look like on the left side, and sometimes they look like on the right side - or even a mix of the two! The program is exactly the same. Just running the same program m

Re: GtkFrame looks different each time the program is started

2016-03-23 Thread Andreas Falkenhahn
On 23.03.2016 at 01:30 Allin Cottrell wrote: > On Tue, 22 Mar 2016, Andreas Falkenhahn wrote: >> On 22.03.2016 at 20:17 Göran Hasse wrote: >>> Hello, >>> Strange... You can test the behavior by changing the order >>> the widget get realized. >>> Instead of gtk_widget_show_all(window); at the e

Re: GtkFrame looks different each time the program is started

2016-03-22 Thread Allin Cottrell
On Tue, 22 Mar 2016, Andreas Falkenhahn wrote: On 22.03.2016 at 20:17 Göran Hasse wrote: Hello, Strange... You can test the behavior by changing the order the widget get realized. Instead of gtk_widget_show_all(window); at the end try to do gtk_widget_show(widget1); one at a time and in

Re: GtkFrame looks different each time the program is started

2016-03-22 Thread Igor Korot
Hi, Goran, On Tue, Mar 22, 2016 at 5:40 PM, Göran Hasse wrote: > > > Den 2016-03-22 kl. 21:09, skrev Andreas Falkenhahn: >> On 22.03.2016 at 20:17 Göran Hasse wrote: >> >>> Hello, >> >>> Strange... You can test the behavior by changing the order >>> the widget get realized. >> >>> Instead of gtk_

Re: GtkFrame looks different each time the program is started

2016-03-22 Thread Göran Hasse
Den 2016-03-22 kl. 21:09, skrev Andreas Falkenhahn: > On 22.03.2016 at 20:17 Göran Hasse wrote: > >> Hello, > >> Strange... You can test the behavior by changing the order >> the widget get realized. > >> Instead of gtk_widget_show_all(window); at the end try to do >> gtk_widget_show(widget1)

Re: GtkFrame looks different each time the program is started

2016-03-22 Thread Igor Korot
Hi, Marco, On Tue, Mar 22, 2016 at 4:36 PM, Marco Scannadinari wrote: > Doesn't wxwidgets use Gtk2 as a backend (which has a theme similar to the > current Qt GNOME theme) Yes, it does using GTK2 as the backend. And latest release can be compiled against GTK3. Thank you. > > > On Tue, 22 Mar 2

Re: GtkFrame looks different each time the program is started

2016-03-22 Thread Marco Scannadinari
Doesn't wxwidgets use Gtk2 as a backend (which has a theme similar to the current Qt GNOME theme) On Tue, 22 Mar 2016, 20:09 Andreas Falkenhahn, wrote: > On 22.03.2016 at 20:17 Göran Hasse wrote: > > > Hello, > > > Strange... You can test the behavior by changing the order > > the widget get rea

Re: GtkFrame looks different each time the program is started

2016-03-22 Thread Andreas Falkenhahn
On 22.03.2016 at 20:17 Göran Hasse wrote: > Hello, > Strange... You can test the behavior by changing the order > the widget get realized. > Instead of gtk_widget_show_all(window); at the end try to do > gtk_widget_show(widget1); > one at a time and in different order. This could give a clue...

Re: GtkFrame looks different each time the program is started

2016-03-22 Thread Andreas Falkenhahn
On 22.03.2016 at 19:17 Emmanuele Bassi wrote: > Hi; > On 22 March 2016 at 18:09, Andreas Falkenhahn wrote: >> This is really confusing the heck out of me. Please take a look at this >> screenshot: >> http://www.falkenhahn.com/tmp/shot.png > Are you sure you linked the right screenshot? That lo

Re: GtkFrame looks different each time the program is started

2016-03-22 Thread Emmanuele Bassi
Hi; On 22 March 2016 at 18:09, Andreas Falkenhahn wrote: > This is really confusing the heck out of me. Please take a look at this > screenshot: > > http://www.falkenhahn.com/tmp/shot.png Are you sure you linked the right screenshot? That looks like a Qt UI, to me. > Sometimes, the GtkFrames in

GtkFrame looks different each time the program is started

2016-03-22 Thread Andreas Falkenhahn
This is really confusing the heck out of me. Please take a look at this screenshot: http://www.falkenhahn.com/tmp/shot.png Sometimes, the GtkFrames in my program look like on the left side, and sometimes they look like on the right side - or even a mix of the two! The program is exactly the same.