Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user