gtk_text_buffer_insert_at_cursor in "insert-text"

2005-10-21 Thread Michael Matthews
the cursor iterator and calling gtk_text_buffer_insert, but the warnings persist. Am I not supposed to modify the text buffer's contents from within "insert-text" handlers? If not, how should I implement automatic indentation? - Michael Matthews -- __

4-space tabs in GtkTextView

2005-10-21 Thread Michael Matthews
FontDescription. I tried searching with Google and in the gtk-app-devel list archives but couldn't find anything. Thanks in advance! - Michael Matthews -- ___ Search for businesses by name, location, or phone number. -Lycos Yellow Pages

Multithreading and GTK widgets

2005-10-16 Thread Michael Matthews
the app window and then restore it, the missing data appears. What am I doing wrong, and what should I do to resolve it? I would have the GUI thread update the list/tree models, but the GUI thread spends most of its time sitting in gtk_main. Thanks in advance, - Michael Matthews

position changed signal for paned widgets?

2005-10-09 Thread Michael Matthews
I wish to store the position of my paned widgets in GConf. On startup I set their initial position from the database, but when their position is changed with the mouse, I would like to update their position in the database. Is there some kind of "position changed" signal for paned widgets? I've