You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
salva...@bitcarrier.net
on 29 May 2012 at 10:06The text was updated successfully, but these errors were encountered: