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

« back to all changes in this revision

Viewing changes to gtk/src/menushell.hg

  • 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:
1
 
/* $Id: menushell.hg,v 1.9 2006/06/21 20:04:25 murrayc Exp $ */
2
 
 
3
1
/* Copyright (C) 1998-2002 The gtkmm Development Team
4
2
 *
5
3
 * This library is free software; you can redistribute it and/or
114
112
 
115
113
  _WRAP_METHOD(bool get_take_focus() const, gtk_menu_shell_get_take_focus)
116
114
  _WRAP_METHOD(void set_take_focus(bool take_focus = true), gtk_menu_shell_set_take_focus)
117
 
  
 
115
 
118
116
  _WRAP_METHOD(Widget* get_selected_item(), gtk_menu_shell_get_selected_item)
119
117
  _WRAP_METHOD(const Widget* get_selected_item() const, gtk_menu_shell_get_selected_item)
120
 
  
 
118
 
121
119
  _WRAP_METHOD(Widget* get_parent_shell(), gtk_menu_shell_get_parent_shell)
122
120
  _WRAP_METHOD(const Widget* get_parent_shell() const, gtk_menu_shell_get_parent_shell)
123
 
  
 
121
 
124
122
  _WRAP_PROPERTY("take-focus", bool)
125
123
 
126
124
protected: