Re: [Synfig-devl] widgets on toolbars (actions)

2014-07-02 Thread Yu Chen
It might have a much flexibile compare to hard coding ui in C++, with xml, the menus and toobars can be defined in extra xml file (we don't currently split xml content from .cpp files). And there is an other benefit from my point of view, each synfig studio panel has a toolbar by default, which

Re: [Synfig-devl] widgets on toolbars (actions)

2014-06-25 Thread Yu Chen
2014-06-11 1:00 GMT+08:00 Konstantin Dmitriev ksee.zelga...@gmail.com: AFAIK, gtk 2 (and 3) have a special widget to pack the toolbar buttons - https://developer.gnome.org/gtkmm/stable/classGtk_1_1Toolbar.html So it should be used instead of regular HBox widget. Maybe I was wrong. The

Re: [Synfig-devl] widgets on toolbars (actions)

2014-06-25 Thread Konstantin Dmitriev
2014-06-25 16:25 GMT+07:00 Yu Chen jco...@gmail.com: 2014-06-11 1:00 GMT+08:00 Konstantin Dmitriev ksee.zelga...@gmail.com: AFAIK, gtk 2 (and 3) have a special widget to pack the toolbar buttons - https://developer.gnome.org/gtkmm/stable/classGtk_1_1Toolbar.html So it should be used instead

Re: [Synfig-devl] widgets on toolbars (actions)

2014-06-10 Thread Konstantin Dmitriev
Hello, Yu! Apologies for the late reply. 2014-06-03 21:52 GMT+07:00 Yu Chen jco...@gmail.com: Hello, Configurations for a new month fulltime development :) According to Konstantin 's announcement, it will focus on UI improvement. We are using gtk action system for menu items and toolbar