mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
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:
parent
25ac88fcae
commit
d880812c3a
9 changed files with 25 additions and 25 deletions
|
|
@ -24,10 +24,10 @@
|
|||
#include <gtkmm2ext/gtkutils.h>
|
||||
|
||||
void
|
||||
set_usize_to_display_given_text (Gtk::Widget &w,
|
||||
const std::string& text,
|
||||
gint hpadding,
|
||||
gint vpadding)
|
||||
set_size_request_to_display_given_text (Gtk::Widget &w,
|
||||
const std::string& text,
|
||||
gint hpadding,
|
||||
gint vpadding)
|
||||
{
|
||||
int height = 0;
|
||||
int width = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue