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
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
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
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
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 ?
>
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
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
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
_
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.
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
10 matches
Mail list logo