X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=common%2Fmakegdesc;h=12c1cdaf8e3359f6d9c7be46674954208346b8e4;hb=e947d4e304d214302d38bfa2c99729190197335c;hp=5ffcf09243ca3726ea53a4bf96ebed5d664ff31f;hpb=bf9a1919dcda8d86b95a294e9a609587339848e4;p=doldaconnect.git diff --git a/common/makegdesc b/common/makegdesc index 5ffcf09..12c1cda 100755 --- a/common/makegdesc +++ b/common/makegdesc @@ -185,6 +185,9 @@ sub printwidgets $widget->{"noshow"} = 1; } elsif($widget->{"type"} =~ /^[hv]paned$/) { print "${p}stack[$sl] = gtk_" . $widget->{"type"} . "_new();\n"; + if(defined($widget->{"pos"})) { + print "${p}gtk_notebook_set_tab_pos(GTK_NOTEBOOK(stack[$sl]), GTK_POS_" . $widget->{"pos"} . ")\n"; + } $widget->{"cur"} = 1; $pf = sub {