Skip to content

Commit dee7cdb

Browse files
committed
Added grid layout example to tutorial
1 parent 411a21f commit dee7cdb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

7b-Layout-Grid.pl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
my $toggle5 = Gtk3::ToggleButton->new_with_label('Five');
2525
my $toggle6 = Gtk3::ToggleButton->new_with_label('Six');
2626

27-
#attach (Widget child, gint32 left, gint32 top, gint32 width, gint32 height) : none
28-
#void gtk_grid_attach_next_to (GtkGrid *grid, GtkWidget *child, GtkWidget *sibling, GtkPositionType side, gint width, gint height);
29-
3027
$grid->add($toggle1);
3128
$grid->attach($toggle2, 1, 0, 2, 1);
3229
$grid->attach_next_to($toggle3, $toggle1, "bottom", 1, 2);

Perl Gtk3 Tutorial.odt

326 Bytes
Binary file not shown.

Perl Gtk3 Tutorial.pdf

-7.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)