RE: GtkTextView: Applying tags at the cursor

2006-10-24 Thread Madhusudan E
Hi, You can use GtkTextTag. Tags should be in the GtkTextTagTable for a given GtkTextBuffer before using them with that buffer. gtk_text_buffer_create_tag() is the best way to create tags. See gtk-demo for numerous examples. Hope this helps. Rgds, Madhusudan E --

GIOChannel

2006-10-24 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I'm using the following code fragment ok = g_spawn_async_with_pipes("/tmp", argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, &std_in, &std_out, &std_err, NULL); cha

FileChooser: Display folder list by default

2006-10-24 Thread Enrico Tröger
Hi, is there a way to show the folder browser in the FileChooser widget (instanced with GTK_FILE_CHOOSER_ACTION_SAVE) by default? I had a look at the API but I didn't find anything to access the expander in the dialog. I guess there is no way because to keep the default behaviour of the dialog co

Re: No dynamic libs of glib

2006-10-24 Thread Brian J. Tarricone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/24/2006 7:02 AM, Laurent ISENEGGER wrote: > I'm not using uLinux. It s a Linux kernel 2.6.10. On top of that my > ARM platform already uses shared libraries. I think that the problem > may come from the libtool i m using. Mine is 1.5.6, and the n

Re: GtkTextView: Applying tags at the cursor

2006-10-24 Thread Lance Dillon
- Original Message From: Samuel Lidén Borell <[EMAIL PROTECTED]> To: gtk-app-devel-list@gnome.org Sent: Tuesday, October 24, 2006 1:49:54 PM Subject: GtkTextView: Applying tags at the cursor Hi, I'm working on a web site creation software that uses Gtk, Glade and Python for the UI. I'm u

GtkTextView: Applying tags at the cursor

2006-10-24 Thread Samuel Lidén Borell
Hi, I'm working on a web site creation software that uses Gtk, Glade and Python for the UI. I'm using the GtkTextView widget to let the user edit text with basic formatting but I have a question: How do I apply a tag at the cursor so that inserted text gets it's formatting? Right now I surround t

Re: Glade GUI: changing mechanism

2006-10-24 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Oct 24, 2006 at 10:13:02AM -0400, Tristan Van Berkom wrote: > [EMAIL PROTECTED] wrote: > [...] > >Another aspect of code generation (the one which sold me for Glade in > >the first place) [...] Glade > >has provided me with sample C code to sta

Re: Glade GUI: changing mechanism

2006-10-24 Thread Tristan Van Berkom
Philippe Bertin wrote: [...] >>> Well that's what I meant. Maybe in the link above, it could be >>> mentioned that this is an example of how to use libglade. It'd help >>> out people (digging into the subject) to obtain an example more rapidly. >> >> >> Some things are the way they are - and wont

Re: Glade GUI: changing mechanism

2006-10-24 Thread Tristan Van Berkom
[EMAIL PROTECTED] wrote: [...] > Another aspect of code generation (the one which sold me for Glade in > the first place): typically, my GTK+ programs are a mixture of widgets > designed with glade and some generated programmatically (e.g. a table of > widgets whose dimensions are known at run time

Re: No dynamic libs of glib

2006-10-24 Thread Laurent ISENEGGER
I'm not using uLinux. It s a Linux kernel 2.6.10. On top of that my ARM platform already uses shared libraries. I think that the problem may come from the libtool i m using. Mine is 1.5.6, and the newest release 1.5.22. During the configure it s indicated that it doesn't support shared libraries

Re: Glade GUI: changing mechanism

2006-10-24 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Oct 24, 2006 at 02:39:32PM +0200, Philippe Bertin wrote: [...] > Let me indeed do that. I wonder why nobody ever came up with the concern > I have; am I that much of a security freak ? FWIW, I'll miss the C code generation feature of Glade.

Re: Glade GUI: changing mechanism

2006-10-24 Thread Philippe Bertin
Hello, Tristan Van Berkom wrote: > Thats an interesting idea, I'm sure a simple program could be used > to parse signals in a glade file and ensure the availability of the > said callbacks in the binary - this kind of tool could be used in > makefiles to validate a built program, maybe we could t