Hi, all:
    I am using xulrunner 16 to develop my project. I want to put a button into 
the title bar of the window. I have set the drawintitlebar attribute of the 
window to be true, and my xul code is there:
<window id="main" sizemode="normal" width="980" height="800" 
drawintitlebar="true" xmlns="...">
  <button label="btn label"/>
  ...
</window>

    I want to let the button appear in the title bar of the main window, but it 
appeared in the body of the window. I don't know how to solve this problem. Who 
can give me some advice ? It will be better if there is some example code.

    Thanks.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to