Button icons configurable, 0.6.1
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2004-07-01 Raymond Penners <raymond@dotsphinx.com>
|
||||
|
||||
* === Released 0.6.1 ===
|
||||
|
||||
* src/msw_style.c,src/Theme/gtk-2.0/gtkrc: Removed hard-coded icon
|
||||
button blocking. It is now configurable from within the gtkrc
|
||||
file, but still disabled by default.
|
||||
|
||||
2004-06-02 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* src/msw_style.c: Disable icons in buttons
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
# TODO: we should probably obtain these from a Win32 IconMetrics struct
|
||||
gtk-icon-sizes="gtk-menu=12,12:gtk-small-toolbar=12,12:gtk-large-toolbar=16,16:gtk-dnd=32,32"
|
||||
gtk-button-images=0
|
||||
|
||||
style "msw-default"
|
||||
{
|
||||
|
||||
@ -453,12 +453,6 @@ setup_menu_settings (GtkSettings * settings)
|
||||
if (osvi.dwMajorVersion == 4 && osvi.dwMinorVersion == 0)
|
||||
win95 = TRUE;
|
||||
|
||||
if (klazz) {
|
||||
if (g_object_class_find_property (klazz, "gtk-button-images")) {
|
||||
g_object_set (G_OBJECT (settings), "gtk-button-images", 0, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
if (!win95) {
|
||||
if (SystemParametersInfo (SPI_GETMENUSHOWDELAY, 0, &menu_delay, 0)) {
|
||||
if (klazz) {
|
||||
|
||||
Reference in New Issue
Block a user