Weird error on GTK+Win32(Run-Time)

2006-09-21 Thread Thaorius
Hi everyone! Well, I'm new to the list, so I begin my post with a question. First of anything, I'm using win32 with dev-cpp(MinGW). I tryed to compile the first example of gtk tutorial, it compiled fine, but, on runtime i get this error: http://img245.imageshack.us/img245/8224/gtkgo8.jpg When I a

Re: Preventing overwrite mode in GtkEntry

2006-09-21 Thread Nickolai Dobrynin
Paul, But do you really need to do that? Most users (AFAIK) never use > overwrite mode, but those who do will be confused with your application. > It's the users who've demanded that feature. The very nature of the application is odd. It involves entering a lot of financial data in realtime.

GtkComboboxEntry

2006-09-21 Thread Steven Boyls
Hi, I need to know how to insert and delete items from a ComboboxEntry. I've read through the docs but I'm stilled confused. Thanks, Steve ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-d

Re: Preventing overwrite mode in GtkEntry

2006-09-21 Thread Paul Pogonyshev
Nickolai Dobrynin wrote: > I was wondering if there is a way to make it so that the text that gets > typed into > the GtkEntry widget is always *inserted* into it and never replaces whatever > was previously > entered. In other words, is it possible to suppress the "Insert" key so > that the overw

Re: gtktreeview

2006-09-21 Thread Tim Müller
On Wed, 2006-08-23 at 14:45 +0200, Andrea Zagli wrote: > is there a way to have various cellrender type for each row for the same > column? Example: > > row 1 with gtkcellrenderertext > row 2 with gtkcellrenderercombo > row 3 with gtkcellrenderertext > row 4 with gtkcellrenderertoggle You _might_

Preventing overwrite mode in GtkEntry

2006-09-21 Thread Nickolai Dobrynin
I was wondering if there is a way to make it so that the text that gets typed into the GtkEntry widget is always *inserted* into it and never replaces whatever was previously entered. In other words, is it possible to suppress the "Insert" key so that the overwrite mode could never be entered into

scroll in gtkscrolledwindow to have multiple widget

2006-09-21 Thread jessonel
Hello, i created a gtkscrolledwindow to have multiple buttons and a textview. i tried typing text in the text view. after some time, cursor in the textview is invisble because cursor pisiton exceeds the scrolledwindow size. by the way, gtkscrollwindow don't automatically scroll down with cursor.