How place correctly GtkVPaned separtor?

2008-03-27 Thread gege2061
Hello, I want set position of GtkVPaned, but I don't understand when set position attribut for separator correctly show when widget showing. My new class (write in Vala) : --- public class Valide.SmartVPaned : Gtk.VPaned { private Gtk.HBox hbox; private Gtk.Widget child; private const int

Re: Quitting an application

2008-03-27 Thread Gabriele Greco
> > I am writing a music library manager and I have a small problem when > terminating the application. > On starting the app, I scan a DB and load the tracks into a treeview. > When this is in progress, if the user closes the application, a segfault > occurs > because gtk_main_quit() has been call

GLib questions, GArray and GNode

2008-03-27 Thread Kaustubh Patil
Hi, I am using glib (version 2.0) for developing some applications. I have some questions about use of Garray and GNode (G-n-ary tree). 1. Is it safe to return an initialized GArray * from a function? e.g. copying garray array1 into garray array2 and then returning pointer to array2. 2. For n-ar

GtkTreeView Question

2008-03-27 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, Hopefully this is a simple question. I have a GtkTreeView and I would like to set the lest two columns in my view to always be on the right side of the view and allow the other columns to be resizeable. So far I have not found how to to do thi

Quitting an application

2008-03-27 Thread Sujith
Hi, I am writing a music library manager and I have a small problem when terminating the application. On starting the app, I scan a DB and load the tracks into a treeview. When this is in progress, if the user closes the application, a segfault occurs because gtk_main_quit() has been called and t

Re: GTK from assembly

2008-03-27 Thread Jason Ward
On Thu, Mar 27, 2008 at 1:58 PM, Gabriele Greco <[EMAIL PROTECTED]> wrote: > > > On 3/26/08, Jason Ward <[EMAIL PROTECTED]> wrote: > > > > It didn't work. > > was there something else I am supposed to do after I download this > > bundle. I > > do have the run-time installed since I installed Pidgi

Re: GTK from assembly

2008-03-27 Thread Gabriele Greco
On 3/26/08, Jason Ward <[EMAIL PROTECTED]> wrote: > > It didn't work. > was there something else I am supposed to do after I download this bundle. > I > do have the run-time installed since I installed Pidgin > > Note that there is at least one version of Pidgin that installs a private copy of GTK