summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/togglebutton.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-07-24 15:05:29 +0000
committerjabiertxof <info@marker.es>2016-07-24 15:05:29 +0000
commit06caba8f2caeb07011e492d7218f0b8f6b28e801 (patch)
tree2b81440d4cd726919a6226d8036156eb55c206bb /src/live_effects/parameter/togglebutton.h
parentOrder and cleanup of some LPE (diff)
downloadinkscape-06caba8f2caeb07011e492d7218f0b8f6b28e801.tar.gz
inkscape-06caba8f2caeb07011e492d7218f0b8f6b28e801.zip
Fises to toggle button and coding style
(bzr r15021)
Diffstat (limited to 'src/live_effects/parameter/togglebutton.h')
-rw-r--r--src/live_effects/parameter/togglebutton.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/live_effects/parameter/togglebutton.h b/src/live_effects/parameter/togglebutton.h
index 4e545bcfd..8390fec86 100644
--- a/src/live_effects/parameter/togglebutton.h
+++ b/src/live_effects/parameter/togglebutton.h
@@ -59,10 +59,10 @@ private:
void refresh_button();
bool value;
bool defvalue;
- const Glib::ustring inactiveLabel;
- const char * iconActive;
- const char * iconInactive;
- Inkscape::IconSize iconSize;
+ const Glib::ustring inactive_label;
+ const char * _icon_active;
+ const char * _icon_inactive;
+ Inkscape::IconSize _icon_size;
Inkscape::UI::Widget::RegisteredToggleButton * checkwdg;
sigc::signal<void> _signal_toggled;