Interface
FoundryAdwSplitablePage
Prerequisite
In order to implement SplitablePage, your type must inherit fromFoundryPage.
Interface structure
struct FoundryAdwSplitablePageInterface {
GTypeInterface parent_iface;
FoundryPage* (* split) (
FoundrySplitablePage* self
);
}
No description available.
Interface members
parent_iface |
|
No description available. |
|
split |
|
No description available. |