added AddWindowStyles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-08-27 20:52:36 +00:00
parent fcec64291d
commit 09dc1241b7
23 changed files with 47 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ type normal
abstract
var pos of coord
var size of coord
var style of flags wxSIMPLE_BORDER,wxSUNKEN_BORDER,wxDOUBLE_BORDER,wxRAISED_BORDER,wxSTATIC_BORDER,wxTRANSPARENT_WINDOW,wxWANTS_CHARS,wxNO_FULL_REPAINT_ON_RESIZE
var tooltip of text
var fg of color
var bg of color