Code reviews
This commit is contained in:
@@ -221,6 +221,8 @@ namespace nana
|
||||
private:
|
||||
item_proxy _m_at_key(std::shared_ptr<nana::detail::key_interface>&&);
|
||||
void _m_erase(nana::detail::key_interface*);
|
||||
drawerbase::combox::drawer_impl & _m_impl();
|
||||
const drawerbase::combox::drawer_impl& _m_impl() const;
|
||||
private:
|
||||
//Overrides widget's virtual functions
|
||||
nana::string _m_caption() const override;
|
||||
|
||||
@@ -271,8 +271,6 @@ namespace nana{ namespace widgets
|
||||
/// Returns the bottom point of text area.
|
||||
int _m_endy() const;
|
||||
|
||||
void _m_draw_tip_string() const;
|
||||
|
||||
void _m_draw_parse_string(const keyword_parser&, bool rtl, ::nana::point pos, const ::nana::color& fgcolor, const ::nana::char_t*, std::size_t len) const;
|
||||
//_m_draw_string
|
||||
//@brief: Draw a line of string
|
||||
|
||||
Reference in New Issue
Block a user