scheme code format
This commit is contained in:
parent
662a9b6b80
commit
ce3dd2e9a1
@ -35,7 +35,10 @@ namespace nana{
|
|||||||
}//end namespace drawerbase
|
}//end namespace drawerbase
|
||||||
|
|
||||||
class group
|
class group
|
||||||
: public widget_object<category::widget_tag, drawerbase::panel::drawer, general_events, drawerbase::group::scheme>
|
: public widget_object<category::widget_tag,
|
||||||
|
drawerbase::panel::drawer,
|
||||||
|
general_events,
|
||||||
|
drawerbase::group::scheme>
|
||||||
{
|
{
|
||||||
struct implement;
|
struct implement;
|
||||||
public:
|
public:
|
||||||
|
|||||||
@ -1292,7 +1292,10 @@ the nana::detail::basic_window member pointer scheme
|
|||||||
\example listbox_Resolver.cpp
|
\example listbox_Resolver.cpp
|
||||||
*/
|
*/
|
||||||
class listbox
|
class listbox
|
||||||
: public widget_object<category::widget_tag, drawerbase::listbox::trigger, drawerbase::listbox::listbox_events, drawerbase::listbox::scheme>,
|
: public widget_object<category::widget_tag,
|
||||||
|
drawerbase::listbox::trigger,
|
||||||
|
drawerbase::listbox::listbox_events,
|
||||||
|
drawerbase::listbox::scheme>,
|
||||||
public concepts::any_objective<drawerbase::listbox::size_type, 2>
|
public concepts::any_objective<drawerbase::listbox::size_type, 2>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
@ -77,7 +77,10 @@ namespace nana
|
|||||||
|
|
||||||
/// Spinbox Widget
|
/// Spinbox Widget
|
||||||
class spinbox
|
class spinbox
|
||||||
: public widget_object <category::widget_tag, drawerbase::spinbox::drawer, drawerbase::spinbox::spinbox_events, ::nana::widgets::skeletons::text_editor_scheme>
|
: public widget_object <category::widget_tag,
|
||||||
|
drawerbase::spinbox::drawer,
|
||||||
|
drawerbase::spinbox::spinbox_events,
|
||||||
|
::nana::widgets::skeletons::text_editor_scheme>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// Constructs a spinbox.
|
/// Constructs a spinbox.
|
||||||
|
|||||||
@ -350,7 +350,9 @@ namespace nana
|
|||||||
/// \brief Displays a hierarchical list of items, such as the files and directories on a disk.
|
/// \brief Displays a hierarchical list of items, such as the files and directories on a disk.
|
||||||
/// See also in [documentation](http://nanapro.org/en-us/documentation/widgets/treebox.htm)
|
/// See also in [documentation](http://nanapro.org/en-us/documentation/widgets/treebox.htm)
|
||||||
class treebox
|
class treebox
|
||||||
:public widget_object <category::widget_tag, drawerbase::treebox::trigger, drawerbase::treebox::treebox_events, drawerbase::treebox::scheme>
|
:public widget_object < category::widget_tag,
|
||||||
|
drawerbase::treebox::trigger,
|
||||||
|
drawerbase::treebox::treebox_events>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/// A type refers to the item and is also used to iterate through the nodes.
|
/// A type refers to the item and is also used to iterate through the nodes.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user