Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stock icons with ltr and rtl versions do not work correctly in the window tag #70

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

When using gtk stock icons, there are some which have left-to-right and 
right-to-left variants - you can see them e.g. at 
http://gtk.php.net/manual/en/gtk.enum.stockitems.php
When you use them in gtkdialog, you normally need to refer to them like this, 
which I believe is correct:

<pixmap icon_size="1">
    <input file stock="gtk-jump-to"></input>
</pixmap>

This does not work:

<pixmap icon_size="1">
    <input file stock="gtk-jump-to-ltr"></input>
</pixmap>

But when you use them as a window icon you need to refer to them like this, 
which I believe is really incorrect:

<window title=\"Open bookmarks:\" icon-name=\"gtk-jump-to-ltr\">

This does not work (but I think it should):

<window title=\"Open bookmarks:\" icon-name=\"gtk-jump-to\">

Is this a bug with gtkdialog or something else?  I thought maybe it was a bug 
in my window manager, but I tried another one and it had the same behaviour.

Original issue reported on code.google.com by [email protected] on 19 Oct 2013 at 5:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant