mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 09:01:37 +01:00
Initial commit
This commit is contained in:
15
src/flashcardsappwin.h
Normal file
15
src/flashcardsappwin.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __FLASHCARDSAPPWIN_H
|
||||
#define __FLASHCARDSAPPWIN_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <adwaita.h>
|
||||
#include "flashcardsapp.h"
|
||||
|
||||
#define FLASHCARDS_APP_WINDOW_TYPE (flashcards_app_window_get_type())
|
||||
G_DECLARE_FINAL_TYPE(FlashcardsAppWindow, flashcards_app_window, FLASHCARDS, APP_WINDOW, AdwApplicationWindow)
|
||||
|
||||
FlashcardsAppWindow *flashcards_app_window_new(FlashcardsApp *app);
|
||||
void flashcards_app_window_open(FlashcardsAppWindow *win,
|
||||
GFile *file);
|
||||
|
||||
#endif /* __FLASHCARDSAPPWIN_H */
|
||||
Reference in New Issue
Block a user