Added drop down lists to toolbar buttons for:

- card rotation
 - add (multiple) cards

Requires patch to wx (or the HEAD branch version), see http://trac.wxwidgets.org/ticket/8556
this appears to be for MSW only.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1253 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-12-27 18:31:35 +00:00
parent 003af8bed6
commit cd88dc3783
3 changed files with 61 additions and 13 deletions
+6
View File
@@ -150,3 +150,9 @@ new:
// Under MicroWindows we pass the HFONT as well
// -----------------------------------------------------------------------------
purpose: Add support for dropdown arrows in wxToolBar
patch: apply http://trac.wxwidgets.org/ticket/8556
should be in 2.10 and HEAD already
// -----------------------------------------------------------------------------