Add support for arbitrary window labels in wxStaticBox to wxMSW
Just reparent the label window and position it accordingly and, also, avoid painting over it in MSW-specific code.
This commit is contained in:
@@ -111,7 +111,7 @@ public:
|
||||
}
|
||||
@endcode
|
||||
|
||||
Currently this constructor is only available in wxGTK, use
|
||||
Currently this constructor is only available in wxGTK and wxMSW, use
|
||||
@c wxHAS_WINDOW_LABEL_IN_STATIC_BOX to check whether it can be used at
|
||||
compile-time.
|
||||
|
||||
|
Reference in New Issue
Block a user