~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to gtk/gtkmm/treeselection.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-28 09:25:06 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120928092506-9h63ais5o750a8sk
Tags: 3.5.13-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglibmm-2.4-dev, libgtk-3-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include <glibmm/ustring.h>
8
8
#include <sigc++/sigc++.h>
9
9
 
10
 
/* $Id: treeselection.hg,v 1.6 2006/04/12 11:11:25 murrayc Exp $ */
11
 
 
12
10
/* Copyright(C) 1998-1999 The gtkmm Development Team
13
11
 *
14
12
 * This library is free software; you can redistribute it and/or
125
123
 
126
124
   
127
125
protected:
128
 
  
 
126
 
129
127
 
130
128
public:
131
129
  
179
177
  Glib::RefPtr<const TreeModel> get_model() const; // convenience function, not in GTK+
180
178
 
181
179
  //TODO: Add TreeModel::const_iterator get_selected() const, when we have a real const_iterator.
182
 
  
 
180
 
183
181
  /** Get the currently selected row.
184
182
   * @return The currently selected row.
185
183
   * @note
330
328
   * @return <tt>true</tt>, if @a iter is selected.
331
329
   */
332
330
  bool is_selected(const TreeModel::iterator& iter) const;
333
 
  
 
331
 
334
332
  
335
333
  /** Selects all the nodes. @a selection must be set to Gtk::SELECTION_MULTIPLE
336
334
   * mode.
340
338
  /** Unselects all the nodes.
341
339
   */
342
340
  void unselect_all();
343
 
  
 
341
 
344
342
  #ifdef GLIBMM_PROPERTIES_ENABLED
345
343
/** Selection mode.
346
344
   *