mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
[Summary] Fixing behavior of the FloatingTextEntry
This commit is contained in:
parent
76334847c5
commit
c14c365419
2 changed files with 64 additions and 52 deletions
|
|
@ -21,10 +21,9 @@
|
|||
#define __floating_text_entry_h__
|
||||
|
||||
#include <gtkmm/entry.h>
|
||||
#include <gtkmm/Window.h>
|
||||
|
||||
#include "ardour_window.h"
|
||||
|
||||
class FloatingTextEntry : public ArdourWindow
|
||||
class FloatingTextEntry : public Gtk::Window
|
||||
{
|
||||
public:
|
||||
FloatingTextEntry (const std::string& initial_contents);
|
||||
|
|
@ -36,7 +35,7 @@ class FloatingTextEntry : public ArdourWindow
|
|||
bool entry_changed;
|
||||
|
||||
/* handlers for Entry events */
|
||||
|
||||
bool entry_focus_out (GdkEventFocus*);
|
||||
bool key_press (GdkEventKey*);
|
||||
void activated ();
|
||||
bool button_press (GdkEventButton*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue