Re: Recommend GL interface method?

2007-04-21 Thread Daniel Pekelharing
On Fri, 2007-04-20 at 22:15 -0400, Eric Jonas wrote: Hello! There appear to be multiple choices for opengl widgets in GTK, including GtkGlExt and GtkGLArea. Have people written software using either of these interfaces, and would be willing to make recommendations? I use GtkGLExt.. I've

Re: Recommend GL interface method?

2007-04-21 Thread David Masten
On Fri, 2007-04-20 at 22:15 -0400, Eric Jonas wrote: Hello! There appear to be multiple choices for opengl widgets in GTK, including GtkGlExt and GtkGLArea. Have people written software using either of these interfaces, and would be willing to make recommendations? I have written for both.

Set text of GtkComboBoxEntry

2007-04-21 Thread Sebastian Urban
Hi! I want to set the text of a GtkComboBoxEntry. The text I set may or may not be in the TreeModel of the GtkComboBox. For reading text there is gtk_combo_box_get_active_text, but there is no gtk_combo_box_set_active_text. What method should I use? Thanks! Sebastian

Customising the text input cursor

2007-04-21 Thread Tony Houghton
I find the default cursor difficult to see, especially in a GtkTextView. I eventually found out I could change it globally in ~/.gtkrc-2.0: style eyecatching-cursor { GtkTextView::cursor-aspect-ratio = 0.1 GtkTextView::cursor-color = #cd } class GtkTextView style

Re: GtkCanvas requirements?

2007-04-21 Thread Federico Mena Quintero
El jue, 19-04-2007 a las 15:00 -0400, Havoc Pennington escribió: I'd step back first and do use-cases instead, and also talk about at a high level what the canvas is for and when it would be used, i.e.: Havoc is on the right track here. You can pile an immense feature list on top of the

Re: GtkCanvas requirements?

2007-04-21 Thread Mathias Hasselmann
Hmm: Once again I too fast on pressing send and forgot the links: Vala: http://live.gnome.org/Vala EggDocument: http://taschenorakel.de/svn/repos/eggdocument/trunk/ Am Samstag, den 21.04.2007, 17:49 +0200 schrieb Mathias Hasselmann: Am Samstag, den 21.04.2007, 10:30 -0500 schrieb Federico Mena

Re: GtkCanvas requirements?

2007-04-21 Thread Mathias Hasselmann
Am Samstag, den 21.04.2007, 10:30 -0500 schrieb Federico Mena Quintero: [Side note... at this point I think doing a canvas in C is a big mistake. Interesting canvases will inevitably get cycles in the pointer graph, and reference counting becomes just too painful then. [This is irrelevant to

Re: GtkCanvas requirements?

2007-04-21 Thread Yevgen Muntyan
Federico Mena Quintero wrote: [snip] [Side note... at this point I think doing a canvas in C is a big mistake. Interesting canvases will inevitably get cycles in the pointer graph, and reference counting becomes just too painful then. [This is irrelevant to .net or whatever; it's a general

Re: GtkCanvas requirements?

2007-04-21 Thread Gustavo J. A. M. Carneiro
On Qui, 2007-04-19 at 15:00 -0400, Havoc Pennington wrote: Hi, Carlos Garnacho wrote: First of all we need to specify the feature requirements for the canvas. I'd step back first and do use-cases instead, and also talk about at a high level what the canvas is for and when it would

Re: GtkCanvas requirements?

2007-04-21 Thread Kalle Vahlman
2007/4/21, Gustavo J. A. M. Carneiro [EMAIL PROTECTED]: I can tell you the reasons why I usually use a canvas: 1. Writing widgets is _very hard_ (when compared to e.g. canvas items). Depends on your language (and on your widget of course). In python, deriving a widget not a big

Re: GtkCanvas requirements?

2007-04-21 Thread Mathias Hasselmann
Am Samstag, den 21.04.2007, 11:57 -0500 schrieb Yevgen Muntyan: Federico Mena Quintero wrote: [snip] [Side note... at this point I think doing a canvas in C is a big mistake. Interesting canvases will inevitably get cycles in the pointer graph, and reference counting becomes just too