
Public Member Functions | |
| bool | Create (Window parent, int id, Point pos, Size size, wx.WindowStyles style, wxString name) |
| bool | Create (Window parent, int id, Point pos, Size size, wx.WindowStyles style, string name) |
| ScrollBar (Window parent, Point pos, Size size, wx.WindowStyles style, string name) | |
| ScrollBar (Window parent, Point pos, Size size, wx.WindowStyles style) | |
| ScrollBar (Window parent, Point pos, Size size) | |
| ScrollBar (Window parent, Point pos) | |
| ScrollBar (Window parent) | |
| ScrollBar (Window parent, int id, Point pos, Size size, wx.WindowStyles style, string name) | |
| ScrollBar (Window parent, int id, Point pos, Size size, wx.WindowStyles style) | |
| ScrollBar (Window parent, int id, Point pos, Size size) | |
| ScrollBar (Window parent, int id, Point pos) | |
| ScrollBar (Window parent, int id) | |
| ScrollBar () | |
| ScrollBar (IntPtr wxObject) | |
| void | SetScrollbar (int position, int thumbSize, int range, int pageSize, bool refresh) |
Properties | |
| bool | IsVertical [get] |
| int | PageSize [get] |
| int | Range [get] |
| int | ThumbPosition [get, set] |
| int | ThumbSize [get] |
| wx.ScrollBar.ScrollBar | ( | IntPtr | wxObject | ) |
| wx.ScrollBar.ScrollBar | ( | ) |
| wx.ScrollBar.ScrollBar | ( | Window | parent, | |
| int | id | |||
| ) |
| wx.ScrollBar.ScrollBar | ( | Window | parent, | |
| int | id, | |||
| Point | pos | |||
| ) |
| wx.ScrollBar.ScrollBar | ( | Window | parent, | |
| int | id, | |||
| Point | pos, | |||
| Size | size | |||
| ) |
| wx.ScrollBar.ScrollBar | ( | Window | parent, | |
| int | id, | |||
| Point | pos, | |||
| Size | size, | |||
| wx.WindowStyles | style | |||
| ) |
| wx.ScrollBar.ScrollBar | ( | Window | parent, | |
| int | id, | |||
| Point | pos, | |||
| Size | size, | |||
| wx.WindowStyles | style, | |||
| string | name | |||
| ) |
| wx.ScrollBar.ScrollBar | ( | Window | parent | ) |
| wx.ScrollBar.ScrollBar | ( | Window | parent, | |
| Point | pos | |||
| ) |
| wx.ScrollBar.ScrollBar | ( | Window | parent, | |
| Point | pos, | |||
| Size | size | |||
| ) |
| wx.ScrollBar.ScrollBar | ( | Window | parent, | |
| Point | pos, | |||
| Size | size, | |||
| wx.WindowStyles | style | |||
| ) |
| wx.ScrollBar.ScrollBar | ( | Window | parent, | |
| Point | pos, | |||
| Size | size, | |||
| wx.WindowStyles | style, | |||
| string | name | |||
| ) |
| bool wx.ScrollBar.Create | ( | Window | parent, | |
| int | id, | |||
| Point | pos, | |||
| Size | size, | |||
| wx.WindowStyles | style, | |||
| wxString | name | |||
| ) |
| bool wx.ScrollBar.Create | ( | Window | parent, | |
| int | id, | |||
| Point | pos, | |||
| Size | size, | |||
| wx.WindowStyles | style, | |||
| string | name | |||
| ) |
| void wx.ScrollBar.SetScrollbar | ( | int | position, | |
| int | thumbSize, | |||
| int | range, | |||
| int | pageSize, | |||
| bool | refresh | |||
| ) |
bool wx.ScrollBar.IsVertical [get] |
int wx.ScrollBar.PageSize [get] |
int wx.ScrollBar.Range [get] |
int wx.ScrollBar.ThumbPosition [get, set] |
int wx.ScrollBar.ThumbSize [get] |