~leighman/ubuntu/raring/workrave/fix-desktop-file-2

« back to all changes in this revision

Viewing changes to frontend/gtkmm/src/GtkUtil.hh

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-01-24 11:04:41 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20130124110441-t06q3xlc7mp4406p
Tags: upstream-1.10
ImportĀ upstreamĀ versionĀ 1.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// GtkUtil.hh --- Gtk utilities
2
2
//
3
 
// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2011 Raymond Penners <raymond@dotsphinx.com>
 
3
// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012 Raymond Penners <raymond@dotsphinx.com>
4
4
// All rights reserved.
5
5
//
6
6
// This program is free software: you can redistribute it and/or modify
91
91
 
92
92
  static void update_mnemonic(Gtk::Widget *widget, Glib::RefPtr<Gtk::AccelGroup>);
93
93
 
 
94
  static GtkWindow *get_visible_tooltip_window();
 
95
 
94
96
private:
95
97
  static Glib::Quark *label_quark;
96
98
};
97
99
 
98
 
#endif // GTKMMGUI_HH
 
100
#endif // GTKUTIL_HH