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

« back to all changes in this revision

Viewing changes to gtk/gtkmm/menushell.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: menushell.hg,v 1.9 2006/06/21 20:04:25 murrayc Exp $ */
11
 
 
12
10
/* Copyright (C) 1998-2002 The gtkmm Development Team
13
11
 *
14
12
 * This library is free software; you can redistribute it and/or
328
326
   * focus on popup.
329
327
   */
330
328
  void set_take_focus(bool take_focus =  true);
331
 
  
 
329
 
332
330
  
333
331
  /** Gets the currently selected item.
334
332
   * 
343
341
   * @return The currently selected item.
344
342
   */
345
343
  const Widget* get_selected_item() const;
346
 
  
 
344
 
347
345
  
348
346
  /** Gets the parent menu shell.
349
347
   * 
364
362
   * @return The parent Gtk::MenuShell.
365
363
   */
366
364
  const Widget* get_parent_shell() const;
367
 
  
 
365
 
368
366
  #ifdef GLIBMM_PROPERTIES_ENABLED
369
367
/** A boolean that determines whether the menu grabs the keyboard focus.
370
368
   *