Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uix tabbedpanel #549

Merged
merged 7 commits into from
Jul 4, 2012
Merged

Uix tabbedpanel #549

merged 7 commits into from
Jul 4, 2012

Conversation

akshayaurora
Copy link
Member

@@ -74,17 +75,13 @@ class ClosableHeader(TabbedPanelHeader):
size: self.parent.size
source: 'data/images/image-loading.gif'
StandingHeader:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't seen it before, but if standing is standard, then... can you rename to DefaultHeader or BaseHeader / HeaderBase ? Check at others classname to see how the default classes are named

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The StandingHeader is the custom TabbedPanelHeader class defined in this example.
https://github.com/kivy/kivy/blob/uix-tabbedpanel/examples/widgets/tabbed_panel_showcase.py#L15

change it's type from StringProperty to ObjectProperty
to be consistant with other widgets.
tito added a commit that referenced this pull request Jul 4, 2012
@tito tito merged commit 7a9c791 into master Jul 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default TabbedPanelHeader cannot be customize
2 participants