GTK3 menu bar

2015-07-30 Thread Stefan Salewski
I am still not really sure how to create a FINE pulldown menu bar. (http://ssalewski.de/PetEd.html.en) Currently I am still using this Ruby code, which originates from the initial GTK2 version and still works with GTK 3.14 -- I may have done some modifications for GTK3, can not really remember.

Re: GTK3 menu bar

2015-07-30 Thread Emmanuele Bassi
Hi; the preferred way to make a menu bar in GTK+ 3.x is to use GMenu and GAction: * https://wiki.gnome.org/HowDoI/GMenu * https://wiki.gnome.org/HowDoI/GAction There are various, incremental examples in the C API reference: * https://developer.gnome.org/gtk3/stable/ch01s04.html If you want

gtk-3.16: GtkStackSideBar GtkStack - Change page from code (No user interaction)

2015-07-30 Thread Alfredo Pons
The transtions between GtkStacks are very beautifuls. Can I change pages from the source code without user interaction? The idea is set hide the GtkStackSideBar and change pages from source code when some conditions are met. Than you. ___ gtk-list

Using GTK+ in M$ Windows

2015-07-30 Thread Dmitry Golovin
Hello! It's been a while since I last used a Шindoшs PC, and Шindoшs 7 is pretty unusual now for me. First I installed MSYS2, then gedit 3.16.2. It is fast, responsive and very good looking with shining Adwaita theme. I tried adding gtk-theme-name=ms-windows to settings.ini, but it didn't

Re: Another issue for the documentation

2015-07-30 Thread Marcus Karlsson
On Thu, Jul 30, 2015 at 06:43:45AM -0400, Igor Korot wrote: Emmanuele, On Thu, Jul 30, 2015 at 5:31 AM, Emmanuele Bassi eba...@gmail.com wrote: Hi; On 30 July 2015 at 05:45, Igor Korot ikoro...@gmail.com wrote: Hi, The documentation states: [quote] gtk_button_set_alignment

Re: gtk-3.16: GtkStackSideBar GtkStack - Change page from code (No user interaction)

2015-07-30 Thread Ben
You can use gtk_stack_set_visible_child() https://developer.gnome.org/gtk3/stable/GtkStack.html#gtk-stack-set-vis ible-child On Wed, 2015-07-29 at 19:43 +0200, Alfredo Pons wrote: The transtions between GtkStacks are very beautifuls. Can I change pages from the source code without user

Re: Outdated win32 bundle

2015-07-30 Thread Andrea Veri
2015-07-16 11:17 GMT+02:00 Bálint Réczey balint balintreczey hu: Hi, Is there any chance of getting feedback on the part already implemented or getting in contact with someone who can install the VM in GNOME's infrastructure? Ping? Hey Bàlint, I'm currently serving as the GNOME

Re: Outdated win32 bundle

2015-07-30 Thread Andrea Veri
I'll have a VM up and running very soon, in the meantime please provide me an username you'd like to use [1] and your SSH public Key. (mail it at accou...@gnome.org please) I'll follow-up with the details when the machine is up. Have a great day! [1]

Re: What should be used?

2015-07-30 Thread richard boaz
Hi Stefan, I am also in the process of converting my app from v2 to v3, where I do *lots* of drawing. So before jumping in, I decided to revisit a drawing example I posted some years ago to first convert it to v3 and its drawing to Cairo. In the hope of being useful for others, I have posted

Re: Using GTK+ in M$ Windows

2015-07-30 Thread LRN
On 24.07.2015 21:20, Dmitry Golovin wrote: I tried adding gtk-theme-name=ms-windows to settings.ini, but it didn't change anything. Probably I'm missing something. Yes. You're missing a w32 theme. At some point makefiles were altered to not to install it (i think it was a side-effect of some

Re: GTK3 menu bar

2015-07-30 Thread Emmanuele Bassi
Hi; On 30 July 2015 at 18:31, Stefan Salewski m...@ssalewski.de wrote: On Thu, 2015-07-30 at 13:25 +0100, Emmanuele Bassi wrote: Hi; the preferred way to make a menu bar in GTK+ 3.x is to use GMenu and GAction: * https://wiki.gnome.org/HowDoI/GMenu *

Re: Outdated win32 bundle

2015-07-30 Thread Balint Reczey
Hi Andrea, On 07/30/2015 04:26 PM, Andrea Veri wrote: 2015-07-16 11:17 GMT+02:00 Bálint Réczey balint balintreczey hu: Hi, Is there any chance of getting feedback on the part already implemented or getting in contact with someone who can install the VM in GNOME's infrastructure? Ping?

Re: Outdated win32 bundle

2015-07-30 Thread Balint Reczey
Hi Andrea, On 07/30/2015 04:26 PM, Andrea Veri wrote: 2015-07-16 11:17 GMT+02:00 Bálint Réczey balint balintreczey hu: Hi, Is there any chance of getting feedback on the part already implemented or getting in contact with someone who can install the VM in GNOME's infrastructure? Ping?

Re: Another issue for the documentation

2015-07-30 Thread Marcus Karlsson
On Thu, Jul 30, 2015 at 04:09:03PM +0200, Marcus Karlsson wrote: On Thu, Jul 30, 2015 at 06:43:45AM -0400, Igor Korot wrote: Emmanuele, On Thu, Jul 30, 2015 at 5:31 AM, Emmanuele Bassi eba...@gmail.com wrote: Hi; On 30 July 2015 at 05:45, Igor Korot ikoro...@gmail.com wrote:

Re: GTK3 menu bar

2015-07-30 Thread Stefan Salewski
On Thu, 2015-07-30 at 13:25 +0100, Emmanuele Bassi wrote: Hi; the preferred way to make a menu bar in GTK+ 3.x is to use GMenu and GAction: * https://wiki.gnome.org/HowDoI/GMenu * https://wiki.gnome.org/HowDoI/GAction There are various, incremental examples in the C API reference:

Re: Another issue for the documentation

2015-07-30 Thread Marcus Karlsson
On Thu, Jul 30, 2015 at 01:36:47PM -0400, Igor Korot wrote: Marcus, et al, On Thu, Jul 30, 2015 at 1:29 PM, Marcus Karlsson m...@acc.umu.se wrote: On Thu, Jul 30, 2015 at 04:09:03PM +0200, Marcus Karlsson wrote: On Thu, Jul 30, 2015 at 06:43:45AM -0400, Igor Korot wrote: Emmanuele,

Re: Another issue for the documentation

2015-07-30 Thread Igor Korot
Marcus, et al, On Thu, Jul 30, 2015 at 1:29 PM, Marcus Karlsson m...@acc.umu.se wrote: On Thu, Jul 30, 2015 at 04:09:03PM +0200, Marcus Karlsson wrote: On Thu, Jul 30, 2015 at 06:43:45AM -0400, Igor Korot wrote: Emmanuele, On Thu, Jul 30, 2015 at 5:31 AM, Emmanuele Bassi eba...@gmail.com

Re: Another issue for the documentation

2015-07-30 Thread Igor Korot
Emmanuele, On Thu, Jul 30, 2015 at 5:31 AM, Emmanuele Bassi eba...@gmail.com wrote: Hi; On 30 July 2015 at 05:45, Igor Korot ikoro...@gmail.com wrote: Hi, The documentation states: [quote] gtk_button_set_alignment has been deprecated since version 3.14 and should not be used in

Re: Another issue for the documentation

2015-07-30 Thread Emmanuele Bassi
Hi; On 30 July 2015 at 05:45, Igor Korot ikoro...@gmail.com wrote: Hi, The documentation states: [quote] gtk_button_set_alignment has been deprecated since version 3.14 and should not be used in newly-written code. Access the child widget directly if you need to control its alignment.