Kelvyn Baruc Sánchez Sánchez
Kelvyn Baruc Sánchez Sánchez
Thanks for your reponse. The problem is just in the definition of a CellRendererCombo(). the property model doesn't allow to pass any type of model, array, tuple... I thik isn't...
Any solution?? I also want to change color for different widgets. Thanks
@loicspace Please check the following code. 1) Julia code (create a .jl file) ``` using Gtk.ShortNames style_file = joinpath(dirname(Base.source_path()), "style.css") provider = CssProviderLeaf(filename = style_file) w = Window("CSS Test") nb...
``` using Gtk, Gtk.ShortNames # Create window mainWin = Window() # Properties for mainWin set_gtk_property!(mainWin, :title, "SimBioReactor 1.0") set_gtk_property!(mainWin, :window_position, 3) ```
Duplicate of #396
@xetum @tknopp issue was solved?
same issue here on 1.3.1