added AddWindowStyles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4,6 +4,6 @@ type panel
|
||||
icon 1
|
||||
childtype panel_item
|
||||
abstract
|
||||
var style of flags wxNO_3D,wxTAB_TRAVERSAL
|
||||
var style of flags wxNO_3D,wxTAB_TRAVERSAL,wxCLIP_CHILDREN
|
||||
var exstyle of flags wxWS_EX_VALIDATE_RECURSIVELY
|
||||
derived from window
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user