Whitespace to Tabs.
This commit is contained in:
@@ -35,10 +35,10 @@ namespace nana
|
||||
{
|
||||
struct item_proxy
|
||||
{
|
||||
nana::toolbar& widget;
|
||||
std::size_t button;
|
||||
nana::toolbar& widget;
|
||||
std::size_t button;
|
||||
|
||||
void enable(bool enable_state) const;
|
||||
void enable(bool enable_state) const;
|
||||
};
|
||||
|
||||
struct toolbar_events
|
||||
|
||||
@@ -421,10 +421,10 @@ namespace nana
|
||||
//class drawer
|
||||
|
||||
// Item Proxy
|
||||
void item_proxy::enable(bool enable_state) const
|
||||
{
|
||||
widget.enable(button, enable_state);
|
||||
}
|
||||
void item_proxy::enable(bool enable_state) const
|
||||
{
|
||||
widget.enable(button, enable_state);
|
||||
}
|
||||
}//end namespace toolbar
|
||||
}//end namespace drawerbase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user