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
--
__
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
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
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