module

Tryst::UI::TtkStyleNames

The DSL widget vocabulary's ttk widget-class names - what #style's type: argument maps to before a name: prefix is folded in. One place, exhaustive over every DSL type ttk actually themes; anything else (canvas, list, text_area, window - no ttk class of their own) has no entry and #for raises rather than guessing.

Constants

WIDGET_CLASSES = {:button => "TButton", :label => "TLabel", :text_box => "TEntry", :checkbox => "TCheckbutton", :radio => "TRadiobutton", :dropdown => "TCombobox", :slider => "TScale", :progress => "TProgressbar", :panel => "TFrame", :group => "TLabelframe", :tabs => "TNotebook", :tree => "Treeview", :table => "Treeview", :split => "TPanedwindow"} of Symbol => String

Class methods

for(type : Symbol) : String
Source