so if i want to put some stuff in my shelfTabLayout how would i go about that.
Say i want to add a few checkbox and a button that runs the length of the window.
Im new not a mel guy just trying to do some stuff.
thanks
string $window_name = window -title "IC Publish" -menuBar true -widthHeight 483 500
;
columnLayout icTitle;
iconTextStaticLabel -style "iconAndTextHorizontal" -i "L:\\ic_logo\\IC_logo_Publish.xpm" -w 483 -h 100 -label "ic Publish Manager";
setParent ..;
setParent …;
shelfTabLayout
-imageVisible true mainShelfTab ;
shelfLayout Modeling ;
setParent ..;
shelfLayout Texturing;
setParent ..;
shelfLayout Tracking;
setParent ..;
shelfLayout Animation;
setParent ..;
shelfLayout Lighting;
setParent ..;
shelfLayout Rendering;
setParent ..;
setParent …;
frameLayout -labelVisible false -label “HelpLine” -width 475;
helpLine;
setParent ..;
setParent …;
showWindow $window_name ;