2021-11-15 22:26:20 +01:00
|
|
|
#include <gtk/gtk.h>
|
|
|
|
#include <adwaita.h>
|
|
|
|
|
2021-11-01 14:38:15 +01:00
|
|
|
#include <openmg/manga.h>
|
|
|
|
|
2021-11-22 23:40:22 +01:00
|
|
|
#include <openmg/view/controls.h>
|
|
|
|
|
2021-11-07 02:36:01 +01:00
|
|
|
GtkBox *
|
2021-11-22 23:40:22 +01:00
|
|
|
create_detail_view (MgManga *manga, ControlsAdwaita *controls);
|