Re: fonts list using pango

2009-09-17 Thread Behdad Esfahbod
On 09/17/2009 12:46 PM, Manu TM wrote: Hi, I've been unsuccessfully looking for a way to dump a list of all available system fonts using pango but without poping-up a gtk font chooser button. Does anybody have a clue or know a link to some good doc about this? Many thanks in advance. http://li

fonts list using pango

2009-09-17 Thread Manu TM
Hi, I've been unsuccessfully looking for a way to dump a list of all available system fonts using pango but without poping-up a gtk font chooser button. Does anybody have a clue or know a link to some good doc about this? Many thanks in advance. Manu TM _

Re: Scrolling text in Gtk

2009-09-17 Thread pankaj.chikhale
pankaj.chikhale wrote: > > > there is memory leak problem with your mymarqueetest code will u plz tell > me how to remove that memory leak > plz conact me or reply on pankaj.chikh...@euifone.com its urgent plz reply > me as soon as possible > > > Micah Carrick wrote: >> >> In the book "Foun

Re: Scrolling text in Gtk

2009-09-17 Thread pankaj.chikhale
there is memory leak problem with your mymarqueetest code will u plz tell me how to remove that memory leak plz conact me or reply on pankaj.chikh...@gmail.com its urgent plz reply me as soon as possible Micah Carrick wrote: > > In the book "Foundations of GTK+ Development", there is a chapter

GtkTextBuffer - "paste-done" - start and end pasted text

2009-09-17 Thread Rafal Bursig
I want do some post paste formating in pasted text and have problem with it. Is there any way to determine start and end pasted text in past-done signal handler? Rafal ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.

Re: Real life example for GDL

2009-09-17 Thread Nicolas Joseph
Sorry, I have forget the attached file. On Thu, 17 Sep 2009 09:14:59 +0200, Nicolas Joseph wrote: > Hello, > > I try to create a dockable application with GDL, but it doesn't > works. > > The code for populate the main application window: > > private void > populate_window () > { > Gdl.D

Real life example for GDL

2009-09-17 Thread Nicolas Joseph
Hello, I try to create a dockable application with GDL, but it doesn't works. The code for populate the main application window: private void populate_window () { Gdl.Dock dock; Gtk.HBox hbox; Gdl.DockItem item; Gtk.VBox main_box; Gdl.DockBar dockbar; Gdl.DockLayout layout; main_b