~bratsche/ubuntu/maverick/gtk2-engines-murrine/relicense

« back to all changes in this revision

Viewing changes to src/support.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-24 16:09:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100324160939-9yv64xiee0zffrat
Tags: 0.90.3+git20100323-0ubuntu1
New git snapshot version to fix some theme issues (lp: #533484)

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
#define MRN_IS_TOGGLE_BUTTON(object) ((object) && murrine_object_is_a ((GObject*)(object), "GtkToggleButton"))
73
73
#define MRN_IS_CHECK_BUTTON(object) ((object) && murrine_object_is_a ((GObject*)(object), "GtkCheckButton"))
 
74
#define MRN_IS_RADIO_BUTTON(object) ((object) && murrine_object_is_a ((GObject*)(object), "GtkRadioButton"))
74
75
#define MRN_IS_SPIN_BUTTON(object) ((object) && murrine_object_is_a ((GObject*)(object), "GtkSpinButton"))
75
76
 
76
77
#define MRN_IS_STATUSBAR(object) ((object) && murrine_object_is_a ((GObject*)(object), "GtkStatusbar"))