Re: Typing Right-To-Left language characters in GtkEntry

2005-06-08 Thread Gaurav Jain
Yes, this time it worked! In fact even without setting the font to the Code2000 font for the GtkEntry, I'm able to type Arabic text into the entry. Thanks so much for your help! One think I still wish to know is why I'm unable to type on the terminal window. Is it possible to enable keyboard la

Re: Typing Right-To-Left language characters in GtkEntry

2005-06-08 Thread Alem Dain
Ah, it's a mistake I make all the time. When I said "en" it should have been "us". The setxkbmap command is actually: setxkbmap -rules xfree86 -model pc104 -layout us,ar possibly with -option grp:menu_toggle if that's what you want. This is why you were getting "Error loading keyboard descript

Re: Typing Right-To-Left language characters in GtkEntry

2005-06-08 Thread Gaurav Jain
Hello Alem, Thanks for the detailed response. I installed the CODE2000 unicode font that you mentioned according to the rules given at http://eyegene.ophthy.med.umich.edu/unicode/index.html#kdefontinst. ( using the mkfontscale and mkfontdir commands, and then adding the path to /etc/X11/XF86Conf

Re: Typing Right-To-Left language characters in GtkEntry

2005-06-08 Thread Alem Dain
Hmmm, with almost no work at all, I managed to type right-to-left in Arabic (not that I know a word of it...) For the purpose of input, no locale information is necessary. All you need is the appropriate keyboard mapping loaded in X, as well an an Arabic-capable unicode font; Pango knows how to r

gtk-demo : GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'

2005-06-08 Thread Gowri Kandasamy
I Get the following message when I runt gtk-demo. The demo comes up. But When I move the focus to the main frame , the program crashes. The following is the trace from GDB. Does any one has seen this problem . I see this with GTK 2.4 & GTK 2.6. gtk-demo:17231): GLib-GObject-WARNING **: Two differe

trouble subclassing GtkScrolledWindow

2005-06-08 Thread Alan M. Evans
Hiya! See: http://mail.gnome.org/archives/gtk-app-devel-list/2003-June/msg00146.html and http://mail.gnome.org/archives/gtk-app-devel-list/2004-March/msg00279.html There's really not much more to say inasmuch as my problem is precisely what they describe. But nobody responded on the list to eithe

Re: Any way to disable window decorations (including "X" button)?

2005-06-08 Thread Miroslav Rajcic
Paul Santa Maria wrote: Hi - I'm implementing a kiosk-style application in GTK+, and it's important to *disable* window resize, minimize, maximize, etc. Is there any way to simply remove window decorations (especially the "X" close button) from a GTK+ window? Thank you in advance .. PSM _

Re: Any way to disable window decorations (including "X" button)?

2005-06-08 Thread Carlo Agrusti
Paul Santa Maria ha scritto lo scorso 08/06/2005 19:09: Hi - I'm implementing a kiosk-style application in GTK+, and it's important to *disable* window resize, minimize, maximize, etc. Is there any way to simply remove window decorations (especially the "X" close button) from a GTK+ window? Th

Re: Any way to disable window decorations (including "X" button)?

2005-06-08 Thread Tristan Van Berkom
Paul Santa Maria wrote: Hi - I'm implementing a kiosk-style application in GTK+, and it's important to *disable* window resize, minimize, maximize, etc. Is there any way to simply remove window decorations (especially the "X" close button) from a GTK+ window? Hi, IMO, the kiosk itself sho

Re: Any way to disable window decorations (including "X" button)?

2005-06-08 Thread Toni Willberg
On Wed, 2005-06-08 at 10:09 -0700, Paul Santa Maria wrote: > Hi - > > I'm implementing a kiosk-style application in GTK+, and it's important to > *disable* window resize, minimize, maximize, etc. > > Is there any way to simply remove window decorations (especially the "X" close > button) from a G

RE: Any way to disable window decorations (including "X" button)?

2005-06-08 Thread Larry Kastel
Look at the function gtk_window_set_decorated() > -Original Message- > From: [EMAIL PROTECTED] [mailto:gtk-app-devel-list- > [EMAIL PROTECTED] On Behalf Of Paul Santa Maria > Sent: Wednesday, June 08, 2005 1:10 PM > To: gtk-app-devel-list@gnome.org > Subject: Any way to disable window dec

RE: Any way to disable window decorations (including "X" button)?

2005-06-08 Thread Boncek, John
Those are features of the window manager, not GTK. Try your window manager documentation or mailing list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Santa Maria Sent: Wednesday, June 08, 2005 12:10 PM To: gtk-app-devel-list@gnome.org Subject: A

Any way to disable window decorations (including "X" button)?

2005-06-08 Thread Paul Santa Maria
Hi - I'm implementing a kiosk-style application in GTK+, and it's important to *disable* window resize, minimize, maximize, etc. Is there any way to simply remove window decorations (especially the "X" close button) from a GTK+ window? Thank you in advance .. PSM

Re: gtk-app-devel-list Digest, Vol 14, Issue 10

2005-06-08 Thread Alf Stockton
From: Subject: Re: ComboBox on Windows application To: gtk-app-devel-list@gnome.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII On Tue, 07 Jun 2005 15:09:36 +0200 Alf Stockton <[EMAIL PROTECTED]> wrote: I have a screen already built using Glade and a whole bunch

Re: displaying html data

2005-06-08 Thread Muthiah Annamalai
Hi! look at gtkhtml in cvs.gnome.org. AFAIK no GTK-only widget exists. Cheers Muthu/ --- Mohit Gogia <[EMAIL PROTECTED]> wrote: > hi all, > > i am new to gtk programming and i am starting off > with a simple > applet.what i want to ask if there is any way that i > can be able to > display html t

GTK is OO.

2005-06-08 Thread Muthiah Annamalai
Hello folks! I mean GTK Is OO. Widgets encapsulate other widgets. There is a type system,GObjects and signals floating all over the place. Please try to understand this GTK architecture. [see developer.gnome.org and GObject tutorials,GTK+ tutorials,before asking questions. You can even try to se

displaying html data

2005-06-08 Thread Mohit Gogia
hi all, i am new to gtk programming and i am starting off with a simple applet.what i want to ask if there is any way that i can be able to display html text in html format in a gtk window either as a label or some other text widget.. the text is in html format..and also contains tags.. is ther

Re: Removin all Widgets from a VBox

2005-06-08 Thread Peter Bloomfield
On 06/08/2005 08:13:53 AM Wed, Muthiah Annamalai wrote: Hi! I think Ive a solution to what youre asking me. Why not just create your own box, pack it in the dialog's vbox, and pack your widgets in it? When you want to change them, destroy your box and recreate it. ___

Re: Removin all Widgets from a VBox

2005-06-08 Thread Muthiah Annamalai
Hi! I think Ive a solution to what youre asking me. --- Guenther Sohler <[EMAIL PROTECTED]> wrote: [snip] > I did not yet find a good strategy to delete all > widgets/childs from within a > vbox. > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > GtkBox [base of VBox & HBox], has a G

OT: Survey facing design patterns and communication

2005-06-08 Thread Nico
Hello everybody! We are a group of students at "Freie Universitaet Berlin". As part of our computer science studies we are going to do a survey facing the use of design patterns in communication. Examples of design patterns are "Abstract Factory", "Singleton", "Composite", "Iterator" and "Liste

Typing Right-To-Left language characters in GtkEntry

2005-06-08 Thread Gaurav Jain
Hello, I need to enter Right-To-Left language characters (such as Arabic and Hebrew) in a GtkEntry widget. I'm using Red Hat Linux 9.0 and have logged in the Arabic language session. I then set the locale to "ar_SA.utf8". Then I run my small GTK program which has a GtkEntry widget. But I'm stu

combo entry

2005-06-08 Thread srinivas
hi; how to set a default entry in to the combobox. i am developing with glade. am i supposed to set a signal for the combo box or how to do that. thanks; vasu. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mai

Instalation of GTK+ 2.6 alongside GTK+ 2.4

2005-06-08 Thread Derrick J Houy
I run on Fedrora Core 3 which has GTK+ 2.4.13 installed. I want to continue to build my apps against the standard packages included in FC3, but also need to fix some bugs which allow the apps to work with GTK+ 2.6.7. Can anyone help me with the best setup to easily allow building against the n