fixed return types for ::on_....; changed set_usize_... utility functions to set_size_request...

git-svn-id: svn://localhost/trunk/ardour2@39 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-09-26 03:13:13 +00:00
parent 25ac88fcae
commit d880812c3a
9 changed files with 25 additions and 25 deletions

View file

@ -24,12 +24,12 @@
#include "i18n.h"
void
Gtkmm2ext::set_usize_to_display_given_text (Gtk::Widget &w, const gchar *text,
gint hpadding, gint vpadding)
Gtkmm2ext::set_size_request_to_display_given_text (Gtk::Widget &w, const gchar *text,
gint hpadding, gint vpadding)
{
w.ensure_style ();
set_usize_to_display_given_text(w, text, hpadding, vpadding);
set_size_request_to_display_given_text(w, text, hpadding, vpadding);
}
gint