You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
Android.bp | 7 months ago | |
BUILD.gn | 7 months ago | |
README.md | 7 months ago | |
cpwl_button.cpp | 7 months ago | |
cpwl_button.h | 7 months ago | |
cpwl_caret.cpp | 7 months ago | |
cpwl_caret.h | 7 months ago | |
cpwl_combo_box.cpp | 7 months ago | |
cpwl_combo_box.h | 7 months ago | |
cpwl_combo_box_embeddertest.cpp | 7 months ago | |
cpwl_edit.cpp | 7 months ago | |
cpwl_edit.h | 7 months ago | |
cpwl_edit_ctrl.cpp | 7 months ago | |
cpwl_edit_ctrl.h | 7 months ago | |
cpwl_edit_embeddertest.cpp | 7 months ago | |
cpwl_edit_impl.cpp | 7 months ago | |
cpwl_edit_impl.h | 7 months ago | |
cpwl_icon.cpp | 7 months ago | |
cpwl_icon.h | 7 months ago | |
cpwl_list_box.cpp | 7 months ago | |
cpwl_list_box.h | 7 months ago | |
cpwl_list_impl.cpp | 7 months ago | |
cpwl_list_impl.h | 7 months ago | |
cpwl_scroll_bar.cpp | 7 months ago | |
cpwl_scroll_bar.h | 7 months ago | |
cpwl_special_button.cpp | 7 months ago | |
cpwl_special_button.h | 7 months ago | |
cpwl_wnd.cpp | 7 months ago | |
cpwl_wnd.h | 7 months ago | |
ipwl_systemhandler.h | 7 months ago |
README.md
fpdfsdk/pwl is a Widget Library for AcroForms.
CPWL_Wnd is the base class that widget classes extend. The derived widget classes are controllers for each widget. The hierarchy is:
- CPWL_Wnd
- CPWL_Button
- CPWL_CheckBox
- CPWL_PushButton
- CPWL_RadioButton
- CPWL_Caret
- CPWL_EditCtrl
- CPWL_Edit
- CPWL_Icon
- CPWL_ListBox
- CPWL_CBListBox (combo box)
- CPWL_ScrollBar
- CPWL_Button
Widgets are rendered to Appearance Streams, with the case all centralized in CPDFSDK_AppStream.