forked from AuroraMiddleware/gtk
add a 'paned' mode to the function to let it draw the seven dots, instead
2000-02-23 Jonathan Blandford <jrb@redhat.com> * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to the function to let it draw the seven dots, instead of the old, much maligned, method. (draw_dot): New function to draw a dot. * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation to draw the handle inside the border width as opposed to outside. Use paint function instead of gdk_draw_point. * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation to draw the handle inside the border width as opposed to outside. Use paint function instead of gdk_draw_point. * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu): Change indenting to be more GTK like.
This commit is contained in:
parent
2444c80ff7
commit
6654a22891
18
ChangeLog
18
ChangeLog
@ -1,3 +1,21 @@
|
||||
2000-02-23 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
|
||||
the function to let it draw the seven dots, instead of the old,
|
||||
much maligned, method.
|
||||
(draw_dot): New function to draw a dot.
|
||||
|
||||
* gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
|
||||
Change indenting to be more GTK like.
|
||||
|
||||
Wed Feb 23 10:54:14 GMT 2000 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: New section on GtkCalendar
|
||||
|
@ -1,3 +1,21 @@
|
||||
2000-02-23 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
|
||||
the function to let it draw the seven dots, instead of the old,
|
||||
much maligned, method.
|
||||
(draw_dot): New function to draw a dot.
|
||||
|
||||
* gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
|
||||
Change indenting to be more GTK like.
|
||||
|
||||
Wed Feb 23 10:54:14 GMT 2000 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: New section on GtkCalendar
|
||||
|
@ -1,3 +1,21 @@
|
||||
2000-02-23 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
|
||||
the function to let it draw the seven dots, instead of the old,
|
||||
much maligned, method.
|
||||
(draw_dot): New function to draw a dot.
|
||||
|
||||
* gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
|
||||
Change indenting to be more GTK like.
|
||||
|
||||
Wed Feb 23 10:54:14 GMT 2000 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: New section on GtkCalendar
|
||||
|
@ -1,3 +1,21 @@
|
||||
2000-02-23 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
|
||||
the function to let it draw the seven dots, instead of the old,
|
||||
much maligned, method.
|
||||
(draw_dot): New function to draw a dot.
|
||||
|
||||
* gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
|
||||
Change indenting to be more GTK like.
|
||||
|
||||
Wed Feb 23 10:54:14 GMT 2000 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: New section on GtkCalendar
|
||||
|
@ -1,3 +1,21 @@
|
||||
2000-02-23 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
|
||||
the function to let it draw the seven dots, instead of the old,
|
||||
much maligned, method.
|
||||
(draw_dot): New function to draw a dot.
|
||||
|
||||
* gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
|
||||
Change indenting to be more GTK like.
|
||||
|
||||
Wed Feb 23 10:54:14 GMT 2000 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: New section on GtkCalendar
|
||||
|
@ -1,3 +1,21 @@
|
||||
2000-02-23 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
|
||||
the function to let it draw the seven dots, instead of the old,
|
||||
much maligned, method.
|
||||
(draw_dot): New function to draw a dot.
|
||||
|
||||
* gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
|
||||
Change indenting to be more GTK like.
|
||||
|
||||
Wed Feb 23 10:54:14 GMT 2000 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: New section on GtkCalendar
|
||||
|
@ -1,3 +1,21 @@
|
||||
2000-02-23 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
|
||||
the function to let it draw the seven dots, instead of the old,
|
||||
much maligned, method.
|
||||
(draw_dot): New function to draw a dot.
|
||||
|
||||
* gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
|
||||
to draw the handle inside the border width as opposed to outside.
|
||||
Use paint function instead of gdk_draw_point.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
|
||||
Change indenting to be more GTK like.
|
||||
|
||||
Wed Feb 23 10:54:14 GMT 2000 Tony Gale <gale@gtk.org>
|
||||
|
||||
* docs/gtk_tut.sgml: New section on GtkCalendar
|
||||
|
@ -1303,11 +1303,14 @@ gtk_file_selection_update_history_menu (GtkFileSelection *fs,
|
||||
/* since the autocompletion gets confused if you don't
|
||||
* supply a trailing '/' on a dir entry, set the full
|
||||
* (current) path to "" which just refreshes the filesel */
|
||||
if (dir_len == i) {
|
||||
callback_arg->directory = g_strdup ("");
|
||||
} else {
|
||||
callback_arg->directory = g_strdup (current_dir);
|
||||
}
|
||||
if (dir_len == i)
|
||||
{
|
||||
callback_arg->directory = g_strdup ("");
|
||||
}
|
||||
else
|
||||
{
|
||||
callback_arg->directory = g_strdup (current_dir);
|
||||
}
|
||||
|
||||
fs->history_list = g_list_append (fs->history_list, callback_arg);
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
|
||||
/* GTK - The GIMP Toolkit
|
||||
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
||||
*
|
||||
@ -181,9 +180,9 @@ gtk_hpaned_size_allocate (GtkWidget *widget,
|
||||
/* Move the handle before the children so we don't get extra expose events */
|
||||
|
||||
paned->handle_xpos = paned->child1_size + border_width;
|
||||
paned->handle_ypos = 0;
|
||||
paned->handle_ypos = border_width;
|
||||
paned->handle_width = paned->handle_size;
|
||||
paned->handle_height = widget->allocation.height;
|
||||
paned->handle_height = widget->allocation.height - 2 * border_width;
|
||||
|
||||
if (GTK_WIDGET_REALIZED (widget))
|
||||
{
|
||||
@ -253,74 +252,19 @@ gtk_hpaned_draw (GtkWidget *widget,
|
||||
|
||||
if (gdk_rectangle_intersect (&handle_area, area, &child_area))
|
||||
{
|
||||
if (widget->allocation.height > 2)
|
||||
{
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_size/2,
|
||||
paned->handle_height/2);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_size/2 - 1,
|
||||
paned->handle_height/2 - 1);
|
||||
}
|
||||
if (widget->allocation.height > 11)
|
||||
{
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_size/2,
|
||||
paned->handle_height/2 + 5);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_size/2 - 1,
|
||||
paned->handle_height/2 + 4);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_size/2,
|
||||
paned->handle_height/2 - 5);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_size/2 - 1,
|
||||
paned->handle_height/2 - 6);
|
||||
}
|
||||
if (widget->allocation.height > 20)
|
||||
{
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_size/2,
|
||||
paned->handle_height/2 - 10);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_size/2 - 1,
|
||||
paned->handle_height/2 - 11);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_size/2,
|
||||
paned->handle_height/2 + 10);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_size/2 - 1,
|
||||
paned->handle_height/2 + 9);
|
||||
}
|
||||
if (widget->allocation.height > 30)
|
||||
{
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_size/2,
|
||||
paned->handle_height/2 - 15);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_size/2 - 1,
|
||||
paned->handle_height/2 - 16);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_size/2,
|
||||
paned->handle_height/2 + 15);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_size/2 - 1,
|
||||
paned->handle_height/2 + 14);
|
||||
}
|
||||
child_area.x -= paned->handle_xpos;
|
||||
child_area.y -= paned->handle_ypos;
|
||||
|
||||
gtk_paint_handle (widget->style,
|
||||
paned->handle,
|
||||
GTK_STATE_NORMAL,
|
||||
GTK_SHADOW_NONE,
|
||||
&child_area,
|
||||
widget,
|
||||
"paned",
|
||||
0, 0, -1, -1,
|
||||
GTK_ORIENTATION_VERTICAL);
|
||||
|
||||
}
|
||||
/* Redraw the children
|
||||
*/
|
||||
|
@ -3079,6 +3079,33 @@ gtk_default_draw_slider (GtkStyle *style,
|
||||
width - style->klass->xthickness - 1, height / 2);
|
||||
}
|
||||
|
||||
static void
|
||||
draw_dot (GdkWindow *window,
|
||||
GdkGC *light_gc,
|
||||
GdkGC *dark_gc,
|
||||
gint x,
|
||||
gint y,
|
||||
gushort size)
|
||||
{
|
||||
|
||||
size = CLAMP (size, 2, 3);
|
||||
|
||||
if (size == 2)
|
||||
{
|
||||
gdk_draw_point (window, light_gc, x, y);
|
||||
gdk_draw_point (window, light_gc, x+1, y+1);
|
||||
}
|
||||
else if (size == 3);
|
||||
{
|
||||
gdk_draw_point (window, light_gc, x, y);
|
||||
gdk_draw_point (window, light_gc, x+1, y);
|
||||
gdk_draw_point (window, light_gc, x, y+1);
|
||||
gdk_draw_point (window, dark_gc, x+1, y+2);
|
||||
gdk_draw_point (window, dark_gc, x+2, y+1);
|
||||
gdk_draw_point (window, dark_gc, x+2, y+2);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
gtk_default_draw_handle (GtkStyle *style,
|
||||
GdkWindow *window,
|
||||
@ -3113,11 +3140,24 @@ gtk_default_draw_handle (GtkStyle *style,
|
||||
gtk_paint_box (style, window, state_type, shadow_type, area, widget,
|
||||
detail, x, y, width, height);
|
||||
|
||||
light_gc = style->light_gc[state_type];
|
||||
dark_gc = style->dark_gc[state_type];
|
||||
|
||||
xthick = style->klass->xthickness;
|
||||
ythick = style->klass->ythickness;
|
||||
|
||||
if (!strcmp (detail, "paned"))
|
||||
{
|
||||
/* we want to ignore the shadow border in paned widgets */
|
||||
xthick = 0;
|
||||
ythick = 0;
|
||||
|
||||
light_gc = style->light_gc[state_type];
|
||||
dark_gc = style->black_gc;
|
||||
}
|
||||
else
|
||||
{
|
||||
xthick = style->klass->xthickness;
|
||||
ythick = style->klass->ythickness;
|
||||
|
||||
light_gc = style->light_gc[state_type];
|
||||
dark_gc = style->dark_gc[state_type];
|
||||
}
|
||||
|
||||
rect.x = x + xthick;
|
||||
rect.y = y + ythick;
|
||||
@ -3125,7 +3165,7 @@ gtk_default_draw_handle (GtkStyle *style,
|
||||
rect.height = height - (ythick * 2);
|
||||
|
||||
if (area)
|
||||
intersect = gdk_rectangle_intersect (area, &rect, &dest);
|
||||
intersect = gdk_rectangle_intersect (area, &rect, &dest);
|
||||
else
|
||||
{
|
||||
intersect = TRUE;
|
||||
@ -3135,24 +3175,35 @@ gtk_default_draw_handle (GtkStyle *style,
|
||||
if (!intersect)
|
||||
return;
|
||||
|
||||
#define DRAW_POINT(w, gc, clip, xx, yy) \
|
||||
{ \
|
||||
if ((xx) >= (clip).x \
|
||||
&& (yy) >= (clip).y \
|
||||
&& (xx) < (clip).x + (clip).width \
|
||||
&& (yy) < (clip).y + (clip).height) \
|
||||
gdk_draw_point ((w), (gc), (xx), (yy)); \
|
||||
}
|
||||
gdk_gc_set_clip_rectangle (light_gc, &dest);
|
||||
gdk_gc_set_clip_rectangle (dark_gc, &dest);
|
||||
|
||||
for (yy = y + ythick; yy < (y + height - ythick); yy += 3)
|
||||
for (xx = x + xthick; xx < (x + width - xthick); xx += 6)
|
||||
{
|
||||
DRAW_POINT (window, light_gc, dest, xx, yy);
|
||||
DRAW_POINT (window, dark_gc, dest, xx + 1, yy + 1);
|
||||
if (!strcmp (detail, "paned"))
|
||||
{
|
||||
gint window_width;
|
||||
gint window_height;
|
||||
|
||||
DRAW_POINT (window, light_gc, dest, xx + 3, yy + 1);
|
||||
DRAW_POINT (window, dark_gc, dest, xx + 4, yy + 2);
|
||||
}
|
||||
gdk_window_get_size (window, &window_width, &window_height);
|
||||
|
||||
if (orientation == GTK_ORIENTATION_HORIZONTAL)
|
||||
for (xx = window_width/2 - 15; xx <= window_width/2 + 15; xx += 5)
|
||||
draw_dot (window, light_gc, dark_gc, xx, window_height/2 - 1, 3);
|
||||
else
|
||||
for (yy = window_height/2 - 15; yy <= window_height/2 + 15; yy += 5)
|
||||
draw_dot (window, light_gc, dark_gc, window_width/2 - 1, yy, 3);
|
||||
}
|
||||
else
|
||||
{
|
||||
for (yy = y + ythick; yy < (y + height - ythick); yy += 3)
|
||||
for (xx = x + xthick; xx < (x + width - xthick); xx += 6)
|
||||
{
|
||||
draw_dot (window, light_gc, dark_gc, xx, yy, 2);
|
||||
draw_dot (window, light_gc, dark_gc, xx + 3, yy + 1, 2);
|
||||
}
|
||||
}
|
||||
|
||||
gdk_gc_set_clip_rectangle (light_gc, NULL);
|
||||
gdk_gc_set_clip_rectangle (dark_gc, NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -179,9 +179,9 @@ gtk_vpaned_size_allocate (GtkWidget *widget,
|
||||
|
||||
/* Move the handle before the children so we don't get extra expose events */
|
||||
|
||||
paned->handle_xpos = 0;
|
||||
paned->handle_xpos = border_width;
|
||||
paned->handle_ypos = paned->child1_size + border_width;
|
||||
paned->handle_width = widget->allocation.width;
|
||||
paned->handle_width = widget->allocation.width - 2 * border_width;
|
||||
paned->handle_height = paned->handle_size;
|
||||
|
||||
if (GTK_WIDGET_REALIZED(widget))
|
||||
@ -247,79 +247,24 @@ gtk_vpaned_draw (GtkWidget *widget,
|
||||
|
||||
handle_area.x = paned->handle_xpos;
|
||||
handle_area.y = paned->handle_ypos;
|
||||
handle_area.width = paned->handle_height;
|
||||
handle_area.width = paned->handle_width;
|
||||
handle_area.height = paned->handle_size;
|
||||
|
||||
if (gdk_rectangle_intersect (&handle_area, area, &child_area))
|
||||
{
|
||||
if (widget->allocation.height > 2)
|
||||
{
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_width/2,
|
||||
paned->handle_size/2);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_width/2 - 1,
|
||||
paned->handle_size/2 - 1);
|
||||
}
|
||||
if (widget->allocation.height > 11)
|
||||
{
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_width/2 + 5,
|
||||
paned->handle_size/2);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_width/2 + 4,
|
||||
paned->handle_size/2 - 1);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_width/2 - 5,
|
||||
paned->handle_size/2);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_width/2 - 6,
|
||||
paned->handle_size/2 - 1);
|
||||
}
|
||||
if (widget->allocation.height > 20)
|
||||
{
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_width/2 - 10,
|
||||
paned->handle_size/2);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_width/2 - 11,
|
||||
paned->handle_size/2 - 1);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_width/2 + 10,
|
||||
paned->handle_size/2);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_width/2 + 9,
|
||||
paned->handle_size/2 - 1);
|
||||
}
|
||||
if (widget->allocation.height > 30)
|
||||
{
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_width/2 - 15,
|
||||
paned->handle_size/2);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_width/2 - 16,
|
||||
paned->handle_size/2 - 1);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->fg_gc[GTK_STATE_NORMAL],
|
||||
paned->handle_width/2 + 15,
|
||||
paned->handle_size/2);
|
||||
gdk_draw_point (paned->handle,
|
||||
widget->style->bg_gc[GTK_STATE_PRELIGHT],
|
||||
paned->handle_width/2 + 14,
|
||||
paned->handle_size/2 - 1);
|
||||
}
|
||||
child_area.x -= paned->handle_xpos;
|
||||
child_area.y -= paned->handle_ypos;
|
||||
|
||||
gtk_paint_handle (widget->style,
|
||||
paned->handle,
|
||||
GTK_STATE_NORMAL,
|
||||
GTK_SHADOW_NONE,
|
||||
&child_area,
|
||||
widget,
|
||||
"paned",
|
||||
0, 0, -1, -1,
|
||||
GTK_ORIENTATION_HORIZONTAL);
|
||||
|
||||
}
|
||||
/* Redraw the children
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user