Home
last modified time | relevance | path

Searched refs:OptButtonLayout (Results 1 – 8 of 8) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/wiki/
H A Devents.md9 Called when "plus" pseudo-tab, or "plus" button (added in OptButtonLayout), clicked.
14 Called when user button clicked, which is char "0".."4" in OptButtonLayout.
24 Called when "down arrow" clicked, which is "v" char in OptButtonLayout. You can disable default dro…
35 "0".."4" in OptButtonLayout).
H A Doptions.md1 OptButtonLayout: string
18 Width of one button, from OptButtonLayout. Height of buttons is OptTabHeight.
129 For left/right OptPosition, it's used only if OptButtonLayout is empty.
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_tabs2/
H A Dunit1.pas116 t.OptButtonLayout:= ''
118 t.OptButtonLayout:= '<>,v';
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_tabs_as_pagecontrol/
H A Dunit1.lfm43 OptButtonLayout = '<>,v'
H A Dunit1.pas47 Tabs.OptButtonLayout:= '';
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_tabs/
H A DDemoForm.pas197 t_cust.OptButtonLayout:= '<,>';
219 t_fox.OptButtonLayout:= '';
450 t_top.OptButtonLayout:= comboLayout.Text;
451 t_top.OptShowArrowsNear:= Pos('<>', t_top.OptButtonLayout)>0;
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/atflatcontrols/
H A Datgroups.pas1798 OptButtonLayout:= AValue;
H A Dattabs.pas808 property OptButtonLayout: string read FOptButtonLayout write SetOptButtonLayout; property