mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
* use wxBORDER_THEME for custom controls
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1561 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
//| License: GNU General Public License 2 or later (see file COPYING) |
|
//| License: GNU General Public License 2 or later (see file COPYING) |
|
||||||
//+----------------------------------------------------------------------------+
|
//+----------------------------------------------------------------------------+
|
||||||
|
|
||||||
#ifndef HEADER_GUI_CONTROL_TREE_LIST
|
#ifndef HEADER_GUI_CONTROL_TREE_LIST
|
||||||
#define HEADER_GUI_CONTROL_TREE_LIST
|
#define HEADER_GUI_CONTROL_TREE_LIST
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------- : Includes
|
// ----------------------------------------------------------------------------- : Includes
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
/// A combination of a TreeCtrl and a ListCtrl. A tree with multiple columns.
|
/// A combination of a TreeCtrl and a ListCtrl. A tree with multiple columns.
|
||||||
class TreeList : public wxPanel {
|
class TreeList : public wxPanel {
|
||||||
public:
|
public:
|
||||||
TreeList(Window* parent, int id, long style = wxSUNKEN_BORDER);
|
TreeList(Window* parent, int id, long style = wxBORDER_THEME);
|
||||||
|
|
||||||
/// Expand/collapse an item
|
/// Expand/collapse an item
|
||||||
void expand(size_t item, bool expand = true);
|
void expand(size_t item, bool expand = true);
|
||||||
|
|||||||
Reference in New Issue
Block a user