In progress...
This commit is contained in:
parent
020567dd2b
commit
a030e6d9d9
|
@ -4,7 +4,7 @@ namespace LAview.Core.Plugins {
|
||||||
class ObjectExampleDialog : Object {
|
class ObjectExampleDialog : Object {
|
||||||
Dialog dialog;
|
Dialog dialog;
|
||||||
|
|
||||||
public bool composed { set; get; default = false; }
|
public bool composed { get; private set; default = false; }
|
||||||
|
|
||||||
public ObjectExampleDialog (Object parent) throws Error {
|
public ObjectExampleDialog (Object parent) throws Error {
|
||||||
var builder = new Builder ();
|
var builder = new Builder ();
|
||||||
|
@ -24,6 +24,7 @@ namespace LAview.Core.Plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void show_all () {
|
public void show_all () {
|
||||||
|
composed = false;
|
||||||
dialog.show_all ();
|
dialog.show_all ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue