Re: Using Gtk.Builder to create a menubar.

2018-04-22 Thread c.buhtz
Hi Infirit, thanks for your reply. On 2018-04-22 15:03 infirit wrote: > Better to include the actual code as text (no attachment) See at the end of the mail. > You may want to work through [2] as it deals with the basic questions > about Gtk+3 and Python including UIManager and Actions. My qu

Re: Using Gtk.Builder to create a menubar.

2018-04-22 Thread infirit
Better to include the actual code as text (no attachment) so that people do not have to chase around for it. Op 22-04-18 om 12:29 schreef c.bu...@posteo.jp: > No I try to use Gtk.Builder to create a menubar. It is not working > because the documentation is not clear for me. There is no exapmle for

Using Gtk.Builder to create a menubar.

2018-04-22 Thread c.buhtz
I found out the UIManager is deprecated. No I try to use Gtk.Builder to create a menubar. It is not working because the documentation is not clear for me. There is no exapmle for a IMO usual thing like a menubar. To improve documentation and the help other new users I created a question with exam