add parameter name
This commit is contained in:
parent
d362f031dd
commit
0345d503ba
@ -87,10 +87,10 @@ namespace nana{
|
|||||||
typedef widget_object<category::widget_tag, drawerbase::button::trigger> base_type;
|
typedef widget_object<category::widget_tag, drawerbase::button::trigger> base_type;
|
||||||
public:
|
public:
|
||||||
button();
|
button();
|
||||||
button(window, bool visible);
|
button(window parent, bool visible);
|
||||||
button(window, const ::std::string& caption, bool visible = true);
|
button(window parent, const ::std::string& caption, bool visible = true);
|
||||||
button(window, const char* caption, bool visible = true);
|
button(window parent, const char* caption, bool visible = true);
|
||||||
button(window, const nana::rectangle& = rectangle(), bool visible = true);
|
button(window parent, const nana::rectangle& = rectangle(), bool visible = true);
|
||||||
|
|
||||||
/// Shows an icon in front of caption
|
/// Shows an icon in front of caption
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user