12 lines
353 B
C
12 lines
353 B
C
#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();
|
|
}
|
|
|