Re: Problem with glib-mkenums

2005-12-19 Thread David Necas (Yeti)
On Mon, Dec 19, 2005 at 08:59:26AM +0100, Maciej Piechotka wrote: Ok. In makefile it's more clear. But what's $(enum_headers)? Headers that contain the enum declarations you want to process with glib-mkenums. Yeti -- That's enough. ___

Re: Problem with glib-mkenums

2005-12-19 Thread Maciej Piechotka
2005/12/19, David Necas (Yeti) [EMAIL PROTECTED]: On Mon, Dec 19, 2005 at 08:59:26AM +0100, Maciej Piechotka wrote: Ok. In makefile it's more clear. But what's $(enum_headers)? Headers that contain the enum declarations you want to process with glib-mkenums. Yeti Thanks a lot

Re: Gtk+ Version compatibilty?

2005-12-19 Thread Matt Hull
On Mon, 19 Dec 2005, Daniel Pekelharing wrote: On Mon, 2005-12-19 at 19:49 +0100, Maciej Piechotka wrote: 2005/12/19, Matt Hull [EMAIL PROTECTED]: On Sun, 18 Dec 2005, Daniel Pekelharing wrote: On Sun, 2005-12-18 at 15:29 +0100, David Necas (Yeti) wrote: I'd recommend to simply

Re: Gtk+ Version compatibilty?

2005-12-19 Thread Daniel Pekelharing
On Mon, 2005-12-19 at 13:55 -0600, Matt Hull wrote: On Mon, 19 Dec 2005, Daniel Pekelharing wrote: On Mon, 2005-12-19 at 19:49 +0100, Maciej Piechotka wrote: 2005/12/19, Matt Hull [EMAIL PROTECTED]: On Sun, 18 Dec 2005, Daniel Pekelharing wrote: On Sun, 2005-12-18 at 15:29

G_GNUC_... - MALLOC, PURE or both

2005-12-19 Thread Maciej Piechotka
I've an function which takes one argument(object) and return some string(gchar *). Becouse it's getting read-only propertis[1]) it shouldn't be the same as in object. Should I: - Always allocate new gchar * and mark it as gchar *object_get(const Object *) G_GNUC_MALLOC; - Keep gchar * inside and

Re: Block-diagram libraries?

2005-12-19 Thread Luca Cavalli
On Tue, 2005-12-20 at 00:08 +0100, Emanuele wrote: I need to develop an application that dump a config file (an ASCII file) for a simulation framework. The user drag drop the component (cpu, memory, comunication channel, etc) from a library into a work-area and link the component (like a

si_code: 2 - SEGV_ACCERR - Invalid Permissions for object. on HP-UX with GTK 2.6.8.

2005-12-19 Thread Gowri Kandasamy
HI . I have a failure with firefox build with GTK 2.6.8 on HP-UX ipf only. This works fine with firefox built on GTK 1.2.X. Has anyone seen the following failure ? Program received signal SIGSEGV, Segmentation fault si_code: 2 - SEGV_ACCERR - Invalid Permissions for object. 0x0 in

Space as an accel key??

2005-12-19 Thread Daniel Pekelharing
Hi all, Is there some reason why I cant use the space key as an accelerator ?? I set it using GDK_space like this: gtk_accel_map_add_entry(menu/Select/None, GDK_space, 0); But it doesn't seem to work, no label appears in the menu, and pressing space does nothing... Any ideas? Thanks! --

Re: ABI and API for g_object_ref_sink() (Re: GTK_FLOATING broken in 2.9?)

2005-12-19 Thread Murray Cumming
On Sat, 2005-12-17 at 05:21 -0600, Yevgen Muntyan wrote: Tim Janik wrote: On Fri, 16 Dec 2005, Murray Cumming wrote: Thanks. But this is not completely clear to me yet. Will applications built against gtk+ 2.6 work when gtk+ 2.10 is installed, without rebuilding the applications?

Re: gtk+2.8.x and cairo

2005-12-19 Thread Owen Taylor
On Mon, 2005-12-19 at 15:16 +0100, Kurt Miller wrote: I know this is a cairo bug, but it effects all gtk+2.8.x based applications when a machine happens to be configured such that the bug it hit. In some cases it is not possible to configure the X server to avoid the bug, so it

Re: gtk+2.8.x and cairo

2005-12-19 Thread Matthias Clasen
On Mon, 2005-12-19 at 10:15 -0500, Owen Taylor wrote: On Mon, 2005-12-19 at 15:16 +0100, Kurt Miller wrote: I know this is a cairo bug, but it effects all gtk+2.8.x based applications when a machine happens to be configured such that the bug it hit. In some cases it is not

Re: gtk and composing characters

2005-12-19 Thread Jens Herden
[...] Thanks for this explanation. So, what can you do know for Khmer? 1. Create those compose sequences that are needed and test them that they work with XIM. I do not know how to use XIM, I never tried. But I have tested the compose sequence on many computers already. So they do work...

Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread Zhe Su
Hi, I just tried gtk+ 2.8.6 and pango 1.10.1 and found that gtk+/pango doesn't support displaying the characters in Unicode Private User Area (U+E000-U+F8EF and plane 15 and 16), even there are fonts for those characters. Because you know, Chinese standards of HongKong and Taiwan use such

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread mpsuzuki
Hi, On Tue, 20 Dec 2005 10:56:26 +0800 Zhe Su [EMAIL PROTECTED] wrote: Because you know, Chinese standards of HongKong and Taiwan use such area to store extra characters that aren't in Unicode yet. For example Taiwan has more than 30,000 Traditional Chinese chars in Unicode plane 15, HongKong

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread mpsuzuki
Hi, On Tue, 20 Dec 2005 11:39:09 +0800 Arne Götje (高盛華) [EMAIL PROTECTED] wrote: And and it will still be a long time until CJK Ext. C comes out. And even after that the PUA and Plane 15/16 areas will still be used for temprary storage of characters which are not yet or will never be in

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread Arne Götje (高盛華)
On Tuesday 20 December 2005 12:21, [EMAIL PROTECTED] wrote: On Tue, 20 Dec 2005 11:39:09 +0800 Arne G��tje (高盛華) [EMAIL PROTECTED] wrote: And and it will still be a long time until CJK Ext. C comes out. And even after that the PUA and Plane 15/16 areas will still be used for temprary storage

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread mpsuzuki
On Tue, 20 Dec 2005 12:49:59 +0800 Arne Götje (高盛華) [EMAIL PROTECTED] wrote: And and it will still be a long time until CJK Ext. C comes out. And even after that the PUA and Plane 15/16 areas will still be used for temprary storage of characters which are not yet or will never be in

Re: gtk and composing characters

2005-12-19 Thread Jens Herden
The new version of XOrg (7.0) is about to be published soon, so there are chances these changes will not make it immediatelly into the new version. Afaik, XOrg is in second release candidate, so changes are not easy to go in just now. We are not really in a hurry, because I have a script

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread Arne Götje (高盛華)
On Tuesday 20 December 2005 13:40, [EMAIL PROTECTED] wrote: There is no need to descriminate. Users who expect special characters in PUA areas have to use special fonts which provide the correct glyphs. And usually teh users know which fonts provide the expected glyphs. Oops. I think you

Re: Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread Chia-I Wu
Hi, Do you have any idea on how to support it in gtk+/pango? Do we need patch gtk+/pango, or just do some configuration? On my system (gtk+ 2.8.9 and pango 1.10.1), characters in Unicode PUAs are displayed correctly. What do you mean by supporting? -- Regards, olv

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread Chia-I Wu
Hi, My anxiety is that: if we write a documentation including PUA charcode today, and read it after the official inclusion of the characters... we cannot search a string without the extra mapping table of PUA code and Unicode codepoint. And, we need a switch I think it can be a feature of a

Re: [gtk-i18n-list] Unicode PUA supporting issue in gtk+/pango

2005-12-19 Thread mpsuzuki
Excuse me, my post includes a few typo On Tue, 20 Dec 2005 16:40:59 +0900 [EMAIL PROTECTED] wrote: Since Unicode-4.1, the left vertical glyphs of GB18030-2000 are included in Unicode's official vertical form area (U+FF10 - U+FE1F). Wrong. (U+FE10 - U+FE1F). Now I have a question. Today, we have

gtk_object bad signal

2005-12-19 Thread [EMAIL PROTECTED]
hi all I'm new of GTK+ pogramming. I'm tring to develp an application in linux written in C with GTK 2.8 libraries. This app is interfaced with a database, reads data from it and create a GUI. I made a GTK object for detection of database UPDATEs, I mean: when the DBmanager receives an UPDATE

(no subject)

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical

(no subject)

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical

Forgotten graphic with gtk

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical

Forgotten graphic with gtk

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical

Forgotten graphic with a gtk program

2005-12-19 Thread [EMAIL PROTECTED]
ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have set up all the graphical

Re: (no subject)

2005-12-19 Thread Tristan Van Berkom
[EMAIL PROTECTED] wrote: ciao First of all I make excuses myself for my English not too much corrected. I write in order to speak you to you about a problem that I have found with my first program written in C with gtk. I have written the algorithm in order to resolve the puzzle and have

Re: trying to get keypresses in an OptionMenu

2005-12-19 Thread muppet
Travis J.I. Corcoran said: I've got an OptionMenu that is unwieldy to scroll through - it has approximately 2,000 choices. Menus are not a good UI element for that many choices. Even a set of 50 elements is stretching the limits of what a menu is good for. Try using a scrollable list;