On 7/14/06, Claudio Ciccani <[EMAIL PROTECTED]> wrote: > If we want to realease the 1.0.0 on September, probably we should start > discussing what there should be in the "final" DirectFB API. > IDirectFBWindow > --------------- > - IDirectFBWindow::SetTitle( const char *title )
I don't think windows should have titles -- that seems like something that's more appropriate at the toolkit or window manager level. LiTE implements titles as part of its LiteWindow wrapper. Also, what character set is the title? How do you get it out of the window? Rather than do this, title could just be one of the properties that could be associated wth a window using the API that Mike proposes. _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
