- (void)new wxStaticBox( panel, -1, "wxClipboard", wxPoint(345,50), wxSize(160,145) );
- (void)new wxButton( panel, ID_COPY_TEXT, "Copy line 1", wxPoint(370,80), wxSize(110,30) );
- (void)new wxButton( panel, ID_PASTE_TEXT, "Paste text", wxPoint(370,140), wxSize(110,30) );
+ (void)new wxStaticBox( panel, -1, "Move cursor to the end of:",
+ wxPoint(345, 0), wxSize(160, 100) );
+ (void)new wxButton(panel, ID_MOVE_END_ENTRY, "Text entry",
+ wxPoint(370, 20), wxSize(110, 30));
+ (void)new wxButton(panel, ID_MOVE_END_ZONE, "Text zone",
+ wxPoint(370, 60), wxSize(110, 30));
+ (void)new wxStaticBox( panel, -1, "wxClipboard", wxPoint(345,120), wxSize(160,100) );
+ (void)new wxButton( panel, ID_COPY_TEXT, "Copy line 1", wxPoint(370,140), wxSize(110,30) );
+ (void)new wxButton( panel, ID_PASTE_TEXT, "Paste text", wxPoint(370,180), wxSize(110,30) );