[Gtk-sharp-list] Modifying gtkrc for windows not working properly

rychu rychly.marcin at gmail.com
Wed Jan 8 13:20:27 UTC 2014


I'm trying to write an application in gtk# under .NET. By default widgets
like Entry or SpinButton has property ShadowType set to 'in'. Problem is
that under windows 8 these widgets works properly only when this property is
set to NONE. In other cases input text disappear in random moments. So I
decided to modify gtkrc file and parse it in application. Problem is that it
looks like some of parameters not working while the others works fine. It's
little strange to me but maybe it's desirable?

For example:

GtkEntry::shadow-type = GTK_SHADOW_NONE #this line looks like not working
properly
GtkEntry::inner-border = { 2, 2, 2, 2 } #while this line works fine and
actually change behaviour of Entry widget...
Is there some other ways to define default values of such parameters?



--
View this message in context: http://mono.1490590.n4.nabble.com/Modifying-gtkrc-for-windows-not-working-properly-tp4661668.html
Sent from the Mono - Gtk# mailing list archive at Nabble.com.


More information about the Gtk-sharp-list mailing list