Make the previous problems worese

This commit is contained in:
2022-09-08 03:26:17 -07:00
parent d8d47a5f83
commit d02e75689b
3 changed files with 23 additions and 24 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ G_BEGIN_DECLS
#define TIMER_TYPE_MINI_WINDOW timer_mini_window_get_type()
G_DECLARE_FINAL_TYPE(TimerMiniWindow, timer_mini_window, TIMER, MINI_WINDOW, GtkWindow)
TimerMiniWindow *timer_mini_window_new(GtkWindow *parent);
GtkWindow *timer_mini_window_get_parent(TimerMiniWindow *self);
TimerMiniWindow *timer_mini_window_new();
GtkLabel *timer_mini_window_get_timer_label(TimerMiniWindow *self);
GtkButton *timer_mini_window_get_start_stop_button(TimerMiniWindow *self);
GtkButton *timer_mini_window_get_reset_button(TimerMiniWindow *self);