efl/src/lib/elementary/efl_page_indicator_icon.eo

13 lines
380 B
Plaintext

class @beta Efl.Page.Indicator_Icon extends Efl.Page.Indicator
{
[[Icon type page indicator
This class offers icon type indicator for @Efl.Ui.Pager.
This type of page indicator creates the same number of icons as pages and
arrange them in a linear order. An icon has two states: default and selected.
]]
implements {
Efl.Page.Indicator.bind;
}
}