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

2018-03-28 Thread Bachsau
That's exactly what I was thinking of. I was just looking for a way to make it look like a tab bar in terms of display, tab-width and scrolling / floating. Am 28.03.2018 um 14:36 schrieb Nicolas Soubeiran: Hello, The simplest idea I suggest is using a button box with radio (use gtk_toggle_bu

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

Re: Using a ButtonBox instead of a Notebook?

2018-03-27 Thread Bachsau
eb Lucky B.C: On Mon, Mar 19, 2018, 19:00 Bachsau <mailto:w...@bachsau.name>> wrote: Now I want to expand my application to manage not just one but several bunches of those data, each in a different tab inside the same window. First as you said that and then I thought you neede

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: 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: Using a ButtonBox instead of a Notebook?

2018-03-19 Thread Bachsau
Am 19.03.18 um 13:17 schrieb '-': Have you tried removing the existing TreeView widget from one Notebook tab, and adding it (the same instance) to another when the user switches? No, I didn't implement any Notebook yet. This was just to describe how it should look like. What you propose is an

Re: Using a ButtonBox instead of a Notebook?

2018-03-19 Thread Bachsau
Am 19.03.2018 um 13:21 schrieb Lucky B.C: don't keep only one GtkTreeModel for storing the data, I mean you should have multiple GtkTreeModels. You mean I should use more than one GtkTreeModel for a *single* set of data? What would be the benefit of this and how does it help with my problem?

Re: Using a ButtonBox instead of a Notebook?

2018-03-19 Thread Bachsau
;https://developer.gnome.org/gtk3/stable/GtkTreeStore.html>. 3) GtkList ... GtkTreeStore are what you need in the case. On Mon, Mar 19, 2018 at 4:21 AM, Bachsau <mailto:w...@bachsau.name>> wrote: Hi, I'm currently developing an app that uses two panes in its main windo

Using a ButtonBox instead of a Notebook?

2018-03-18 Thread Bachsau
and is there a way to make the radio buttons look like default "Notebook" tabs? Thanks in advance, Bachsau ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list