Top100
Your Personal Movie List (C++17 CLI + library)
Loading...
Searching...
No Matches
handlers.h
1// SPDX-License-Identifier: Apache-2.0
2//-------------------------------------------------------------------------------
3// Top100 — Your Personal Movie List
4//
5// File: ui/gtk/handlers.h
6// Purpose: Handlers and model logic declarations for Top100GtkWindow.
7//-------------------------------------------------------------------------------
8#pragma once
9#include "window.h"
10// Handler methods are declared in window.h.