GTK+3 CSS style function questions

2016-05-19 Thread rbd
Hi all, My GTK+3 app includes several GtkButton widgets which I am setting to specific background and foreground (i.e., label) colors. Furthermore, the colors of each of these buttons are changed over time in response to user activity. My current code seems to work OK but I have a few

Re: multiple windows

2016-05-19 Thread Paul Davis
You need to make the 2nd window modal. And you need to fix the bugs in your code. Use a debugger and set a breakpoint in g_logv, then look at the backtrace to get clues on where those error messages are coming from. On Thu, May 19, 2016 at 9:19 AM, Ian Chapman wrote: >

multiple windows

2016-05-19 Thread Ian Chapman
Hi, I must have missed a basic point on how to use tdk and glade. I have my main window and that works the way it should. I have a signal from a button that opens a second window and three thing are not right. When the window opens the terminal shows --- (main:17061): Gtk-WARNING **: