GimpUi.FontSelectButton

from gi.repository import GimpUi

font_select_button = GimpUi.FontSelectButton(font_name=value, title=value)
  

A button which pops up a font selection dialog.

Hierarchy

  • GObject.Object
    • GObject.InitiallyUnowned
      • Gtk.Widget
        • Gtk.Container
          • Gtk.Box
            • GimpUi.SelectButton
              • GimpUi.FontSelectButton