Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
f93cf125
Commit
f93cf125
authored
Jul 01, 2004
by
Raymond Penners
Browse files
Button icons configurable, 0.6.1
parent
2e85ab07
Changes
3
Hide whitespace changes
Inline
Side-by-side
modules/engines/ms-windows/ChangeLog.old
View file @
f93cf125
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
...
...
modules/engines/ms-windows/Theme/gtk-2.0/gtkrc
View file @
f93cf125
# 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"
{
...
...
modules/engines/ms-windows/msw_style.c
View file @
f93cf125
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment