diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-06-05 14:57:11 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-06-05 18:32:58 +0200 |
commit | 07b0ad4fa63e2a5606587370da4b60e6b1ddfa39 (patch) | |
tree | a05c7c206176b1aeedd98b768d6dff122c80d362 /sc | |
parent | 4774976d82be529c6057a5d3451933b2fc6e19cc (diff) |
sidebar conversion tutorial: Create entry points for custom widgets.
For custom widgets, you need an external function named 'makeXYZ' where XYZ is
name of the type you want to construct. It exists for many already, but for
those that don't yet, you need to create that.
Change-Id: I3ad65886897fa73764af2372ceffeca1a57f3165
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/sidebaralignment.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/sidebaralignment.ui b/sc/uiconfig/scalc/ui/sidebaralignment.ui index 23335e290d0b..0a1481022016 100644 --- a/sc/uiconfig/scalc/ui/sidebaralignment.ui +++ b/sc/uiconfig/scalc/ui/sidebaralignment.ui @@ -285,7 +285,7 @@ <property name="can_focus">False</property> <property name="spacing">12</property> <child> - <object class="GtkScaleButton" id="orientationcontrol"> + <object class="svxlo-SidebarDialControl" id="orientationcontrol"> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> |