From 41b2b34b1b163a621bb3aa3bc702f5b37cd45749 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 Apr 2007 19:26:44 +0000 Subject: [PATCH] Add wxCONTROL_FLAT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_renderer.i | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/src/_renderer.i b/wxPython/src/_renderer.i index c7f100b84f..551161e14f 100644 --- a/wxPython/src/_renderer.i +++ b/wxPython/src/_renderer.i @@ -31,6 +31,7 @@ enum wxCONTROL_ISSUBMENU = wxCONTROL_SPECIAL, // only for the menu items wxCONTROL_EXPANDED = wxCONTROL_SPECIAL, // only for the tree items wxCONTROL_SIZEGRIP = wxCONTROL_SPECIAL, // only for the status bar panes + wxCONTROL_FLAT = wxCONTROL_SPECIAL, // checkboxes only: flat border wxCONTROL_CURRENT = 0x00000010, // mouse is currently over the control wxCONTROL_SELECTED = 0x00000020, // selected item in e.g. listbox wxCONTROL_CHECKED = 0x00000040, // (check/radio button) is checked -- 2.45.2