• Home
Name Date Size #Lines LOC

..--

Android.bpD03-May-2024837 3730

BUILD.gnD03-May-20241.3 KiB6157

README.mdD03-May-2024536 2217

cpwl_button.cppD03-May-2024908 3321

cpwl_button.hD03-May-2024845 3016

cpwl_caret.cppD03-May-20243.6 KiB13092

cpwl_caret.hD03-May-20241.3 KiB4729

cpwl_combo_box.cppD03-May-202415.7 KiB595468

cpwl_combo_box.hD03-May-20243.5 KiB11082

cpwl_combo_box_embeddertest.cppD03-May-202412.8 KiB349260

cpwl_edit.cppD03-May-202417.8 KiB670537

cpwl_edit.hD03-May-20244.5 KiB13699

cpwl_edit_ctrl.cppD03-May-20249.5 KiB416329

cpwl_edit_ctrl.hD03-May-20242.8 KiB9569

cpwl_edit_embeddertest.cppD03-May-202414.9 KiB426327

cpwl_edit_impl.cppD03-May-202450.3 KiB1,9251,609

cpwl_edit_impl.hD03-May-202413.4 KiB464357

cpwl_icon.cppD03-May-20243 KiB11184

cpwl_icon.hD03-May-20241.1 KiB4526

cpwl_list_box.cppD03-May-202410.6 KiB380300

cpwl_list_box.hD03-May-20243.4 KiB10985

cpwl_list_impl.cppD03-May-202416.5 KiB640524

cpwl_list_impl.hD03-May-20245.5 KiB171138

cpwl_scroll_bar.cppD03-May-202426.4 KiB901715

cpwl_scroll_bar.hD03-May-20245.6 KiB189145

cpwl_special_button.cppD03-May-20241.8 KiB6543

cpwl_special_button.hD03-May-20241.7 KiB6239

cpwl_wnd.cppD03-May-202420.7 KiB762601

cpwl_wnd.hD03-May-202410.6 KiB329257

ipwl_systemhandler.hD03-May-20241 KiB3622

README.md

1fpdfsdk/pwl is a Widget Library for AcroForms.
2
3CPWL_Wnd is the base class that widget classes extend. The derived widget
4classes are controllers for each widget. The hierarchy is:
5
6* CPWL_Wnd
7    * CPWL_Button
8        * CPWL_CheckBox
9        * CPWL_PushButton
10        * CPWL_RadioButton
11    * CPWL_Caret
12    * CPWL_EditCtrl
13        * CPWL_Edit
14    * CPWL_Icon
15    * CPWL_ListBox
16        * CPWL_CBListBox (combo box)
17    * CPWL_ScrollBar
18
19Widgets are rendered to Appearance Streams, with the case all centralized in
20CPDFSDK_AppStream.
21
22