#include <Gcontainers.h>
Inheritance diagram for Gcontainers:
Public Types | |
enum | alignement { HORIZONTAL, VERTICAL } |
Public Methods | |
Gcontainers () | |
virtual void | Add (Gwidget *w)=0 |
bool | IsOrdonned () |
Protected Methods | |
virtual void | OnAction (Gwidget *w, GdkEvent *e) |
Protected Attributes | |
bool | ordonned |
|
Add a widget to the container Reimplemented in GfixedLayout, GboxLayout, Gpanel, Gscroll, GbuttonBox, and GnoteBook::GnoteBookPage.
|
|
Return true if the container is ordonned. A container is ordonned if coordinates are used or any other system is used to determine the position of a widget in the container. |
|
Override the Gwidget function OnAction. By default the event is sending to the parent widget of the container Reimplemented from Gwidget. Reimplemented in GnoteBook::GnoteBookPage. |