<div>I am not sure if will help in your case, </div><div>but you can try remove the last separator before the stopbutton and add:</div><div><br></div><div><div>        ti = Gtk.ToolItem()</div><div>        align = Gtk.Alignment.new(1,0,0,0)</div>
<div>        ti.add(align)</div><div>        ti.set_expand(True)</div><div>        stop_button = StopButton(self)</div><div>        align.add(stop_button)</div><div>        toolbar_box.toolbar.insert(ti, -1)</div><div>        stop_button.show()</div>
<div>        ti.show_all()</div></div><div><br></div><div>Works for you?</div><div>This have a problem, if the toolbar is smaller than the needed size, instead of showing the menu,</div><div>don't show the button at all.</div>
<div><br></div><div>I have tried different options, but without success yet.</div><div><br></div><div>Gonzalo</div><div><br></div><div><br></div><div><br></div><div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
<br>
</div>Works great. Check out<br>
<a href="http://wiki.sugarlabs.org/images/c/cb/Portfolio-27.xo" target="_blank">http://wiki.sugarlabs.org/images/c/cb/Portfolio-27.xo</a> which support<br>
rotation. But I am curious why the stop button runs off the edge... it<br>
would appear there is plenty of room for it.<br>
<span class="HOEnZb"><font color="#888888"><br>
-walter<br>
<br>
--<br>
Walter Bender<br>
Sugar Labs<br>
<a href="http://www.sugarlabs.org" target="_blank">http://www.sugarlabs.org</a><br>
</font></span></blockquote></div><br></div>