treewide: Remove GtkEventBox
https://docs.gtk.org/gtk4/migrating-3to4.html#stop-using-gtkeventbox Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
|
||||
#define CALLS_TYPE_CALL_SELECTOR_ITEM (calls_call_selector_item_get_type ())
|
||||
|
||||
G_DECLARE_FINAL_TYPE (CallsCallSelectorItem, calls_call_selector_item,
|
||||
CALLS, CALL_SELECTOR_ITEM, GtkEventBox);
|
||||
CALLS, CALL_SELECTOR_ITEM, GtkBox);
|
||||
|
||||
CallsCallSelectorItem *calls_call_selector_item_new (CuiCallDisplay *display);
|
||||
CuiCallDisplay *calls_call_selector_item_get_display (CallsCallSelectorItem *item);
|
||||
|
||||
Reference in New Issue
Block a user