Message-ID: <43A165E2.1020806 at rftp.com> Date: Thu, 15 Dec 2005 04:47:30 -0800 From: Robert Roessler Organization: Robert's High-performance Software MIME-Version: 1.0 To: LablGTK List Subject: Question about class ui_manager? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I am trying to use the method "add_ui" in the ui_manager class to add a separator element. It looks to me like the "name" parameter should be handled like the action parameter - they both should be of type "string option", allowing the name to not be present as is already allowed by the action. As it is now, I am forced to supply a name parameter, and within a given menu, only the first actually gets inserted. I suppose I could avoid this by generating unique name strings for each separator... If you use the ui method to display the current ui XML, properly inserted separators do not have actions *or* names. Am I misunderstanding how to insert separators with this method, or does the binding need to be changed to support this use? Robert Roessler robertr@rftp.com http://www.rftp.com