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.

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

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 overwrite

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

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.

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

Streams API [Was: Re: Plans for gnome-vfs replacement]

2006-09-21 Thread Hans Petter Jansson
On Wed, 2006-09-20 at 10:07 +0200, Alexander Larsson wrote: On Tue, 2006-09-19 at 16:24 -0400, Hans Petter Jansson wrote: Of course, not all applications need such functionality, but that's just a matter of wrapping this in a higher-level, more rigid API. In my reading of code using

Re: Plans for gnome-vfs replacement

2006-09-21 Thread Alexander Larsson
On Wed, 2006-09-20 at 10:41 -0500, Federico Mena Quintero wrote: 2. Will a stat() or open() be slow on this file?. This works reasonably well. The only problem is that file-method.c implements it as a blacklist of known-to-be-remote file systems, *not* as a whitelist of known-to-be-local

Re: Streams API [Was: Re: Plans for gnome-vfs replacement]

2006-09-21 Thread Alexander Larsson
On Thu, 2006-09-21 at 02:25 -0400, Hans Petter Jansson wrote: On Wed, 2006-09-20 at 10:07 +0200, Alexander Larsson wrote: On Tue, 2006-09-19 at 16:24 -0400, Hans Petter Jansson wrote: Of course, not all applications need such functionality, but that's just a matter of wrapping this in a

Re: [t-gtk-developer] CVS error

2006-09-21 Thread Thefull
Rafa (TESIPRO) escribió: Hello, My name´s Daniel, and I´m a new programmer in GTK. I think there is a bug with 'gtk_message_dialog_new' function. I put this function to create a message box. The initialization it's ok, but when I close the window( OK button for example ), the last window

Re: GTK+ canvas?

2006-09-21 Thread Damon Chaplin
On Tue, 2006-09-19 at 11:20 -0400, Havoc Pennington wrote: Hi, Damon Chaplin wrote: So how are we going to decide on a list of requirements for a canvas? I think there seem to be two main use cases: A) DTP/Graphics apps that want a canvas for the main document. (A model/view

Re: Version of gtk+ to shoot for in Gnome 2.18?

2006-09-21 Thread Matthias Clasen
On 9/19/06, Elijah Newren [EMAIL PROTECTED] wrote: Hi, http://live.gnome.org/TwoPointSeventeen/Platform currently lists HEAD for the version of gtk+ to use for 2.17.x. Should this be gtk-2-10 instead, or is there a tentative timetable for gtk+ 2.12 with a date far enough in advance of Gnome

Re: Plans for gnome-vfs replacement

2006-09-21 Thread Alexander Larsson
On Tue, 2006-09-19 at 14:54 +0200, Alexander Larsson wrote: Thinking more closely on this it seems that neither plain paths or URIs are really good enough. For instance, even local filenames need some sort of escaping for us to be able to display them, since they might contain binary data

Re: Plans for gnome-vfs replacement

2006-09-21 Thread Dimi Paun
On Thu, September 21, 2006 10:47 am, Alexander Larsson wrote: One solution would be to use some other prefix than / for non-local files, and to use some form of escaping only for non-utf8 chars and non-printables. This works since we only handle absolute pathnames, so anything not starting