mirror of https://github.com/daleclack/My_GtkUi
Update
This commit is contained in:
parent
72ba2c9a0d
commit
c92a124582
|
@ -35,11 +35,11 @@ main_box(Gtk::ORIENTATION_VERTICAL)
|
||||||
|
|
||||||
//Add Stack
|
//Add Stack
|
||||||
main_stack.add_stack(main_box);
|
main_stack.add_stack(main_box);
|
||||||
overlay.add_overlay(main_box);
|
|
||||||
|
|
||||||
//Add Overlay to window and show everything
|
//Final Initalize
|
||||||
|
overlay.add_overlay(main_box);
|
||||||
add(overlay);
|
add(overlay);
|
||||||
show_all();
|
show_all_children();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyWin::btn_pressed(int n_press,double x,double y){
|
void MyWin::btn_pressed(int n_press,double x,double y){
|
||||||
|
|
Loading…
Reference in New Issue