app/channel_ops.c app/color_balance.c app/color_select.c app/commands.c
Thu Dec 3 16:51:42 CST 1998 Shawn T. Amundson <amundson@gtk.org> * app/channel_ops.c * app/color_balance.c * app/color_select.c * app/commands.c * app/convert.c * app/curves.c * app/docindex.c * app/errorconsole.c * app/file_new_dialog.c * app/fileops.c * app/gdisplay_ops.c * app/histogram_tool.c * app/info_dialog.c * app/layer_select.c * app/levels.c * app/pattern_select.c * app/plug_in.c * app/posterize.c * app/resize.c * app/threshold.c * app/tips_dialog.c: use gtk_container_set_border_width and gtk_window_set_position instead of deprecated versions
This commit is contained in:
committed by
Shawn Amundson
parent
ee23120c06
commit
b556943f2c
@ -97,7 +97,7 @@ layer_select_init (GImage *gimage,
|
||||
layer_select->shell = gtk_window_new (GTK_WINDOW_POPUP);
|
||||
gtk_window_set_wmclass (GTK_WINDOW (layer_select->shell), "layer_select", "Gimp");
|
||||
gtk_window_set_title (GTK_WINDOW (layer_select->shell), "Layer Select");
|
||||
gtk_window_position (GTK_WINDOW (layer_select->shell), GTK_WIN_POS_MOUSE);
|
||||
gtk_window_set_position (GTK_WINDOW (layer_select->shell), GTK_WIN_POS_MOUSE);
|
||||
gtk_signal_connect (GTK_OBJECT (layer_select->shell), "event",
|
||||
(GtkSignalFunc) layer_select_events,
|
||||
layer_select);
|
||||
|
||||
Reference in New Issue
Block a user