speed of gdk rectangles ; X vs Win32

2001-11-21 Thread Cameron . Davidson
Hello, I am porting an application that is currently based on Xlib, basically using drawing primitives such as rectangles, lines, and text. Since I am interested in minimal work, I have translated it directly into gdk/glib, under Unix as well as Win32. However I find surprising differences

Re: GtkText/Editable and scrolling with large amounts of text

2001-11-21 Thread Paul Davis
>I have a read-only GtkText widget that is required to scroll large >amounts (ie up to 70,000 lines) at a time, based on the actions of a >list widget. Problem is, scrolling through, say, 60,000 lines, can take >minutes (with the text widget hidden. Without the text widget hidden, >the scroll

GtkText/Editable and scrolling with large amounts of text

2001-11-21 Thread Richard Kinder
Hi, I have a read-only GtkText widget that is required to scroll large amounts (ie up to 70,000 lines) at a time, based on the actions of a list widget. Problem is, scrolling through, say, 60,000 lines, can take minutes (with the text widget hidden. Without the text widget hidden, the scroll w

newbie HTTP request problem

2001-11-21 Thread Paul Brinich
I have recently begun a programming project using GTK. The purpose of this program is pretty simple, at least in would be for my in Win32. I want to have a program create an HTTP request to a remote server, the server returns an IP address which is then returned into the GUI and after user

Changing the popdown strings of a combo

2001-11-21 Thread Cosmin Bonea
Hi all, I have a problem when I change the popdown strings of a combo. The popdown strings is changed everytime an option is selected. After I change it, if I use the mouse to select other option everything's OK, but if I use the up and down keys to parse the drop down list some warning message

Re: Hi

2001-11-21 Thread Preben Randhol
Sebastien Tricaud <[EMAIL PROTECTED]> wrote on 21/11/2001 (14:17) : > Please, can everybody on this list could avoid the have a message like > 'Hi" and, for the OP of this list, is it possible like the other lists to have > something in the subject like : [gtk] subject ? Learn to filter your mail

Problem with rowheight

2001-11-21 Thread Preben Randhol
I have a Clist which 3 colums of contains text. In one coloum I use a different font as I have greek letters. I use the set_cell_style function and this works. The problem is that the height of the rows are not big enough. I cannot find any function that can automatically adjust this for me. I w

Re: Hi

2001-11-21 Thread Preben Randhol
Jyothi <[EMAIL PROTECTED]> wrote on 21/11/2001 (11:35) : > Hi, > > I am having problems in displaying the rows in list. When I do > gtk_clist_append( ), will it show on the list directly or will I have to > use gtk_clist_set_text( ) to display it in my list. It should show directly. -- Pre

Hi

2001-11-21 Thread Jyothi
Hi, I am having problems in displaying the rows in list. When I do gtk_clist_append( ), will it show on the list directly or will I have to use gtk_clist_set_text( ) to display it in my list. thanks in advance, Jyothi. ___ gtk-list mailing list [