Calibration_Stand/ui/Inc/button_handlers.h

12 lines
302 B
C

#ifndef BUTTON_HANDLERS_H
#define BUTTON_HANDLERS_H
#include <gtk/gtk.h>
#include "button_styles.h"
// Декларация функции для отключения кнопки
void ButtonMain_Handler(GtkButton *button);
void ButtonReprint_Handler(GtkButton *button);
#endif // BUTTON_HANDLERS_H