Files
create/src/Gui/Navigation/NavigationStyle.pyi
tritao c2ff654912 Gui: Convert XML bindings to Python API bindings model.
This converts the existing XML binding files to the new Python bindings
generator model.
2025-03-24 11:56:53 -05:00

16 lines
313 B
Python

from Base.Metadata import export
from Base.BaseClass import BaseClass
@export(
Include="Gui/Navigation/NavigationStyle.h",
)
class NavigationStyle(BaseClass):
"""
This is the base class for navigation styles
Author: Werner Mayer (wmayer@users.sourceforge.net)
Licence: LGPL
"""
...