Re: how to reduce the size of tiny-x

2005-09-15 Thread Attilio Fiandrotti
sadhees kumar wrote: Dear friends, I configured for tiny-x and compiled the X11 source, everything was right but finally the size of my tiny-x was 113MB. Since i want to use this in an embedded application it must be within 8MB. Have anybody experianced this, if so please let me know it will

Re: Problem with ATOK Japanese Input Method

2005-09-15 Thread Gaurav Jain
It's on Linux (Turbolinux 10). --- Tor Lillqvist [EMAIL PROTECTED] wrote: Gaurav Jain writes: I'm using the Japanese input method called ATOK Hmm, is this on Windows or Unix? In case Windows, where can one find ATOK? It's a 3rd-party IME, not from Microsoft? --tml

Re: Gtk+, UTF-8 and translations

2005-09-15 Thread Christian Neumair
Am Dienstag, den 13.09.2005, 21:23 +0200 schrieb HuamiSoft Hubert Are Gtk+ .po files in UTF-8? Yes. If so, don't you have a problem with msgmerge complaining about invalid multibyte sequence? I am using gettext in my program and all is fine until when I have to merge two .po files with

Re: Gtk+, UTF-8 and translations

2005-09-15 Thread HuamiSoft Hubert Sokolowski
On Thu, 15 Sep 2005 12:34:48 +0200 Christian Neumair [EMAIL PROTECTED] wrote: Am Dienstag, den 13.09.2005, 21:23 +0200 schrieb HuamiSoft Hubert Are Gtk+ .po files in UTF-8? Yes. If so, don't you have a problem with msgmerge complaining about invalid multibyte sequence? I am using

Re: how to reduce the size of tiny-x

2005-09-15 Thread sadhees kumar
Here the problem is that if i use direct-FB, i dont have support for popups and some fonts which i developed for the screen.so if any one have an idea of reducing the size of tiny-x plz let me know. cheers. On 9/15/05, Attilio Fiandrotti [EMAIL PROTECTED] wrote: sadhees kumar wrote:

How to check if a font has a given character?

2005-09-15 Thread Eduardo M KALINOWSKI
I want to check if the font I'm using (in a GtkTextView, if that matters) contains some characters (specifically, the line-drawing characters). How can I do that with Pango? The function pango_fc_font_has_char() apparently does exactly what I want, however I couldn't discover how to get a

Re: How to check if a font has a given character?

2005-09-15 Thread Christian Neumair
Am Donnerstag, den 15.09.2005, 16:26 -0300 schrieb Eduardo M KALINOWSKI: I want to check if the font I'm using (in a GtkTextView, if that matters) contains some characters (specifically, the line-drawing characters). How can I do that with Pango? The function pango_fc_font_has_char()

Re: How to check if a font has a given character?

2005-09-15 Thread Eduardo M KALINOWSKI
Christian Neumair wrote: Am Donnerstag, den 15.09.2005, 16:26 -0300 schrieb Eduardo M KALINOWSKI: I want to check if the font I'm using (in a GtkTextView, if that matters) contains some characters (specifically, the line-drawing characters). How can I do that with Pango? The function

How to make report generation in gtk

2005-09-15 Thread rush ta
hello guys ... My project involves a lot presentation printout to be taken ... Is there a way I can generate REPORTS in GTK.. The report need to be in tabular form. regards rush ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: how to reduce the size of tiny-x

2005-09-15 Thread sadhees kumar
Hello Friends, I have build a tiny-x server from X11 source, the libraries here are all dynamic. Have anybody experianced to static build the X11 to tiny-x, if so plz let me know. Advance thanks. cheers, sadhees kumar. ___ gtk-app-devel-list mailing

Re: Some introspection on GtkContainer children.

2005-09-15 Thread Damon Chaplin
On Wed, 2005-09-14 at 23:27 -0400, Tristan Van Berkom wrote: On a more practicle note; I was thinking that internal children of composite widgets should be more introspectable; for the purpose of GUI builders and loaders, if every child widget implicitly created by its parent at least had a

Re: Some introspection on GtkContainer children.

2005-09-15 Thread Tristan Van Berkom
Damon Chaplin wrote: They can also be named with gtk_widget_set_composite_name(), though this hasn't been used much in GTK+ itself. And thats a damn shame :( Right now I think the most evident practicle problems I'm seeing is: - Composite children need to be marked as such in order to

Re: Distinguish column header from normal button

2005-09-15 Thread David Christian Berg
Hey guys, hey reminic! They all seem to do a check to see if the detail is button and if the widget-parent is treeview or clist. This is the issue. If the details gets changed to treeview-header-left then that check stops matching for older themes, and then they stop working. Ok, let's

Re: Distinguish column header from normal button

2005-09-15 Thread Todd Berman
On Thu, 2005-09-15 at 23:24 +0200, David Christian Berg wrote: Hey guys, hey reminic! They all seem to do a check to see if the detail is button and if the widget-parent is treeview or clist. This is the issue. If the details gets changed to treeview-header-left then that check stops