You are not logged in.
Pages: 1
Is it possible using .gtkrc or a function call to change the text alignment of a GtkProgressBar? I want it left-aligned. There doesn't seem to be a way to get at the label directly.
Offline
I don't know if that works, but have you tried with GtkProgress::text-xalign? Allowed values are 0.0(left) to 1.0(right) and the default is 0.5.
Offline
Nope, nothing happens. Did you mean GtkProgressBar? The only styles documented for it are xspacing and yspacing that relate to padding around the bar.
Offline
Nope, nothing happens. Did you mean GtkProgressBar?
Nope, I'm talking about GtkProgress, but I don't think that this is themable.
Offline
Pages: 1
[ Generated in 0.008 seconds, 9 queries executed - Memory usage: 522.75 KiB (Peak: 523.59 KiB) ]