|
From: Allin C. <cot...@wf...> - 2000-06-27 16:31:58
|
On Tue, 27 Jun 2000, Adrian Feiguin wrote: > > (1) In scigraphica, if you add worksheet icons repeatedly to an > > iconlist window they cumulate in rows, then columns, in their > > notebook page, filling the space. If my app, if I add objects > > repeatedly they will only fill one row... > It shouldn't happend. When the column is filled until the > bottom of the window, it should start with a new column. > When all the window is filled, then the scrolled bar should > appear ON THE BOTTOM. I don't know what could be wrong. It > works fine in SG, the demo program... Thanks. I followed the demo code closely, and I've fixed my problem. I think I must have had some "gtk_widget_show"s in the wrong order or something. I'll put up some screen shots of gtkiconlist in use in my program soon. Allin Cottrell. |