improve visualization of group caption

This commit is contained in:
Jinhao
2018-01-13 10:49:37 +08:00
parent 970872c96f
commit 48be0b4b07
3 changed files with 31 additions and 3 deletions

View File

@@ -301,6 +301,8 @@ namespace API
void window_size(window, const size&);
size window_outline_size(window);
void window_outline_size(window, const size&);
nana::optional<rectangle> window_rectangle(window);
bool get_window_rectangle(window, rectangle&);
bool track_window_size(window, const size&, bool true_for_max); ///< Sets the minimum or maximum tracking size of a window.
void window_enabled(window, bool);