RE: [gtkmm] Adding more C++ power to Gtkmm



someone (deleted the message, sorry) wrote:

>  - Gtk::Widget::on_size_allocate(Gdk::Rectangle size)
> (as an additional method of course)

this cannot work. you're missing many subtleties in your
suggestions. a rectangle has 4 components: x,y coordinates for
upper-left corner, a width and a height. an allocation has a height
and a width, no position.

--p



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