~ubuntu-branches/ubuntu/karmic/gtkmm2.4/karmic

« back to all changes in this revision

Viewing changes to gtk/gtkmm/statusicon.cc

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-22 10:14:59 UTC
  • mfrom: (1.2.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922101459-pespb00fbm1mlqbd
Tags: 1:2.18.1-0ubuntu1
* New upstream release: (LP: #434355)
  - RecentManager: Undeprecate get_default().
  - Clipboard: wait_for_targets): Fix a crash.
  - Window: Added set_icon_name().
  - Require a recent pangomm.
  - Style: Fix a compiler error with the Intel C++ compiler.
  - Fix recently-introduced problems with disable-deprecated options.
* debian/control.in:
  - Bump libpangomm-1.4-dev depends and build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// Generated by gtkmmproc -- DO NOT MODIFY!
2
2
 
 
3
#undef GTK_DISABLE_DEPRECATED
 
4
 
3
5
 
4
6
#include <gtkmm/statusicon.h>
5
7
#include <gtkmm/private/statusicon_p.h>
731
733
  return const_cast<StatusIcon*>(this)->get_screen();
732
734
}
733
735
 
 
736
#ifndef GTKMM_DISABLE_DEPRECATED
 
737
 
734
738
void StatusIcon::set_tooltip(const Glib::ustring& tooltip_text)
735
739
{
736
740
gtk_status_icon_set_tooltip(gobj(), tooltip_text.c_str()); 
737
741
}
738
742
 
 
743
#endif // GTKMM_DISABLE_DEPRECATED
 
744
 
739
745
void StatusIcon::set_visible(bool visible)
740
746
{
741
747
gtk_status_icon_set_visible(gobj(), static_cast<int>(visible));