Re: Follow windows with a botton

2006-10-21 Thread Iago Rubio
On Fri, 2006-10-20 at 11:35 +, Rodrigo Tavares wrote: > Hello, > > How I can to create a window with a button, when the > user clicked the botton, happen other windows ? > > As a instalation program, with button next,next... > Until in the end. Use a GtkNotebook, hide the tabs, and pass from

Re: gui for trees

2006-10-21 Thread kiranc
Guy Rouillier-2 wrote: > > That being said, take a look at GtkTreeView. You may be able to utilize > that to display the data in your red-black tree data structure. > TreeView has a left-right display. I need a top-down display. Can i modify the treeview widget or write a new widget for this

Re: gui for trees

2006-10-21 Thread Guy Rouillier
kiranc wrote: > hi > > I want to maka GUI for redblack trees. Is this possible with GTK+ ? Are > there any bultin widgets available or should I > make a new widget for this purpose? A red-black tree is a data structure, as is a b-tree and a linked list. You won't find dedicated Gtk widgets fo

Re: Segmentation fault

2006-10-21 Thread Allin Cottrell
On Sat, 21 Oct 2006, Lorenzo Marcon wrote: > Program is running without any problem under Linux, while under > Windows, when clicking STOP I get segmentation fault. > > Here is the backtrace. > > Program received signal SIGSEGV, Segmentation fault. > 0x0040279e in enter_callback () > (gdb) bt ful

Re: Glade GUI: changing mechanism

2006-10-21 Thread Tristan Van Berkom
Philippe Bertin wrote: >Andrea Zagli wrote: > > > >>use libglade >> >>http://www.jamesh.id.au/software/libglade/ >> >> >> >Well, I guess Fernando's intention is to continue to use some glade >command-line utility/) add-on to continue to use the generated code in >the compiled program ? >

Re: Glade GUI: changing mechanism

2006-10-21 Thread Philippe Bertin
Andrea Zagli wrote: >use libglade > >http://www.jamesh.id.au/software/libglade/ > Well, I guess Fernando's intention is to continue to use some glade command-line utility/) add-on to continue to use the generated code in the compiled program ? I'd like to know this too. Because libglade forces

Re: Glade GUI: changing mechanism

2006-10-21 Thread Andrea Zagli
Il giorno sab, 21/10/2006 alle 14.03 +0200, Fernando ApesteguĂ­a ha scritto: > Currently, we're using code generation in our project to build the > GUI. However, AFAIK there is no more code generation support in Glade, > so we would like to build our GUI from a XML file. > > Can you point me to a g

Glade GUI: changing mechanism

2006-10-21 Thread Fernando ApesteguĂ­a
Hi list, Currently, we're using code generation in our project to build the GUI. However, AFAIK there is no more code generation support in Glade, so we would like to build our GUI from a XML file. Can you point me to a guide to make this migration simpler? Best Regards _

Segmentation fault

2006-10-21 Thread Lorenzo Marcon
My program is structured in this way: I have two buttons: START and STOP. Clicking on START lanches the computation of a great quantity of datas. Computation is done using recursion. The recursive function, everytime is called, checks a variable called stop, passed to the fuction by reference.

gui for trees

2006-10-21 Thread kiranc
hi I want to maka GUI for redblack trees. Is this possible with GTK+ ? Are there any bultin widgets available or should I make a new widget for this purpose? regards Kiran -- View this message in context: http://www.nabble.com/gui-for-trees-tf2486007.html#a6931795 Sent from the Gtk+ - Apps De