On 7 October 2014 09:32, Lucas Levrel wrote:
> Hi,
>
> Le 6 octobre 2014, Emmanuele Bassi a écrit :
>>
>> you want to limit icons to noun items (e.g.
>> bookmark items), instead of having them on verbs (e.g. commands like
>> Save, Open, or Quit).
>
>
> Why would one want to exclude verbs from havi
Hi,
Le 6 octobre 2014, Emmanuele Bassi a écrit :
you want to limit icons to noun items (e.g.
bookmark items), instead of having them on verbs (e.g. commands like
Save, Open, or Quit).
Why would one want to exclude verbs from having an icon?
Also the difference is rather faint. You could e.g. r
hi;
On 6 October 2014 17:42, Colomban Wendling wrote:
> Hi,
>
> Le 06/10/2014 18:23, Gergely Polonkai a écrit :
>> [...] Creating image buttons may seem a bit harder than before.
>
> As far as I can read, he spoke about GtkImageMenuItem, which for some
> reason I never saw explained got deprecat
Hi,
Le 06/10/2014 18:23, Gergely Polonkai a écrit :
> [...] Creating image buttons may seem a bit harder than before.
As far as I can read, he spoke about GtkImageMenuItem, which for some
reason I never saw explained got deprecated (possibly because GMenu
don't support icons for another reason I
Hello,
yes, stock icons are now deprecated in favour of icon names, preferably
symbolic icons (especally if you are building a GNOME component). Creating
image buttons may seem a bit harder than before.
As you may have already seen, a GtkButton is subclassed from GtkBin, which
means you can pack
Hi,
I'm starting to learn GTK+ and I'm using beginner tutorial found on GTK web
site.
(I'm working on linux debian testing amd64 with Xfce)
The actual version of GTK is 3.x and the tutorial is related to 2.x
This means that some time there are some deprecated function that have to
be substituted wi