Skip to content

Commit 1d2c4e8

Browse files
committed
Reexport types for area key handling
1 parent 4479c10 commit 1d2c4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extern crate bitflags;
99
extern crate libc;
1010
extern crate ui_sys;
1111

12-
pub use controls::{Area, AreaDrawParams, AreaHandler, BoxControl, Button, Checkbox, ColorButton};
12+
pub use controls::{Area, AreaDrawParams, AreaKeyEvent, AreaHandler, ExtKey, BoxControl, Button, Checkbox, ColorButton};
1313
pub use controls::{Combobox, Control, DateTimePicker, Entry, FontButton, Group, Label};
1414
pub use controls::{MultilineEntry, ProgressBar, RadioButtons, Separator, Slider, Spinbox, Tab};
1515
pub use ffi_utils::Text;

0 commit comments

Comments
 (0)