Window: [Select] button made private widget
This commit is contained in:
parent
1bf1a3f7d3
commit
dae571c97e
1 changed files with 2 additions and 3 deletions
|
@ -33,6 +33,8 @@ public class Contacts.Window : Gtk.ApplicationWindow {
|
||||||
[GtkChild]
|
[GtkChild]
|
||||||
private ContactPane contact_pane;
|
private ContactPane contact_pane;
|
||||||
[GtkChild]
|
[GtkChild]
|
||||||
|
private ToggleButton select_button;
|
||||||
|
[GtkChild]
|
||||||
private Button edit_button;
|
private Button edit_button;
|
||||||
[GtkChild]
|
[GtkChild]
|
||||||
private Button done_button;
|
private Button done_button;
|
||||||
|
@ -40,12 +42,9 @@ public class Contacts.Window : Gtk.ApplicationWindow {
|
||||||
[GtkChild]
|
[GtkChild]
|
||||||
public Store contacts_store;
|
public Store contacts_store;
|
||||||
|
|
||||||
|
|
||||||
/* FIXME: remove from public what it is not needed */
|
/* FIXME: remove from public what it is not needed */
|
||||||
[GtkChild]
|
[GtkChild]
|
||||||
public Button add_button;
|
public Button add_button;
|
||||||
[GtkChild]
|
|
||||||
public ToggleButton select_button;
|
|
||||||
|
|
||||||
public string left_title {
|
public string left_title {
|
||||||
get {
|
get {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue