Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle

This commit is contained in:
DrSlony
2015-08-11 11:55:03 +02:00
parent effb46c3e1
commit 0e0cfb9b25
452 changed files with 133354 additions and 99460 deletions

View File

@@ -27,13 +27,15 @@
* Creates a toggle button with a contextual menu where you can select an item that the button content will reflect
*
* Parameters:
* label = label displayed in the button
* label = label displayed in the button
*/
PopUpToggleButton::PopUpToggleButton (const Glib::ustring& label) : Gtk::ToggleButton(), PopUpCommon(this, label) { }
void PopUpToggleButton::show() {
PopUpCommon::show();
void PopUpToggleButton::show()
{
PopUpCommon::show();
}
void PopUpToggleButton::set_tooltip_text (const Glib::ustring &text) {
PopUpCommon::set_tooltip_text (text);
void PopUpToggleButton::set_tooltip_text (const Glib::ustring &text)
{
PopUpCommon::set_tooltip_text (text);
}