Re: ToolTip Color Extraction

2005-10-11 Thread Neelesh Bodas
I worte this query to gtk-app-devel a few days ago. Unfortunately, nobody has responded as yet. However, I could get the solution myself by debugging through the Gtk Sources. I am documenting that here so that it will be useful for others too. The GtkTooltips widget has a field called tip_window

Re: Text Label on top of button Image

2005-10-11 Thread Tristan Van Berkom
Bill Sousan wrote: [...] I tried using both the button's label and image. However, it always appeared to want to push the image to one side of the button, and push the label to the other side of the button. I was not able to find a way to overlay the label on top of the button image.

Re: [g-a-devel] AT-SPI table interface problems

2005-10-11 Thread Bill Haneman
Hi Pete These sound like bugs. Of course, operator error is another possibility, but in any case we can't determine what to do without bug reports, test cases, etc. FWIW, I don't see these sorts of problems with at-poke, and gnopernicus has not encountered them, so it's possible that you

Re: Re: Losing GtkTextBuffer when threading

2005-10-11 Thread Dan McKinnon
Alan M. Evans wrote: On Mon, 2005-10-10 at 19:51, Dan McKinnon wrote: typedef struct networktype{ ... GtkTextBuffer *output_buffer; .. } networktype; void append_to_buffer( GtkTextBuffer *output_buffer, char *text ){ GtkTextIter output_end;

Proposal for GTK+ advanced formatted entry and spinner API

2005-10-11 Thread Itai Bar-Haim
Hi all.I would like to propose my idea for Format-Elements, that will be used to control GtkEntry and GtkSpinButton.The idea is to allow organized, element-based formatting of data displayed textually.The current common formatting methods include regular expressions and masking, and can be done

gtk_text_view_get_text ()

2005-10-11 Thread Krzysiek Szczuka
Hi.. I'm new on this list (in GTK+ too;) so here's about me: I'm Krzysiek Szczuka, student from Poland. I've wrote function that I think should be useful, so i'm sending it to You: gchar * gtk_text_view_get_text (GtkTextView *text_view) { GtkTextIter start, end; GtkTextBuffer

Re: Usage of GTK+ headers

2005-10-11 Thread Matthias Clasen
On Tue, 2005-10-11 at 15:00 -0700, Banginwar, Rajesh wrote: Hello, Many of the GTK+ libraries have one or more top level header files. E.g. Glib has glib.h, gdk-pixbuf has two gdk-data.h and gdk-pixbuf.h and so on… My question is about what applications typically use? Do they