261
260
control_buttons_layout->SetHorizontalInternalMargin (10);
263
262
nux::Button* prev_button = new nux::Button ("Previous", NUX_TRACKER_LOCATION);
265
264
control_buttons_layout->AddView(prev_button, 1, nux::eLeft, nux::eFull);
267
266
nux::Button* next_button = new nux::Button ("Next", NUX_TRACKER_LOCATION);
269
268
control_buttons_layout->AddView(next_button, 1, nux::eRight, nux::eFull);
271
270
nux::Button* detail_button = new nux::Button ("Detail", NUX_TRACKER_LOCATION);
273
272
control_buttons_layout->AddView(detail_button, 1, nux::eRight, nux::eFull);
275
274
layout->AddView(control_buttons_layout, 1, nux::eRight, nux::eFull);