|
Well, it may seem odd at first, but that's actually one of the benefits of GTK+. The appearance of your GUI applications are determined by the theme. This allows users to customize the app to suite their needs (if they have bad eyes and need larger widgets and higher contrast, etc.)
If you application is going to be deployed as a typical application might-- different systems, screens, platforms, etc. you don't want to specify things like that. However, if it's going to be deployed on a known system (such as a touchscreen for a digital juke box) then you can use a customized gtkrc file.
For your particular issue, why not just use GtkButtons in a GtkHBox? Since you don't seem to be using the toolbar the way a standard toolbar would be.
_________________ Micah Carrick - Forum Administrator http://www.micahcarrick.com
|