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

add support for markuphint alias #39

Open
GoogleCodeExporter opened this issue Apr 30, 2015 · 1 comment
Open

add support for markuphint alias #39

GoogleCodeExporter opened this issue Apr 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
Contributor

I think that it would be good to have backward compatibiliity and add support 
for class renaming in the hintsfile.

[Gtk.Box]
new = orientation={Orientation.VERTICAL};spacing=0

In case i want to use an horizontal box i have to redefine the orientation 
attribute.

The problem is that this attribute is too long and boring to type, so my plan 
was to create an alias for VBox and HBox.

Original issue reported on code.google.com by salva...@bitcarrier.net on 29 May 2012 at 10:06

@GoogleCodeExporter
Copy link
Contributor Author

Yes, I need to come up with something for this kinds of Gtk3 changes.
In the meanwhile, since r882 you can write orientation=VERTICAL (a.t.m. it must 
be capitalized)

Original comment by b100dian on 1 Jan 2013 at 2:39

  • Changed state: Accepted

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