Answer the question
In order to leave comments, you need to log in
How to apply visual styles in a MONO GTK project?
There is a test project, on GTK(Mono), I want to change the design of the form, but nothing happens!
I'm trying to change the design by connecting a file with styles, the file connection is successful, but the styles are not applied!
the drop-down menu changes at most and that's it (
see
screenshot )
imgur.com/LvpXVSY "before" and "after"
gtkrc file itself pastebin.com/7quHiELs
Generated stetic file from designer pastebin.com/a2YtbdjR
Answer the question
In order to leave comments, you need to log in
Found the problem:
Here is the code that MONO generates after creating the project
Gtk.Application.Init ();
MainWindow win = new MainWindow ();
win.Show ();
Gtk.Application.Run ();
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question