Problem or Bug??

2005-11-08 Thread Alexander Nagel
Hi all i have a normal combobox created with gtk_combo_box_new_text and filled it with text with gtk_combo_box_append_text works fine. Now i have the bug like http://bugzilla.gnome.org/show_bug.cgi?id=302696 so i try to find another solution. Now i have an gchar* array with the text to be insert

[OTAnn] Feedback

2005-11-08 Thread shenanigans
I was interested in getting feedback from current mail group users. We have mirrored your mail list in a new application that provides a more aggregated and safe environment which utilizes the power of broadband. Roomity.com v 1.5 is a web 2.01 community webapp. Our newest version adds

Preventing cursor movement via mouse in GtkTextView

2005-11-08 Thread Douglas Vechinski
I'm attempting to create a command line input area for a GTK application using a GtkTextView with GtkTextBuffer. The user will type in commands and some output may be sent to the text buffer. After a command line is entered I make the text and any output not editable with a tag so they can not

widget doesn't show up at application start, but after resizing window

2005-11-08 Thread Jochen Damerau
Hello, I am writing an application using a VteTerminal in a GtkWindow. Everything works fine, except one thing. When I run the application, the Terminal is not displayed. Instead a copy of the desktop background (including everything that is behind the starting window) is displayed in the

Warning with GTK 2.6. 8 Could not find the icon 'gnome-fs-home'

2005-11-08 Thread Gowri Kandasamy
I am using GTK 2.6.8 . When I run my application with this GTK , I get the following warning message. I get this when I try to open the file chooser window. (firefox-bin:6267): Gtk-WARNING **: Could not find the icon 'gnome-fs-home'. The 'hicolor' theme was not found either, perhaps you need to

Re: Warning with GTK 2.6. 8 Could not find the icon 'gnome-fs-home'

2005-11-08 Thread Allin Cottrell
On Tue, 8 Nov 2005, Gowri Kandasamy wrote: I am using GTK 2.6.8 . When I run my application with this GTK , I get the following warning message. I get this when I try to open the file chooser window. (firefox-bin:6267): Gtk-WARNING **: Could not find the icon 'gnome-fs-home'. The 'hicolor'

Re: Warning with GTK 2.6. 8 Could not find the icon 'gnome-fs-home'

2005-11-08 Thread Colossus
Allin Cottrell wrote: Yes, I have seen exactly this problem. Suprisingly enough, I solved it by doing exactly what was suggested, namely installing the hicolor icon them from the URL given. Suprisingly enough why don't remove this dependancy ? Not everyone uses GNOME or KDE. -- Colossus