Hi,

I'm trying to add one last feature to my open source tool, the edanator.
http://sourceforge.net/projects/edanator

I'd like to be able to resize the width (I've got it so I can resize the 
height) but I'm obviously doing something wrong.  I think my issue may not be 
with FLTK but something fundamental in OOP.

My main program sets up 3 widgets like the following:

x = new Bin_Hex_Array(0, 30, opts.width(), BHA_HEIGHT, NULL, opts.endian);

Bin_Hex_Array instantiates an array of Bin_Hex_Widgets plus some buttons and an 
Fl_int_input widget...and Bin_Hex_Widgets instantiate further objects on down 
the line.

Since the constructor is setting up and placing the sub-widgets I think I'm in 
for major restructuring?

Thanks for any ideas,
/Ed
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to