Reformat long lines in the new part of the xrc sample.
No changes, just break the too long lines. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -37,8 +37,22 @@ public:
|
||||
~ObjrefDialog();
|
||||
|
||||
private:
|
||||
enum PageNumbers { first_page, copy_page, icons_page, calc_page };
|
||||
enum CalcOperator { operator_plus, operator_minus, operator_multiply, operator_divide, operator_equals };
|
||||
enum PageNumbers
|
||||
{
|
||||
first_page,
|
||||
copy_page,
|
||||
icons_page,
|
||||
calc_page
|
||||
};
|
||||
|
||||
enum CalcOperator
|
||||
{
|
||||
operator_plus,
|
||||
operator_minus,
|
||||
operator_multiply,
|
||||
operator_divide,
|
||||
operator_equals
|
||||
};
|
||||
|
||||
void OnNotebookPageChanged( wxNotebookEvent &event );
|
||||
void OnUpdateUIFirst(wxUpdateUIEvent& event);
|
||||
|
Reference in New Issue
Block a user