Isso é o que eu uso para me livrar da alça de redimensionamento no canto. Basta colocar isso em ~ / .gtkrc-2.0
style "no-resize-handle"
{
GtkWindow::resize-grip-height = 0
GtkWindow::resize-grip-width = 0
}
class "GtkWidget" style "no-resize-handle"