deft.controls

Native common controls.

This package holds wrappers around the Win32 common controls. The base class Control lives here; concrete controls (buttons, list views, …) are added by later plans.

Modules

button
module deft.controls.button

Push buttons and the two-state / grouped button controls.

checklistbox
module deft.controls.checklistbox

Native checked list box (SysListView32 with checkboxes).

combobox
module deft.controls.combobox

Native combo box control.

control
module deft.controls.control

Base class for native common controls.

dialog
module deft.controls.dialog

Modal dialogs, built on the native Win32 dialog manager.

label
module deft.controls.label

A read-only static text label.

listbox
module deft.controls.listbox

Native list box control.

listview
module deft.controls.listview

Native report-mode list view (SysListView32).

messagebox
module deft.controls.messagebox

Standard message boxes.

panel
module deft.controls.panel

A container widget that groups and lays out child controls.

statusbar
module deft.controls.statusbar

Status bar control.

tabcontrol
module deft.controls.tabcontrol

A tab control wrapping the native Win32 SysTabControl32 common control.

textbox
module deft.controls.textbox

Single- and multi-line text entry control.

timer
module deft.controls.timer

Periodic and one-shot timers.

trayicon
module deft.controls.trayicon

System tray (notification area) icons.

treeview
module deft.controls.treeview

A hierarchical tree view ("SysTreeView32").

Public Imports

deft.controls.control
public import deft.controls.control;
Undocumented in source.

Meta