]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/df/window.df
added AddWindowStyles
[wxWidgets.git] / contrib / utils / wxrcedit / df / window.df
index ec0530220f9b5b610be051d47116dbd4fdeb0de3..1f045ef772c98b5b846ab76fb788ec33775574ba 100644 (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