dialog_slice

Custom FileChooserDialog that select a file for open or save data for FCPU-16

Constructors

this
this(string title, Window parent, GtkDialogFlags flags, string text, size_t top, size_t max_size, bool sbyte)

See: gtk.Dialog;

Members

Functions

bottom_address
auto bottom_address()

Return the selected bottom address

size
auto size()

Return the size of the selected slice (including the last address)

top_address
auto top_address()

Return the selected top address

Meta