GtkTextView and Buffer/Window Coordinates

2005-01-21 Thread Kent
- TextBuffer so that I might perform a GtkText(Tag/Mark/Iter) operation. Kent ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Problem with gtk_text_view_get_iter_location()?

2005-02-10 Thread Kent
another production program in which both the x and y coordinates are wildy incorrect. What am I doing wrong? Is there some caveat that comes with gtk_text_view_get_iter_location() that I'm not aware of? Thanks, Kent text_view.c Description: Binary data

Re: Problem with gtk_text_view_get_iter_location()?

2005-02-11 Thread Kent
BTW, the version of gtk I tested this under was 2.0.6-8. Kent On Thu, 10 Feb 2005 13:20:30 -0500, Kent [EMAIL PROTECTED] wrote: Hello, I'm having problems with gtk_text_view_get_iter_location(). I don't know if I'm doing something wrong or the call is broken. I've attached a sample test

Re: stupid suggestion about themes

2005-02-11 Thread Kent
I was talking about what you say as host- dependent themes. You can do this with X appilcations via X resources. Yet another reason why I wish Gtk could be configured using X resources. Any chance of Gtk supporting widget configuration via X resources in the future? Kent

Re: Problem with gtk_text_view_get_iter_location()?

2005-02-14 Thread Kent
Okay... I think your idea of it having something to do with the text view being laid out asynchronously is probably correct. Thank you very much for replying. It is greatly appreciated. Kent On Fri, 11 Feb 2005 22:42:39 -0500, Havoc Pennington [EMAIL PROTECTED] wrote: On Thu, 2005-02-10

Opaque Type?

2005-02-18 Thread Kent
then why does the name property exist? Is their an advantage to using g_object_get() rather than looking directly at GtkTexTag-name (other than eliminating the dependency on the 'name' field itself). Thanks, Kent ___ gtk-list mailing list gtk-list

Re: GTK Script?

2005-03-14 Thread Kent
an implementation of ksh with support for Tk, called Tksh. It was a very interesting idea but I think I don't think he has done any recent work on it. You might query him about it to see what it would take to bring it up to date with the latest releases of Tk. Kent On Mon, 14 Mar 2005 00:18:44 +0100

Switching GtkTextBuffer and Child Anchors

2005-04-01 Thread Kent
is inappropriate Kent ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Switching GtkTextBuffer and Child Anchors

2005-04-06 Thread Kent
I sent this on the list last week but never got a reply so I thought I would try again. -- Hello, I have a GtkTextView that I was trying to share between multiple GtkTextBuffers (one at a time of course). Each GtkTextButter had a child anchor that consisted of a GtkTable widget. The

Re: Switching GtkTextBuffer and Child Anchors

2005-04-08 Thread Kent
Okay, thanks...On Apr 6, 2005 10:02 AM, Matthias Clasen [EMAIL PROTECTED] wrote:On Wed, 2005-04-06 at 09:48 -0400, Kent wrote: I sent this on the list last week but never got a reply so I thought I would try again. -- Hello, I have a GtkTextView that I was trying to share between multiple

Loading 16-bit colors into GTK

2006-05-19 Thread James Kent
I have a "black box" application that renders its data into a 16-bit buffer (R5G6B5). I would like to display that data in a GTK window. Does anyone know if there is support for loading buffers of R5G6B5 format color data into GTK/GDK? Thanks Jim Kent [EMAIL

Animated icons in GtkIconView

2007-07-16 Thread James Kent
Does the GtkIconView widget support animated icons? If so, is there a way to use a GdkPixbufAnimation or GdkPixbufSimpleAnimation for the icons? Thank You Jim Kent ACCESS Systems America [EMAIL PROTECTED] ___ gtk-devel-list mailing list gtk-devel

Row Drag and Drop in Treeview

2002-11-21 Thread Kent Schumacher
Hi, Has anyone implemented dragging a row from a GtkTreeView and dropping it somewhere else? Can you post a procedure, or some code, or point me towards some source code that does this? I'm at a total loss as to what to do to implement this in some sort of 'sanctioned' fashion. Thanks, kent

Debugging gtk source from Ximian RPM's

2003-10-28 Thread Kent Schumacher
I'm using Ximian RPM's to install my GTK+ libraries. I've got a bug right now that is showing up in a gtk routine, and I would like to step through the gtk source but am unable to. Is there any way to get source code debugging on gtk libraries and still use Ximian rpms? Thanks, Kent

GTK+ email apps?

2004-08-17 Thread Kent Sandvik
Hi, I'm trying to find one or two GTK+ 2.x based email apps, open source, that have no GNOME dependencies (for cross-compilation). Also they should be GTK+ 2.x based. Looked at Freshmeat, but could not find anything suitable, gtkmail is gtkmm based... Any info appreciated, thx, Kent

Statis of Bug 59390

2005-01-05 Thread Kent Wilson
or underline text, font size change, color, etc.). Is this correct? Kent --- New APIs (?) --- - text_buffer_insert_markup() - text_buffer_insert_markup_with_tag() - text_buffer_set_markup() - text_buffer_set_markup_with_tag() --- Bug Report 59390 --- Reporter: [EMAIL PROTECTED

[EMAIL PROTECTED]

2005-01-20 Thread Kent Wilson
am ultimately trying to figure out is the following: If I have a Gtk- TextView and someone clicks on the text view with the mouse, how do I transform the mouse pointer coordinates into a location within the Gtk- TextBuffer so that I might perform a GtkText(Tag/Mark/Iter) operation. Kent

GdkBitmap - turning pixels OFF

2006-03-07 Thread Kent Humphries
of the bitmap, ie make it transparent/clear/white/off/unset again. Using Cairo and painting an opaque white, or transparent white over the top does not work. Help.. Thanks. Kent. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: GdkBitmap - turning pixels OFF

2006-03-13 Thread Kent Humphries
, -1, -1 ); I hope this is helpful to someone - this tiny bit of code came from 2 weeks of part time work! :) And my beef: Why isn't there a Gdk tutorial/manual anywhere? Is it just too large a project? -Kent. /---/ Hi, I'm a relative newbie to the Gtk+/Gdk world and am

Cannot find a rule to create target all-local from dependencies

2002-10-07 Thread Paul Kent Anderson
Trying to install xfce on AIX, which requires atk, glib, pango, gtk, etc. make (for all of them) complains about all-local missing I found a reference to this in the archives, and the solution then was to use make -k to continue building on Solaris 2.8. This would resolve out of order

Unable to load image-loading module: libpixbufloader-png.so: Permissiondenied

2002-10-28 Thread Paul Kent Anderson
Hi all. I gots a puzzler maybe you can help me with. I'm using garnome scripts to compile gtk+-2.0.6 and am hitting a weird issue. I am running current gcc tools on AIX 5.1L on an IBM rs/6000, so I maybe the only one trying to do this. ;-) here's the error: make[3]: Entering directory