User Activity

  • Modified ticket #51 on OWLNext: C++ Application Framework

    Toolbar and Rebar encapsulations

  • Posted a comment on ticket #51 on OWLNext: C++ Application Framework

    In Owlet, TToolbar was added in [r3668]. The implementation is in the early stages and far from complete. Only the member function Send has been implemented, and only a few of the Toolbar messages have dispatch specialisations (TDispatch_TB). But you can already do: void AddToolbar(TWindow* frame, const TImageList& images) { const auto t = new TToolbar{frame, IDW_TOOLBAR}; const auto imagesId = 0; t->Send<TB_SETIMAGELIST>(imagesId, images.GetHandle()); TBBUTTON buttons[] = {...}; t->Send<TB_BUTTONSTRUCTSIZE>(sizeof(TBBUTTON));...

  • Committed [r2385] on Code

    CHG: Routine Owlet update [owlnext:code:r8872].

  • Committed [r8872] on Code

    CHG: Owlet: Eliminated TUIFace.

  • Committed [r8871] on Code

    CHG: Owlet: Eliminated TUIPart, obsoleted by TDC::DrawFrameControl [r5451].

  • Committed [r8870] on Code

    CHG: Owlet: Removed TUIHandle (not used, obsolete).

  • Committed [r2384] on Code

    CHG: Routine Owlet update [owlnext:code:r8869].

  • Committed [r8869] on Code

    CHG: Owlet: Eliminated TDib and TDibDC, for the sake of simplicity.

View All

Personal Data

Username:
vattila
Joined:
2005-03-25 04:56:10
Web Site:
  1. https://sourceforge.net/p/owlnext/wiki/Vidar_Hasfjord/

Projects

This is a list of open source software projects that Vidar Hasfjord is associated with:

Personal Tools