Re: GTK on Mac OS X

2018-03-27 Thread Bachsau
Am 26.03.2018 um 12:50 schrieb Wojciech Puchar: how to link (or otherwise do other things) to disable opening terminal when starting my gtk program under mac os x. You need to put it in an .app-bundle. Any application packaged in a proper bundle has a configuration file that allows you to conf

Re: Re: GTK on Mac OS X

2018-03-27 Thread Bachsau
Am 26.03.2018 um 14:07 schrieb Lucky B.C: In Unix-like operating system, If we disable the opening terminal which is calling a program, we will close the program too. That's bullshit. SIGHUP is not connected to the fact of a terminal running. It is tight to the existence of a parent process an

Re: Using a ButtonBox instead of a Notebook?

2018-03-27 Thread Bachsau
Finally I'm not sure if I'm just confused or having trouble understanding your english, but it sounds to me as if what you are suggesting to me to do is exactly what I said was MY idea in my first post! Your posts are not helpful. Yes, I want to use multiple GtkTreeModels. It was not even the

How to create a tab bar that imitates the look an feel of a GtkNotebook?

2018-03-27 Thread Bachsau
As my last question seems to have been misunderstood, I'm trying to ask again with this other subject line: "How to create a tab bar that imitates the look an feel of a GtkNotebook?" Im developing a GTK+ 3 application that should be able to display multiple files in tabs. But a GtkNotebook wid