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