Todo List

Member Wt::BoxLayout::setGeometry (const Rect &r)
find biggest offender not the first one

Class Wt::ButtonGroup
implement button groups

Member Wt::InputEvent::stateAfter () const
fix stateAfter()

Member Wt::KeyEvent::ascii () const
ascii chars

Member Wt::KeyEvent::text () const
unicode chars

Member Wt::Painter::drawLine (int x1, int y1, int x2, int y2)
the calculation of the pixel_offset could be reduced to addings ...

Member Wt::Painter::drawPolygon (const PointArray &points, int start=0, int end=-1)
we have to actually fill the damn thing

Member Wt::Painter::drawText (int x, int y, const std::string &text, int len=-1)
missing functionality: paragraphs, multi line text, text aligining (low priority)

Member Wt::SDLInput::handleMouseEvent (const SDL_Event *event)
drag n' drop

Member Wt::Widget::Widget (Widget *parent=0, const std::string &name="Widgetanon", int Wflags=0)
document why we need explicit?

Member Wt::Widget::~Widget ()
if we are transparent we should be able to avoid this

Member Wt::Widget::~Widget ()
In case parent is not dead we can do it properly.

Member Wt::Widget::focusNextPrevChild (bool next)
use Boost graph or tree in order to make this simple function and FocusData to carry the meat of the implementation instead the other way around

Member Wt::Window::frameGeometry () const
query SDL when frame_ == NULL

Member Wt::Window::Frame::Frame (Widget *parent=0, const std::string &name="WindowFrameanon", int wflags=0)
window properties

Member Wt::WVarBase::get (VARTYPE) const
get, set and other they should really

Member Wt::SDL::setCaption ()
actual implementation

Member Wt::safe_blit (SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect)
Write image pixels to image->pixels

Generated Fri Jul 28 19:22:37 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.