2025-07-29 13:19:47 +07:00
|
|
|
#include "../Inc/button_handlers.h"
|
|
|
|
#include "../../controllers/Inc/stend_controller.h"
|
|
|
|
|
|
|
|
// Функция для изменения цвета кнопки и отключения её
|
|
|
|
void ButtonMain_Handler(GtkButton *button) {
|
|
|
|
set_button_color_white(button);
|
|
|
|
}
|
|
|
|
void ButtonReprint_Handler(GtkButton *button){
|
|
|
|
_ReprintSticker();
|
|
|
|
}
|
|
|
|
|