call-display: Add a dial pad overlay
Put the call display in an GtkOverlay and add a dial pad sending DTMF tones as an overlay. Also make the dial pad overlay be triggered by the dial pad button.
This commit is contained in:
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
|
||||
|
||||
#define CALLS_TYPE_CALL_DISPLAY (calls_call_display_get_type ())
|
||||
|
||||
G_DECLARE_FINAL_TYPE (CallsCallDisplay, calls_call_display, CALLS, CALL_DISPLAY, GtkBox);
|
||||
G_DECLARE_FINAL_TYPE (CallsCallDisplay, calls_call_display, CALLS, CALL_DISPLAY, GtkOverlay);
|
||||
|
||||
CallsCallDisplay *calls_call_display_new (CallsCallData *data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user