def on_fallback_check_button_toggled(self, check_button):
'''
The fallback check button in the header bar has been toggled
:param toggle_button: The check button used to select whether
fallback fonts should be used.
:type adjustment: Gtk.CheckButton object
'''
self._fallback = check_button.get_active()
if _ARGS.debug:
sys.stdout.write(
'on_fallback_check_button_toggled() self._fallback = %s\n'
%self._fallback)
self._save_options()
self._busy_start()
GLib.idle_add(self._change_flowbox_font)
评论列表
文章目录