Skip to content

Commit ab12bdc

Browse files
committed
Updated
1 parent dee7cdb commit ab12bdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

7b-Layout-Grid.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727
$grid->add($toggle1);
2828
$grid->attach($toggle2, 1, 0, 2, 1);
29-
$grid->attach_next_to($toggle3, $toggle1, "bottom", 1, 2);
30-
$grid->attach_next_to($toggle4, $toggle3, "right", 2, 1);
29+
$grid->attach_next_to($toggle3, $toggle1, 'bottom', 1, 2);
30+
$grid->attach_next_to($toggle4, $toggle3, 'right', 2, 1);
3131
$grid->attach($toggle5, 1, 2, 1, 1);
32-
$grid->attach_next_to($toggle6, $toggle5, "right", 1, 1);
32+
$grid->attach_next_to($toggle6, $toggle5, 'GTK_POS_RIGHT', 1, 1);
3333

3434
$window->show_all;
3535
Gtk3->main;

Perl Gtk3 Tutorial.odt

1.23 KB
Binary file not shown.

Perl Gtk3 Tutorial.pdf

2 KB
Binary file not shown.

0 commit comments

Comments
 (0)