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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/cellarea.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:
593
593
   * @return <tt>true</tt> if @a sibling is a focus sibling of @a renderer.
594
594
   */
595
595
  bool is_focus_sibling(CellRenderer& renderer, CellRenderer& sibling);
596
 
  
 
596
 
597
597
 
598
598
  /** Gets the focus sibling cell renderers for @a renderer.
599
599
   * 
603
603
   * The returned list is internal and should not be freed.
604
604
   */
605
605
  std::vector<CellRenderer*> get_focus_siblings(CellRenderer& renderer);
606
 
  
 
606
 
607
607
 
608
608
  /** Gets the focus sibling cell renderers for @a renderer.
609
609
   * 
815
815
 
816
816
    virtual void get_preferred_width_for_height_vfunc(const Glib::RefPtr<CellAreaContext>& context, Widget& widget, int height, int& minimum_width, int& natural_width);
817
817
 
818
 
  
 
818
 
819
819
  #ifdef GLIBMM_PROPERTIES_ENABLED
820
820
/** The cell which currently has focus.
821
821
   *