Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.sao.ru/cats/~satr/GGAD/z736.html
Дата изменения: Wed Jul 12 23:54:36 2000 Дата индексирования: Tue Oct 2 00:21:36 2012 Кодировка: Поисковые слова: mdi |
GTK+ / Gnome Application Development | |||
---|---|---|---|
<<< Previous | Home | Next >>> |
Gnome
libgnomeui/gnome-canvas.h
GnomeCanvasItem is the abstract base class for canvas items. the chapter called GnomeCanvas and the chapter called Writing a GnomeCanvasItem describe it in detail.
Gnome
libgnomeui/gnome-canvas-rect-ellipse.h
GnomeCanvasRE is the base class for the rectangle and ellipse canvas items. In the future, it may also be the base class for a GnomeCanvasArc item. the section called Rectangle and Ellipse Items in the chapter called GnomeCanvas details this canvas item.
Gnome
libgnomeui/gnome-canvas-rect-ellipse.h
GnomeCanvasEllipse renders an ellipse on the canvas; see the section called Rectangle and Ellipse Items in the chapter called GnomeCanvas for more details.
Gnome
libgnomeui/gnome.h
GnomeCanvasRect renders a rectangle on the canvas; see the section called Rectangle and Ellipse Items in the chapter called GnomeCanvas for more details.
Gnome
libgnomeui/gnome-canvas.h
GnomeCanvasGroup is a GnomeCanvasItem that contains other GnomeCanvasItems. It creates the hierarchical tree structure of the items on a GnomeCanvas. The GnomeCanvas creates a special GnomeCanvasGroup, called the root; all user-created canvas items must be added below the root group. See the chapter called GnomeCanvas for more details.
Gnome
libgnomeui/gnome-canvas-image.h
GnomeCanvasImage displays an image on the canvas (specifically, a GdkImlibImage). See the section called Image Item in the chapter called GnomeCanvas for details.
Gnome
libgnomeui/gnome.h
GnomeCanvasLine displays a line segment or series of line segments on the canvas; it can also be used to display an unfilled polygon, by joining the end of the last segment to the start of the first. Optionally, the line can have arrowheads at either end. See the section called Line Item in the chapter called GnomeCanvas.
Gnome
libgnomeui/gnome-canvas-polygon.h
GnomeCanvasPolygon displays a filled polygon. Use GnomeCanvasLine for hollow polygons. See the section called Polygon Item in the chapter called GnomeCanvas for more details.
Gnome
libgnomeui/gnome-canvas-text.h
GnomeCanvasText displays some text on the canvas; see the section called Text Item in the chapter called GnomeCanvas for more information.
Gnome
libgnomeui/gnome-canvas-widget.h
GnomeCanvasWidget emulates a GtkContainer; it holds a child widget and displays it on the canvas. See the section called Widget Item in the chapter called GnomeCanvas for details.
Gnome
libgnomeui/gnome-icon-item.h
GnomeCanvasTextItem is used internally by the GnomeIconList widget. You should never use it directly; it's considered an implementation detail and subject to change in future versions of the library.