• Home
Name Date Size #Lines LOC

..--

Android.bpD03-May-2024810 3428

BUILD.gnD03-May-20241.9 KiB8580

README.mdD03-May-2024520 2116

cpwl_button.cppD03-May-20241,001 3523

cpwl_button.hD03-May-2024868 3117

cpwl_caret.cppD03-May-20243.6 KiB13193

cpwl_caret.hD03-May-20241.3 KiB4729

cpwl_cbbutton.cppD03-May-20242.6 KiB8057

cpwl_cbbutton.hD03-May-2024966 3118

cpwl_cblistbox.cppD03-May-20242.7 KiB9473

cpwl_cblistbox.hD03-May-20241 KiB3319

cpwl_combo_box.cppD03-May-202412.2 KiB478377

cpwl_combo_box.hD03-May-20242.4 KiB8059

cpwl_combo_box_edit_embeddertest.cppD03-May-202410.8 KiB284207

cpwl_combo_box_embeddertest.cppD03-May-20242.5 KiB7655

cpwl_combo_box_embeddertest.hD03-May-20241.6 KiB4938

cpwl_edit.cppD03-May-202421.5 KiB867704

cpwl_edit.hD03-May-20244.8 KiB138107

cpwl_edit_embeddertest.cppD03-May-202415.6 KiB443340

cpwl_edit_impl.cppD03-May-202452.5 KiB1,9731,641

cpwl_edit_impl.hD03-May-20248.8 KiB290226

cpwl_list_box.cppD03-May-202410.3 KiB362288

cpwl_list_box.hD03-May-20243 KiB8564

cpwl_list_ctrl.cppD03-May-202416.6 KiB629514

cpwl_list_ctrl.hD03-May-20245.9 KiB185145

cpwl_sbbutton.cppD03-May-20245.2 KiB149110

cpwl_sbbutton.hD03-May-20241.2 KiB3823

cpwl_scroll_bar.cppD03-May-202414.9 KiB532418

cpwl_scroll_bar.hD03-May-20244.7 KiB162124

cpwl_special_button.cppD03-May-20241.9 KiB7349

cpwl_special_button.hD03-May-20241.7 KiB6239

cpwl_special_button_embeddertest.cppD03-May-20245.3 KiB148118

cpwl_wnd.cppD03-May-202419.1 KiB714559

cpwl_wnd.hD03-May-20249.4 KiB298224

ipwl_fillernotify.hD03-May-20242 KiB7049

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_ListBox
15        * CPWL_CBListBox (combo box)
16    * CPWL_ScrollBar
17
18Widgets are rendered to Appearance Streams, with the case all centralized in
19CPDFSDK_AppStream.
20
21