Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/controlpanel/sectionview.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/controlpanel/sectionview.py')
-rw-r--r--src/jarabe/controlpanel/sectionview.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/jarabe/controlpanel/sectionview.py b/src/jarabe/controlpanel/sectionview.py
index bee64e0..42e99b8 100644
--- a/src/jarabe/controlpanel/sectionview.py
+++ b/src/jarabe/controlpanel/sectionview.py
@@ -60,3 +60,11 @@ class SectionView(Gtk.VBox):
def perform_accept_actions(self):
"""Perform additional actions, when the "Ok" button is clicked."""
pass
+
+ def perform_actions_upon_osk_appearence(self):
+ """Perform additional actions, when the OSK appears."""
+ pass
+
+ def perform_actions_upon_osk_disappearence(self):
+ """Perform additional actions, when the OSK disappears."""
+ pass