RE: best way to cutomize gtktextview

2006-06-14 Thread myasar
I have almost what I want using non-breaking spaces (U+00A0) except that I forgot an important detail: I'm using negative indentation (gtk_text_view_set_indent) inside my gtktextview ;-) So, the following blocks : _AAA_ A AA A AA A A A_BBB_ B B BB B _CCC_ C C C CC are displayed like : _AAA_ A AA

Two GtkSpinButton questions

2006-06-14 Thread Daniel Haude
Hello, I have two questions concerning GtkSpinbuttons. 1) Can I somehow force a spinbutton to use "scientific" notation like 1e9 ? I know I can enter values this way, but on displaying, large numbers always get converted into chains of zeroes. 2) Can I get rid of the up- and down- arro