dialog_slice.this

See: gtk.Dialog;

class dialog_slice
this
(
string title
,
Window parent
,
GtkDialogFlags flags
,
string text
,
size_t top = 0xFFFF
,
size_t max_size = 255
,
bool sbyte = true
)

Parameters

text string

Texto to be showed over the controls describing what the user are to do

max_size size_t

Max size of the slice selection

sbyte bool

If it's TRUE, show number of bytes, else show number of glyphs

Meta