Searched refs:sample_sep (Results 1 – 2 of 2) sorted by relevance
44 private Gtk.ToolItem sample_sep; field in Pinta.Tools.ColorPickerTool141 if (sample_sep == null) in OnBuildToolBar()142 sample_sep = new Gtk.SeparatorToolItem (); in OnBuildToolBar()144 tb.AppendItem (sample_sep); in OnBuildToolBar()
188 static const char sample_sep = ':'; variable