besh81 5422c43002 toolbar : added toggle button
Following functions/methods have been add both to toolbar and item_proxy:
bool istoggle() const; ///< Returns true if the tool style is toggle.
				bool toggle() const; ///< Gets the tool toggle state (only if tool style is toggle).
				item_proxy& toggle(bool toggle_state); ///< Sets the tool toggle state (only if tool style is toggle).
				std::string toggle_group() const;	///< Returns the toggle group associated with the tool (only if tool style is toggle).
				item_proxy& toggle_group(const ::std::string& group);	///< Adds the tool to a toggle group (only if tool style is toggle).
2019-05-08 18:11:21 +02:00
..
2019-05-08 18:11:21 +02:00
2019-04-14 14:49:01 +09:00
2016-06-28 21:21:47 +08:00
2019-03-08 06:11:21 +08:00
2016-08-23 08:02:08 +08:00
2018-12-14 12:38:06 +01:00
2019-03-23 18:18:52 +09:00
2019-04-16 03:54:16 +08:00
2015-10-13 01:38:53 +08:00
2019-04-16 03:54:16 +08:00
2019-04-14 14:49:01 +09:00