Claudio Ciccani wrote: > Ben Combee wrote: >> 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. > > I think that if the window manager can display window's decoration, it > should be also capable of displaying a window's title on the decoration.
Yes, that should move from LiTE to the WM, or at least have it like now where LiTE can provide decorations if the WM doesn't support them. >> Also, what >> character set is the title? How do you get it out of the window? > > The charset should be UTF8, of course. Default at least :) >> 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. Yes, that's what I'd like instead of SetTitle() etc. have properties with content itself, content's encoding, timestamp, setter(?), owner(?)... what else? -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
