]> git.phdru.name Git - m_librarian.git/commitdiff
Feat(wx/search): Get form values
authorOleg Broytman <phd@phdru.name>
Thu, 4 Jan 2024 16:23:45 +0000 (19:23 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 4 Jan 2024 16:23:45 +0000 (19:23 +0300)
[skip ci]

m_librarian/wx/SearchPanel.py

index 6a29ad76dbdc46a7e18bc5bca101a4d917dae9e4..26fb666443812d0f7802724b51518486ac67a8f0 100644 (file)
@@ -37,4 +37,6 @@ class SearchPanel(wx.Panel):
         search_authors_button.Bind(wx.EVT_BUTTON, self.SearchAuthors)
 
     def SearchAuthors(self, event):
-        pass
+        search_authors = self.search_authors.GetValue()
+        search_substr = self.search_substr.GetSelection()
+        search_case = self.search_case.GetValue()