~danieljabailey/inkscape/arc_node_editor

« back to all changes in this revision

Viewing changes to src/widgets/ruler.cpp

  • Committer: tavmjong-free
  • Date: 2016-05-08 07:44:05 UTC
  • mfrom: (14873.1.1 gtk3)
  • Revision ID: tavmjong@free.fr-20160508074405-rm6tiapoq1ugamph
Start of GTK3 external style sheet support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
  GObjectClass   *object_class  = G_OBJECT_CLASS (klass);
169
169
  GtkWidgetClass *widget_class  = GTK_WIDGET_CLASS (klass);
170
170
 
171
 
#if GTK_CHECK_VERSION(3,20,0)
172
 
  gtk_widget_class_set_css_name (widget_class, "ruler-widget");
173
 
#endif
174
 
 
175
171
  object_class->dispose              = sp_ruler_dispose;
176
172
  object_class->set_property         = sp_ruler_set_property;
177
173
  object_class->get_property         = sp_ruler_get_property;