~ubuntu-branches/ubuntu/precise/glom/precise

« back to all changes in this revision

Viewing changes to glom/mode_data/box_data_list.h

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-02-16 23:04:50 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216230450-d8ip3drh4s2wozsw
Tags: 1.8.6-0ubuntu1
* New upstream release
* debian/watch: Update to only scan for stable releases 

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  virtual void set_entered_field_data(const sharedptr<const LayoutItem_Field>& field, const Gnome::Gda::Value& value);
48
48
  virtual void set_entered_field_data(const Gtk::TreeModel::iterator& row, const sharedptr<const LayoutItem_Field>& field, const Gnome::Gda::Value& value);
49
49
 
 
50
  virtual Gtk::TreeModel::iterator get_row_selected();
 
51
 
50
52
  bool get_showing_multiple_records() const;
51
53
 
52
54
  void set_read_only(bool read_only = true);