Trait tk::range::TkDefaultStart

source ·
pub trait TkDefaultStart {
    // Required method
    fn default_start() -> Self;
}

Required Methods§

source

fn default_start() -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl TkDefaultStart for c_int

Implementors§

source§

impl TkDefaultStart for tk::canvas::Index

source§

impl TkDefaultStart for tk::entry::Index

source§

impl TkDefaultStart for tk::listbox::Index

source§

impl TkDefaultStart for tk::menu::Index

source§

impl TkDefaultStart for tk::ttk_combobox::Index

source§

impl TkDefaultStart for tk::ttk_entry::Index

source§

impl TkDefaultStart for tk::ttk_treeview::Index