xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
QAbstractScrollArea.x
浏览该文件的文档.
1//xlang Source, Name:qt5/widgets/QAbstractScrollArea.x
2//Date: Wed Sep 00:19:12 2022
3package Qt{
4 @SuppressWarnings public class QAbstractScrollArea : QFrame{
5 public QAbstractScrollArea(){
6
7 }
8
9 public QAbstractScrollArea(long handle){
10 super(handle);
11 }
12
15 }
16
17 public QScrollBar horizontalScrollBar(){
19 }
20
21 public QScrollBar verticalScrollBar(){
23 }
24 };
25};
static const int QASA_VIEWPORT
Definition Constant.x:1110
static const int WIDGET_GETVSCROLLBAR
Definition Constant.x:1340
static const int WIDGET_GETHSCROLLBAR
Definition Constant.x:1339
Object cdecl widget_get_object(long h, int proid)
Definition QCefQuery.x:3