draw XP status bar grip, toolbar grip properly
This commit is contained in:
parent
3bd8c449f4
commit
29ada43da2
@ -11,6 +11,8 @@
|
|||||||
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
|
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
|
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
|
||||||
|
* modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
|
||||||
|
(draw_resize_grip): Draw XP status bar grippie handle properly
|
||||||
|
|
||||||
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
|
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
|
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
|
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
|
||||||
|
* modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
|
||||||
|
(draw_resize_grip): Draw XP status bar grippie handle properly
|
||||||
|
|
||||||
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
|
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
|
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
|
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
|
||||||
|
* modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
|
||||||
|
(draw_resize_grip): Draw XP status bar grippie handle properly
|
||||||
|
|
||||||
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
|
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
|
2004-12-01 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
|
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
|
||||||
|
* modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
|
||||||
|
(draw_resize_grip): Draw XP status bar grippie handle properly
|
||||||
|
|
||||||
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
|
2004-11-30 Dom Lachowicz <cinamod@hotmail.com>
|
||||||
|
|
||||||
|
@ -1784,7 +1784,7 @@ draw_resize_grip (GtkStyle *style,
|
|||||||
gint height)
|
gint height)
|
||||||
{
|
{
|
||||||
if (detail && !strcmp(detail, "statusbar")) {
|
if (detail && !strcmp(detail, "statusbar")) {
|
||||||
if (!xp_theme_draw(window, XP_THEME_ELEMENT_STATUS_GRIPPER, style, x, y, width, height,
|
if (xp_theme_draw(window, XP_THEME_ELEMENT_STATUS_GRIPPER, style, x, y, width, height,
|
||||||
state_type, area))
|
state_type, area))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -1807,7 +1807,7 @@ draw_handle (GtkStyle *style,
|
|||||||
gint height,
|
gint height,
|
||||||
GtkOrientation orientation)
|
GtkOrientation orientation)
|
||||||
{
|
{
|
||||||
if (GTK_IS_HANDLE_BOX (widget))
|
if (is_toolbar_child (widget))
|
||||||
{
|
{
|
||||||
XpThemeElement hndl;
|
XpThemeElement hndl;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user