Re: Emulate doubleclick in GtkCList?

2001-10-02 Thread Paul Davis
can someone tell me, if there is a possibility to get the doubleclick = event from an row of the CList. It's needed for an own file-browser of course. gtk_signal_connect (GTK_OBJECT(the_clist), button_press_event, (GtkSignalFunc) my_handler, NULL); gint

Re: combo box

2001-10-02 Thread Alexey Semenov
On Mon, 1 Oct 2001, Paul Davis wrote: my_func is signal handler for both - key press and key_release events, but only key_press is active all the time I noted on the list a week or so ago that a number of widgets only receive key_press by default. you need to use gtk_widget_add_events()

Re: Emulate doubleclick in GtkCList?

2001-10-02 Thread Claus Trojahn
jeahh, thx helped a lot... i now have a new step of my selfmade ftp-client :-) sorry for the html-mail. i forgot that. it's my really first time on a maillist, so i hope this massage will there also be. thx a lot claus - Original Message - From: Paul Davis [EMAIL PROTECTED] To: Claus

combo box

2001-10-02 Thread Alexey Semenov
hi, i'd like to rebind default keys of cobmbo box like ret, tab, up, etc. ... combo1 = gtk_combo_new (); ... gtk_signal_connect_object(GTK_OBJECT (GTK_ENTRY(GTK_COMBO(combo1)-entry )) , key_press_event, GTK_SIGNAL_FUNC(my_func), GTK_OBJECT (GTK_ENTRY(GTK_COMBO(combo1)-entry))); my_func

Re: [gtkextra] Disabling middle mouse button paste in GtkSheet

2001-10-02 Thread Adrian Feiguin
On Fri, 28 Sep 2001 [EMAIL PROTECTED] wrote: Well, I attached my callback like this: gtk_signal_connect(GTK_OBJECT(sheet), button_press_event, (GtkSignalFunc) callback, NULL); gboolean callback (GtkWidget *w, GdkEventButton *event, gpointer data) {

[gtk] GTK on memory framebuffer?

2001-10-02 Thread Cam Mayor
Hi all, One of the projects we are looking at right now has a really tight deadline for a customer demo. (that is, our customer wants to demo it to somebody else) We are putting together a clunky demo unit for the first pass as a proof of concept. It runs a linux 2.4.6 variant on an ARM

./configure can't find X

2001-10-02 Thread Michael Kuhlen
Hi there, anybody willing to help me out? I'm trying to install gtk+-1.2.10 on RedHat7.1 (2.4.2-2). The ./configure script crashes when it tries to find X, these are its last lines: checking for X... no configure: error: *** X libraries or include files not found. Check 'config.log' for ***

gtk

2001-10-02 Thread landie
trying to upgrade to gtk 1.3.9 i get tis error during make install any help? To sin by silence when they should protest makes cowards out of men. --Abraham Lincoln -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org

Re: [gtkextra] Disabling middle mouse button paste in GtkSheet

2001-10-02 Thread Adrian Feiguin
You have to add a line: if(event-button == 2){ /* 2 for middle button */ ... } BTW I just bought Havoc's book at Border's for 6 bucks. I know it's freely available on the web, but it could be handy to have a hard copy. Saludos, ADRIAN On Sat, 29 Sep 2001 [EMAIL PROTECTED] wrote: No

Re: ./configure can't find X

2001-10-02 Thread Sven Neumann
Hi, Michael Kuhlen [EMAIL PROTECTED] writes: anybody willing to help me out? I'm trying to install gtk+-1.2.10 on RedHat7.1 (2.4.2-2). The ./configure script crashes when it tries to find X, these are its last lines: it doesn't crash, it exits with an error. I don't seem to have a file

Re: gtk

2001-10-02 Thread Sven Neumann
Hi, landie [EMAIL PROTECTED] writes: trying to upgrade to gtk 1.3.9 i get tis error during make install any help? /usr/bin/install: reading `.libs/libgdk-x11-1.3.a': Input/output error hmm, filesystem corrupt or out of space? cosmic neutrons?? Salut, Sven

Re: gtk_object_unref

2001-10-02 Thread Jean-Christophe Berthon
Jean-Christophe Berthon [EMAIL PROTECTED] writes: (I've read some older threads about it - like the one about the container - but in my case my objects and points are drawings on a gtk-canvas and I want to ref and unref some of the GtkCanvasItem that are shared...) I hope I've been

Re: ./configure can't find X

2001-10-02 Thread Valdis . Kletnieks
On Tue, 02 Oct 2001 18:51:45 +0200, Sven Neumann said: I don't seem to have a file called Intrinsic.h, so I guess it doesn't know where to find the X11 libraries? no, it doesn't find the X11 header files. Most probably you don't have them installed. Try installing libX11-dev or something

Re: gtk_object_unref

2001-10-02 Thread Havoc Pennington
Jean-Christophe Berthon [EMAIL PROTECTED] writes: OK. I didn't really understand everything (esp. about the floating reference, I don't exactly what this thing mean or is...). But I've tryed to add to my code a gtk_object_sink just after the creation of the canvas item. You shouldn't need

Re: [gtk] GTK on memory framebuffer?

2001-10-02 Thread Alex Larsson
On Fri, 28 Sep 2001, Cam Mayor wrote: Now the question: Can gtk act on a pure bitmap/framebuffer image (defined only as a data structure), or does it need to act on the actual devices of display? If it can operate on a raw image, we can easily do some blitting back and forth between

Help - need some insight into experience.

2001-10-02 Thread Dinesh Nadarajah
Hi: Does GTK/GDK do anything before displaying the messages. Here is what I see. I compiled the messages using msgfmt as usual. The messages are iso-8859-1 compliant encoded. Then I set my local to ta_IN (I guess it is nolonger just ta). And the messages I see make no sense. They seem to be a

Re: Help - need some insight into experience.

2001-10-02 Thread Havoc Pennington
Dinesh Nadarajah [EMAIL PROTECTED] writes: Does GTK/GDK do anything before displaying the messages. Here is what I see. GTK doesn't, but gettext converts them into the locale's encoding, and GDK/GTK 1.2 require them to be in the locale encoding. For GDK/GTK 1.3.x, they must be in UTF-8. I

RE: [gtk] GTK on memory framebuffer?

2001-10-02 Thread Random User
Thank you to all who replied, you've helped a lot with your replies. (and sorry about the original version showing up later) cheers, cam - Protect yourself from spam, use http://sneakemail.com ___

Re: Help - need some insight into experience.

2001-10-02 Thread Dinesh Nadarajah
I am trying to understand the flow of conversions and so please bbare with me: My messages are in iso-8859-1/15 format. I set my locale to ta_IN. I think the encoding for that locale is TSCII-0. Hence gettext tries to convert from iso-8859-1/15 to TSCII-0. The font used to display the messages

PHP-GTK: Scrolled Window whoes

2001-10-02 Thread Sérgio Santos
Hi, I’m having trouble with scrolled windows, I have an application that uses two scrolled windows, one with a table with GtkEntry boxes and another with a table with GtkButton, (Listed Vertically). When I scroll down and press one of the buttons (or entry boxes) the window automaticly scrolls

Re: Help - need some insight into experience.

2001-10-02 Thread Havoc Pennington
Dinesh Nadarajah [EMAIL PROTECTED] writes: I am trying to understand the flow of conversions and so please bbare with me: My messages are in iso-8859-1/15 format. I set my locale to ta_IN. I think the encoding for that locale is TSCII-0. Hence gettext tries to convert from iso-8859-1/15

Re: [PATCH] make make dist work without making first

2001-10-02 Thread rsteinke
From: Raja R Harinath [EMAIL PROTECTED] However, it appears that the reason you want to build $(libglib) is that you want to distribute the built sources. It's not necessary to distribute those files which are generated using C code (i.e. using glib-genmarshal.*). It is only necessary to