[Vala] error: [GtkChild] is only allowed in classes with a [GtkTemplate] attribute
- From: Wolfgang Mauer <wolfgang mauer kabelmail de>
- To: vala-list gnome org
- Subject: [Vala] error: [GtkChild] is only allowed in classes with a [GtkTemplate] attribute
- Date: Tue, 12 Feb 2019 11:37:04 +0100
Hi all,
is it possible to fix/resolve this ?
[GtkTemplate(ui = "/resource/replaceDialog.glade")]
public class ReplaceDialog : SearchReplaceDialog
{
....
}
[GtkTemplate(ui = "/resource/findDialog.glade")]
public class SearchDialog : SearchReplaceDialog
{
....
}
public class SearchReplaceDialog : Dialog
{
[GtkChild] protected Entry searchWhat;
[GtkChild] protected Entry replaceWhat;
....
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]