Re: Grid



On Mon, 2007-03-12 at 02:53 -0400, David Wilson wrote:
> I am using Gtk::Table to group some Gtk::Image derived classes and I
> would like there to be visable grid between element in the table,
> spacing however just gets me blank space. any suggestions?

You might be able to derive from Gtk::Table and override on_expose(),
making sure to call the base class's on_expose. In your override you
could maybe do some additional drawing.

-- 
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]