Reorgnize how attributes work
This commit is contained in:
parent
ae7e96f181
commit
d704b3f7ba
5 changed files with 55 additions and 78 deletions
|
@ -206,9 +206,9 @@ class NativeWindowViews : public NativeWindow,
|
|||
accelerator_util::AcceleratorTable accelerator_table_;
|
||||
|
||||
bool use_content_size_;
|
||||
bool movable_;
|
||||
bool resizable_;
|
||||
bool maximizable_;
|
||||
bool movable_;
|
||||
bool minimizable_;
|
||||
std::string title_;
|
||||
gfx::Size widget_size_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue