more PascalCase to camelCase conversions
This commit is contained in:
@@ -73,20 +73,20 @@ struct Scrollpad: public Window
|
||||
const std::wstring &content() { return m_buffer.str(); }
|
||||
|
||||
/// Refreshes the window
|
||||
/// @see Window::Refresh()
|
||||
/// @see Window::refresh()
|
||||
///
|
||||
virtual void refresh() OVERRIDE;
|
||||
|
||||
/// Scrolls by given amount of lines
|
||||
/// @param where indicates where exactly one wants to go
|
||||
/// @see Window::Scroll()
|
||||
/// @see Window::scroll()
|
||||
///
|
||||
virtual void scroll(Where where) OVERRIDE;
|
||||
|
||||
/// Resizes the window
|
||||
/// @param new_width new window's width
|
||||
/// @param new_height new window's height
|
||||
/// @see Window::Resize()
|
||||
/// @see Window::resize()
|
||||
///
|
||||
virtual void resize(size_t new_width, size_t new_height) OVERRIDE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user