Class:简短的介绍(Short Description)
AcceleratorEntry:希望创建Accelerator表的应用程序使用的对象(参见wx.accelEratortabratortation)。(An object used by an application wishing to create an accelerator table (see wx.AcceleratorTable).)
AcceleratorTable:Accelerator表允许应用程序为菜单或按钮命令指定键盘快捷键的表。(An accelerator table allows the application to specify a table of keyboard shortcuts for menu or button commands.)
Accessible:Wx.Crocessible类允许WxWidgets应用程序和WxWidgets本身,以将关于用户界面元素的扩展信息返回给诸如屏幕阅读器的客户端应用程序。(The wx.Accessible class allows wxWidgets applications, and wxWidgets itself, to return extended information about user interface elements to client applications such as screen readers.)
ActivateEvent:激活或停用窗口或应用程序时发送激活事件。(An activate event is sent when a window or application is being activated or deactivated.)
ActivityIndicator:小控件显示一个动画,指示程序目前正忙于执行一些后台任务。(Small control showing an animation indicating that the program is currently busy performing some background task.)
AffineMatrix2D:表示仿射2D变换的3x2矩阵。(A 3x2 matrix representing an affine 2D transformation.)
AffineMatrix2DBase:表示仿射2D变换的2x3矩阵。(A 2x3 matrix representing an affine 2D transformation.)
AlphaPixelData:提供直接访问WX.BITMAP的课程(A class providing direct access to a wx.Bitmapâs)
AlphaPixelData_Accessor:alphapixeldata_accessor.(AlphaPixelData_Accessor)
AnyButton:用于常用按钮功能的类,用作各种按钮类的基础。(A class for common button functionality used as the base for the various button classes.)
App:wx.app类代表应用程序并用于:(The wx.App class represents the application and is used to:)
AppConsole:此类对于编写控制台或混合应用程序至关重要,而无需定义USE_GUI = 0。(This class is essential for writing console-only or hybrid apps without having to define USE_GUI=0 .)
AppTraits:wx.apptraits类定义了wx.app的各种可配置方面。(The wx.AppTraits class defines various configurable aspects of a wx.App.)
ArchiveFSHandler:用于访问存档内部文件的文件系统处理程序。(A file system handler for accessing files inside of archives.)
ArtProvider:wx.artprovider类用于自定义WxWidgets应用程序的外观。( wx.ArtProvider class is used to customize the look of wxWidgets application.)
AutoBufferedPaintDC:此wx.dc衍生物可以在EVT_PAINT()事件处理程序的内部来实现双缓冲图。(This wx.DC derivative can be used inside of an EVT_PAINT() event handler to achieve double-buffered drawing.)
Bitmap:此类封装了与alpha通道支持的平台依赖位图的概念,无论是单色还是颜色或颜色。(This class encapsulates the concept of a platform-dependent bitmap, either monochrome or colour or colour with alpha channel support.)
BitmapButton:位图按钮是包含位图的控件。(A bitmap button is a control that contains a bitmap.)
BitmapDataObject:wx.bitmapdataObject是Wx.dataObject for Bitmap数据的专业化。( wx.BitmapDataObject is a specialization of wx.DataObject for bitmap data.)
BitmapToggleButton:wx.bitmaptogglebutton是一个wx.togglebutton,包含位图而不是文本。( wx.BitmapToggleButton is a wx.ToggleButton that contains a bitmap instead of text.)
BookCtrlBase:书籍控制是显示多页信息页面的便捷方式,一次显示一页。(A book control is a convenient way of displaying multiple pages of information, displayed one page at a time.)
BookCtrlEvent:此类代表书籍控件生成的事件(wx.notebook,wx.listbook,wx.choicebook,wx.treebook,wx.aui.auinotebook)。(This class represents the events generated by book controls ( wx.Notebook, wx.Listbook, wx.Choicebook, wx.Treebook, wx.aui.AuiNotebook).)
BoxSizer:盒子Sizer背后的基本思想是,Windows最常用于相当简单的基本几何形状,通常是一行或列或几个层次结构。(The basic idea behind a box sizer is that windows will most often be laid out in rather simple basic geometry, typically in a row or a column or several hierarchies of either.)
Brush:刷子是用于填充区域的绘图工具。(A brush is a drawing tool for filling in areas.)
BrushList:刷列表是包含已创建的所有画笔的列表。(A brush list is a list containing all brushes which have been created.)
BufferedDC:此类提供了一种简单的方法来避免闪烁:当绘制它时,事实上首先在内存缓冲区(A Wx.Bitmap)上绘制,然后使用关联的Wx.dc复制到屏幕,只有一次,当此对象被销毁时。(This class provides a simple way to avoid flicker: when drawing on it, everything is in fact first drawn on an in-memory buffer (a wx.Bitmap) and then copied to the screen, using the associated wx.DC, only once, when this object is destroyed.)
BufferedPaintDC:这是wx.buffereddc的子类,它可以在EVT_PAINT()事件处理程序中使用以实现双缓冲图。(This is a subclass of wx.BufferedDC which can be used inside of an EVT_PAINT() event handler to achieve double-buffered drawing.)
BusyCursor:此类使您可以轻松地告诉您的用户程序暂时忙碌。(This class makes it easy to tell your user that the program is temporarily busy.)
BusyInfo:此类使您可以轻松地告诉您的用户程序暂时忙碌。(This class makes it easy to tell your user that the program is temporarily busy.)
BusyInfoFlags:wx.busyinfo的参数。(Parameters for wx.BusyInfo.)
Button:一个按钮是包含文本字符串的控件,是GUI最常见的元素之一。(A button is a control that contains a text string, and is one of the most common elements of a GUI.)
CallLater:WX.Timer的一个便利类,调用给定的可调用(A convenience class for wx.Timer, that calls the given callable)
Caret:插入符号是闪烁的光标,显示键入文本将出现的位置。(A caret is a blinking cursor showing the position where the typed text will appear.)
CheckBox:复选框是标记框,默认情况下(复选标记是可见的)或关闭(无复选标记)。(A checkbox is a labelled box which by default is either on (checkmark is visible) or off (no checkmark).)
CheckListBox:一个wx.checklistbox就像一个wx.listbox,但允许要检查或未选中的项目。(A wx.CheckListBox is like a wx.ListBox, but allows items to be checked or unchecked.)
ChildFocusEvent:当其中一个子Windows获得焦点时,将子焦点事件发送到(父级)窗口,以便窗口可以将焦点恢复到其对应的子子,如果它现在失去并恢复恢复。(A child focus event is sent to a (parent-)window when one of its child windows gains focus, so that the window could restore the focus back to its corresponding child if it loses it now and regains later.)
ChildrenRepositioningGuard:帮助确保EndRepositioningChildren的帮助器正确调用。(Helper for ensuring EndRepositioningChildren is called correctly.)
Choice:选择项用于选择字符串列表中的一个。(A choice item is used to select one of a list of strings.)
Choicebook:wx.choicebook是一个类似于wx.notebook的类,但使用wx.choice控件来显示标签而不是标签。( wx.Choicebook is a class similar to wx.Notebook, but uses a wx.Choice control to show the labels instead of the tabs.)
ClassInfo:此类存储有关类的Meta-Information。(This class stores meta-information about classes.)
ClientDataContainer:此类是一个Mixin,可提供存储和管理的存储和管理。(This class is a mixin that provides storage and management of âclient dataâ.)
ClientDC:wx.clientdc主要用于从EVT_PAINT()处理程序外,获取有关窗口的信息。( wx.ClientDC is primarily useful for obtaining information about the wi
评论0