From: poy <po...@12...> - 2008-01-04 19:58:18
|
thanks, that's exactly what i needed! :) i also (re-)added shift+click to close a tab and fixed few things about moving of the active tab. (removed the gettext template file since it's regenerated when building and gets diffed when making the patch...) poy ----- Original Message ----- From: "Jacek Sieka" <arn...@gm...> To: "poy" <po...@12...>; "Patches & development discussion" <dcp...@li...> Sent: Thursday, January 03, 2008 11:09 PM Subject: Re: [dcplusplus-devel] patch: tabs drag&drop > http://msdn2.microsoft.com/en-us/library/ms646262(VS.85).aspx? > > > poy wrote: >> added drag&drop to the tab control; inspired by WTL's FlatTabCtrl. uses >> 2 event handlers; on left mouse down & up. >> from what i could try it was ok, but it obviously requires more >> testing... >> >> one thing i couldn't do, is when you try to drop a tab completely on the >> right side and you expect it would move to the end. this doesn't work, >> because then the mouseUp event occurs outside of the tab control and >> thus isn't caught. >> >> poy >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> dcplusplus-devel mailing list >> dcp...@li... >> https://lists.sourceforge.net/lists/listinfo/dcplusplus-devel > > |