mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 16:45:35 +00:00
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
|
// Shortcut for getting the current Page widget.
|
||
|
// Author: Xavier Amado (xavier@blackbloodstudios.com)
|
||
|
|
||
|
public Widget CurrentPageWidget {
|
||
|
get {
|
||
|
return GetNthPage (CurrentPage);
|
||
|
}
|
||
|
}
|