handlebox mods

This commit is contained in:
Elliot Lee 1997-12-18 15:54:10 +00:00
parent 73e9b6b205
commit 05cf0f3203
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,7 @@ libgtk_la_SOURCES = \
gtkframe.c \
gtkgamma.c \
gtkgc.c \
gtkhandlebox.c \
gtkhbbox.c \
gtkhbox.c \
gtkhpaned.c \

View File

@ -270,6 +270,7 @@ static gint gtk_handle_box_motion (GtkWidget *widget,
hb = GTK_HANDLE_BOX(widget);
if(hb->is_being_dragged) {
gdk_window_move(widget->window, event->x_root - event->x,
event->y_root - event->y);
}
}