We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally Trac #4 opened 2011-01-31
Implement imagealign_MarginLeft and imagealign_MarginRight as described in http://www.eblong.com/zarf/glk/glk-spec-071_7.html#s.3 This will be tricky, as GtkTextView does not support this at all.
imagealign_MarginLeft
imagealign_MarginRight
GtkTextView
The text was updated successfully, but these errors were encountered:
@ptomato commented 2011-02-08:
One of the GTK developers, Havoc Pennington, suggests a way on Stack Overflow: http://stackoverflow.com/questions/4922028/can-a-pixbuf-inserted-into-a-gtk-text-buffer-be-set-as-floating It's the same way I was thinking of doing it ;-)
Sorry, something went wrong.
No branches or pull requests
Implement
imagealign_MarginLeft
andimagealign_MarginRight
as described in http://www.eblong.com/zarf/glk/glk-spec-071_7.html#s.3This will be tricky, as
GtkTextView
does not support this at all.The text was updated successfully, but these errors were encountered: