~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to library/forms/gtk/src/lf_listbox.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
  f->_listbox_impl.get_selected_indices   = &ListBoxImpl::get_selected_indices;
230
230
  f->_listbox_impl.get_text               = &ListBoxImpl::get_text;
231
231
  f->_listbox_impl.set_heading            = &ListBoxImpl::set_heading;
 
232
  f->_listbox_impl.remove_index           = &ListBoxImpl::remove_index;
 
233
  f->_listbox_impl.remove_indexes         = &ListBoxImpl::remove_indices;
232
234
}
233
235
 
234
236
}