Add features to the mini window
This commit is contained in:
+3
-1
@@ -10,9 +10,11 @@ G_DECLARE_FINAL_TYPE(TimerMiniWindow, timer_mini_window, TIMER, MINI_WINDOW, Gtk
|
||||
|
||||
TimerMiniWindow *timer_mini_window_new();
|
||||
GtkLabel *timer_mini_window_get_timer_label(TimerMiniWindow *self);
|
||||
GtkButton *timer_mini_window_get_timer_button(TimerMiniWindow *self);
|
||||
GtkButton *timer_mini_window_get_start_stop_button(TimerMiniWindow *self);
|
||||
GtkButton *timer_mini_window_get_reset_button(TimerMiniWindow *self);
|
||||
GtkButton *timer_mini_window_get_save_button(TimerMiniWindow *self);
|
||||
GtkButton *timer_mini_window_get_expand_button(TimerMiniWindow *self);
|
||||
GtkComboBoxText *timer_mini_window_get_name_box(TimerMiniWindow *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user