From: Jim Evins Date: Sun, 17 Oct 2010 16:54:30 +0000 (-0400) Subject: Removed gtk_status_bar_set_has_resize_grip(). X-Git-Tag: glabels-2_3_1~141^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6560b886953a6147b9cd4bca2f797c694fb18f2d;p=glabels Removed gtk_status_bar_set_has_resize_grip(). Resize grip in Gtk3 has been moved from GtkStatusBar to GtkWindow. Glabels also no longer explicitly turns the resize grip off. --- diff --git a/src/window.c b/src/window.c index e2acbeda..98df0c93 100644 --- a/src/window.c +++ b/src/window.c @@ -44,7 +44,7 @@ #define DEFAULT_WINDOW_HEIGHT 600 #define CURSOR_INFO_WIDTH 150 -#define ZOOM_INFO_WIDTH 50 +#define ZOOM_INFO_WIDTH 75 /*===========================================================================*/ @@ -167,7 +167,6 @@ gl_window_init (glWindow *window) gtk_box_pack_start (GTK_BOX (vbox1), status_hbox, FALSE, FALSE, 0); window->status_bar = gtk_statusbar_new (); - gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (window->status_bar), FALSE); gtk_box_pack_start (GTK_BOX (status_hbox), window->status_bar, TRUE, TRUE, 0);