Interface

FoundryAdwSplitablePage

Description

interface FoundryAdw.SplitablePage : FoundryAdw.Page

No description available.

Prerequisite

In order to implement SplitablePage, your type must inherit fromFoundryPage.

Instance methods

foundry_splitable_page_split
No description available.

Interface structure

struct FoundryAdwSplitablePageInterface {
  GTypeInterface parent_iface;
  FoundryPage* (* split) (
    FoundrySplitablePage* self
  );
  
}

No description available.

Interface members
parent_iface
GTypeInterface
 

No description available.

split
FoundryPage* (* split) (
    FoundrySplitablePage* self
  )
 

No description available.

Virtual methods

FoundryAdw.SplitablePage.split
No description available.