Re: horizontal rule in GtkTextView?

2010-08-20 Thread Mike Massonnet
Hi Petr, 2010/8/12 Petr Tomasek : > > Hello! > > Is it possible to insert an horizontal rule into the GtkTextView? > I tried to search the Google but found nothing. I think the solution is to use a pixbuf, those can be inserted inside GtkTextView (gtk_text_buffer_insert_pixbuf), have a look at gt

Re: How can I render long lines

2010-08-20 Thread Tor Lillqvist
The short answer to the question in the subject is: You don't. > Is it possible to write a text editor which uses GTK+ and shows correctly the > file which is created > by the following code: > [ code that writes some hundreds of thousands printable ASCII characters > without newlines to a file

Re: GTK+ 2.21.6

2010-08-20 Thread Jose Aliste
On Wed, Aug 18, 2010 at 4:15 PM, Paul Davis wrote: > On Wed, Aug 18, 2010 at 2:01 PM, Jose Aliste wrote: > >> After looking at the git log, you interpret correctly, but  I fail to >> see why do you perceive this as being bad. So, some GDK API is marked >> as deprecated, it seems fair to me that G

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Wed, Aug 18, 2010 at 2:01 PM, Jose Aliste wrote: > After looking at the git log, you interpret correctly, but  I fail to > see why do you perceive this as being bad. So, some GDK API is marked > as deprecated, it seems fair to me that Gtk+ maintainers ensure the > deprecated API is not used in

Re: GTK+ 2.21.6

2010-08-20 Thread Jose Aliste
Hi, On Wed, Aug 18, 2010 at 1:12 PM, Paul Davis wrote: > On Wed, Aug 18, 2010 at 12:57 PM, Behdad Esfahbod > wrote: >> On 08/18/10 12:50, Paul Davis wrote: >>> On Wed, Aug 18, 2010 at 12:44 PM, Matthias Clasen >>> wrote: >>> I don't see how that follows. All that is happening in 2.22 is th

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Wed, Aug 18, 2010 at 12:57 PM, Behdad Esfahbod wrote: > On 08/18/10 12:50, Paul Davis wrote: >> On Wed, Aug 18, 2010 at 12:44 PM, Matthias Clasen >> wrote: >> >>> I don't see how that follows. All that is happening in 2.22 is that >>> some things are getting deprecated. You can still use them.

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Wed, Aug 18, 2010 at 12:44 PM, Matthias Clasen wrote: > I don't see how that follows. All that is happening in 2.22 is that > some things are getting deprecated. You can still use them. We are not > going to take them away from you during 2.x i wasn't really worried about the deprecations. re

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Wed, Aug 18, 2010 at 12:21 PM, Bastien Nocera wrote: > New functionality is available in both when it makes sense to do so, and > deprecated functionality is marked as much. > > You shouldn't see any difference in usage if you don't use the new > functionality. We distribute a version of GTK

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Wed, Aug 18, 2010 at 12:04 PM, Bastien Nocera wrote: > On Wed, 2010-08-18 at 11:52 -0400, Paul Davis wrote: >> On Mon, Aug 16, 2010 at 8:48 PM, Matthias Clasen wrote: >> > GTK+ 2.21.6 is now available for download at: >> >> is this really a correct description of 2.21: >> >> > Overview of Chan

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Mon, Aug 16, 2010 at 8:48 PM, Matthias Clasen wrote: > GTK+ 2.21.6 is now available for download at: is this really a correct description of 2.21: > Overview of Changes from GTK+ 2.21.5 to 2.21.6 > == > > * Most drawing done by GTK+ itself has been

RE: GLib 2.25.14

2010-08-20 Thread Zhang, Qiang Z
Hi developers, I am from MeeGo distribution team. We have planned to use glib 2.26 in MeeGo 1.1, and I want to know when the new stable glib 2.26 will be released. Is there any webpage for special gnome projects' detail release plan? Thanks in advance. -Thanks && Regards -Qiang >-Orig

Re: porting gdk -> cairo

2010-08-20 Thread Dov Grobgeld
I took the bait and coded my solution that I (in lack of anything better called) dovtk-lasso . I'm including it below including a test program. I think this solution is even simpler than your old xor solution. All you need to do is to create the draw_callback fuction that uses whatever cairo paint

horizontal rule in GtkTextView?

2010-08-20 Thread Petr Tomasek
Hello! Is it possible to insert an horizontal rule into the GtkTextView? I tried to search the Google but found nothing. Thank You! Petr Tomasek -- Petr Tomasek Jabber: but...@jabbim.cz ___ gtk-app-devel-list mailin

Re: GLib 2.24.2 released

2010-08-20 Thread Sergei Steshenko
--- On Sun, 8/8/10, Ryan Lortie wrote: > From: Ryan Lortie > Subject: GLib 2.24.2 released > To: gnome-announce-l...@gnome.org, gtk-devel-l...@gnome.org, > gtk-app-devel-list@gnome.org, gtk-l...@gnome.org > Date: Sunday, August 8, 2010, 12:12 PM > Glib 2.24.2 is out: > >   http://download.gn

Is it possible to inherit from GtkTreeRowReference ?

2010-08-20 Thread gwr
So I can store data in the tree model while keeping GtkTreeStore as model. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

How can I render long lines

2010-08-20 Thread Jaakko Seppälä
I have found tree text editors which uses gtk+. None of them can show correctly the characters on a particular text file which contains a huge number of characters on one line. Is it possible to write a text editor which uses GTK+ and shows correctly the file which is created by the following code:

GtkPaned gutter position changes when child resizes

2010-08-20 Thread gwr
Hello, I have 2 widgets packed in a GtkPaned : === | | | | | | | |

GtkToolBar Button size issue in RHEL4 and RHEL5

2010-08-20 Thread Debapriya Das
Hi, I've created a window containing a toolbar with 6 toolbarbuttons using GTK ver2.0. When I run this in RHEL4, all the toolbar buttons are visiblein the toolbar. But when i Run it in RHEL5, the last 2 toolbar buttons become hidden. By expanding the toolbar the buttons can be visible. This is hap