Home
last modified time | relevance | path

Searched refs:EtLogArea (Results 1 – 4 of 4) sorted by relevance

/dports/audio/easytag/easytag-2.4.3/src/
H A Dlog.c43 G_DEFINE_TYPE_WITH_PRIVATE (EtLogArea, et_log_area, GTK_TYPE_BIN)
59 static void Log_List_Set_Row_Visible (EtLogArea *self, GtkTreeIter *rowIter);
69 do_popup_menu (EtLogArea *self, in do_popup_menu()
96 EtLogArea *self) in on_popup_menu()
109 EtLogArea *self) in on_button_press_event()
129 gtk_widget_class_bind_template_child_private (widget_class, EtLogArea, in et_log_area_class_init()
131 gtk_widget_class_bind_template_child_private (widget_class, EtLogArea, in et_log_area_class_init()
136 et_log_area_init (EtLogArea *self) in et_log_area_init()
172 Log_List_Set_Row_Visible (EtLogArea *self, in Log_List_Set_Row_Visible()
208 et_log_area_clear (EtLogArea *self) in et_log_area_clear()
[all …]
H A Dlog.h28 #define ET_LOG_AREA(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), ET_TYPE_LOG_AREA, EtLogArea))
30 typedef struct _EtLogArea EtLogArea; typedef
64 void et_log_area_clear (EtLogArea *self);
/dports/audio/easytag/easytag-2.4.3/data/
H A Dlog_area.ui3 <template class="EtLogArea" parent="GtkBin">
/dports/audio/easytag/easytag-2.4.3/
H A DChangeLog2714 Convert EtLogArea to a template widget
5028 Return and log a critical message if EtLogArea has not been
5052 situation before EtApplicationWindow and EtLogArea have been
7784 Use GtkWidget popup-menu signal in EtLogArea
8818 Move log area to EtLogArea object