Re: GTK_MODULES removal and the future of existing modules

2018-02-25 Thread Philipp Emanuel Weidmann
Thank you for the quick response! I'm not sure anything short of direct access to the widget tree would suffice for a GTK4 version of Plotinus to provide the functionality it does today on GTK3. The problem is that in practice, some of the most important applications use GTK in an "incomplete"

Re: GTK_MODULES removal and the future of existing modules

2018-02-25 Thread Emmanuele Bassi
Hi; On Sun, 25 Feb 2018 at 09:18, Philipp Emanuel Weidmann < p...@worldwidemann.com> wrote: > Greetings, > > I am the author of Plotinus[1], a GTK+ module that provides a > searchable command palette to GTK+ applications. Recently, it was > brought to my attention[2] that module loading has been

GTK_MODULES removal and the future of existing modules

2018-02-25 Thread Philipp Emanuel Weidmann
Greetings, I am the author of Plotinus[1], a GTK+ module that provides a searchable command palette to GTK+ applications. Recently, it was brought to my attention[2] that module loading has been removed[3] on GTK+ master. It appears that this change could mean the end for Plotinus and other

Re: hints when keeping mouse cursor over widget

2018-02-25 Thread Wojciech Puchar
works fine. thanks On 2018.02.23 14:17, Wojciech Puchar wrote: Gimp can do this so GTK can do this but i cannot find how. How to turn off text hints (help) when mouse pointer hovers over the widget? Like this: http://www.puchar.net/NOBACKUP/1.jpg

centered and right justified label in the same line.

2018-02-25 Thread Wojciech Puchar
How to do this in GTK 2. whatever i try i'm getting first label centered relative to space remaining after second label not to whole hbox. how to do this properly? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

builder.ui and spinbutton adjustment

2018-02-25 Thread Roger Matthews
Problem: spinbutton adjustment “value” not displayed on otherwise functional floating-point and integer spinbuttons, built from builder.ui, using C language on Ubuntu 14.04, with Gtk+ 3.0. I have already built a gui coded in C without using a builder.ui file and am now attempting to reproduce