Re: GtkSelectionMode

2019-02-13 Thread Igor Korot via gtk-list
Hi, Paul, On Wed, Feb 13, 2019 at 10:03 PM Paul Davis wrote: > > > > On Wed, Feb 13, 2019 at 2:30 PM Igor Korot via gtk-list > wrote: >> >> >> Unfortunately thats not how it looks here. >> When I create a control with GTK_SELECTION_MULTIPLE and just click on >> the item - it works just like

Re: GtkSelectionMode

2019-02-13 Thread Paul Davis
On Wed, Feb 13, 2019 at 2:30 PM Igor Korot via gtk-list wrote: > > Unfortunately thats not how it looks here. > When I create a control with GTK_SELECTION_MULTIPLE and just click on > the item - it works just like single selection. > In order to select multiple strings I have to press Ctrl key.

Re: GtkSelectionMode

2019-02-13 Thread Igor Korot via gtk-list
Hi, guys, On Wed, Feb 13, 2019 at 3:21 PM richard boaz wrote: > > sorry, typing too fast and missed the word *not*, should have read: > > so no functionality was *not* lost between 2 and 3 Unfortunately thats not how it looks here. When I create a control with GTK_SELECTION_MULTIPLE and

Re: GtkSelectionMode

2019-02-13 Thread richard boaz via gtk-list
sorry, typing too fast and missed the word *not*, should have read: so no functionality was *not* lost between 2 and 3 On Wed, Feb 13, 2019 at 4:20 PM richard boaz wrote: > i think you're getting confused: > > from the GTK-3 manual >

Re: GtkSelectionMode

2019-02-13 Thread richard boaz via gtk-list
i think you're getting confused: from the GTK-3 manual explaining how this option: GTK_SELECTION_MULTIPLE Any number of elements may be selected. The Ctrl key may be used to enlarge the selection, and

Re: GtkSelectionMode

2019-02-13 Thread Igor Korot via gtk-list
Hi, On Wed, Feb 13, 2019 at 1:00 PM LRN via gtk-list wrote: > > On 13.02.2019 20:41, Igor Korot via gtk-list wrote: > > Hi, list, > > This link: > > https://developer.gnome.org/gtk3/stable/gtk3-Standard-Enumerations.html#GtkSelectionMode > > has 4 modes for selection, > > while this link: > >

Re: GtkSelectionMode

2019-02-13 Thread LRN via gtk-list
On 13.02.2019 20:41, Igor Korot via gtk-list wrote: > Hi, list, > This link: > https://developer.gnome.org/gtk3/stable/gtk3-Standard-Enumerations.html#GtkSelectionMode > has 4 modes for selection, > while this link: >

Re: Moving from mailing lists to Discourse

2019-02-13 Thread Neil McGovern
On Sat, 2019-02-09 at 02:15 +0200, makep...@firemail.cc wrote: > > open an issue for Gtk by > > emailing a specific email address on GitLab > > GNOME's instance seem to disallow creating issues by email. GitLab > itself, if configured with sub-addressing, generates a private email > address for

GtkSelectionMode

2019-02-13 Thread Igor Korot via gtk-list
Hi, list, This link: https://developer.gnome.org/gtk3/stable/gtk3-Standard-Enumerations.html#GtkSelectionMode has 4 modes for selection, while this link: https://developer.gnome.org/gtk2/stable/gtk2-Standard-Enumerations.html#GtkSelectionMode has 5. I understand that on GTK "selection multiple"

Bind hotkeys with Super for GTK3 apps

2019-02-13 Thread Vadim Nevorotin
I'm trying to add Super+C, Super+V and Super+X bindings to my GTK apps. I use Gnome 3.30 on Ubuntu 18.10. I create simple gtk theme for keys: @binding-set SuperBindings { bind "x" { "cut-clipboard" () }; bind "v" { "paste-clipboard" () }; bind "c" { "copy-clipboard" () }; } entry {

Re: Gtk3 text view anchored in text view cannot get cursor inside (Ok in Gtk2)

2019-02-13 Thread Giuseppe Penone via gtk-list
Hi Andres, in my application cherrytree I give the user the possibility to have so called code boxes ( http://giuspen.com/cherrytreemanual/#_codebox ) so in between rich text you can have a syntax highlighted code box. This is very appreciated from the end users and it's a pity that gtk3 does not

Re: Gtk3 text view anchored in text view cannot get cursor inside (Ok in Gtk2)

2019-02-13 Thread Emmanuele Bassi via gtk-list
The list is not really dead, but nobody is required to give you an answer: this is not a paid support channel. If you're not getting answers it may be the case that you're doing something that nobody else is doing. Ciao, Emmanuele. On Wed, 13 Feb 2019 at 08:38, Giuseppe Torelli via gtk-list <

Re: Gtk3 text view anchored in text view cannot get cursor inside (Ok in Gtk2)

2019-02-13 Thread Andres Fernandez
El jue., 7 de feb. de 2019 04:42, Giuseppe Penone via gtk-list < gtk-list@gnome.org> escribió: > The problem happens only building for GTK3; building the exact same code > for GTK2 works fine. > > In the code, posted to >

Re: Gtk3 text view anchored in text view cannot get cursor inside (Ok in Gtk2)

2019-02-13 Thread Giuseppe Torelli via gtk-list
Unfortunately this ML is dead. You rarely get any replies. Regards Giutor On Wed, 13 Feb 2019 at 08:35, Giuseppe Penone via gtk-list < gtk-list@gnome.org> wrote: > Please could somebody tell me where is the best place to report such > problem? This is stopping the porting of my app cherrytree

Re: Gtk3 text view anchored in text view cannot get cursor inside (Ok in Gtk2)

2019-02-13 Thread Giuseppe Penone via gtk-list
Please could somebody tell me where is the best place to report such problem? This is stopping the porting of my app cherrytree from pygtk2 to gtkmm3. I also raised a bug on https://gitlab.gnome.org/GNOME/gtk/issues/1663 but got no feedback at all. Regards, Giuseppe. On Thu, 7 Feb 2019, 07:42