|
| | OcBox (int type, int frame=INSET, bool scroll=false) |
| |
| virtual | ~OcBox () |
| |
| virtual void | box_append (OcGlyph *) |
| |
| virtual void | save (ostream &) |
| |
| virtual void | save_action (const char *, Object *) |
| |
| virtual void | adjuster (Coord natural) |
| |
| virtual void | adjust (Coord natural, int) |
| |
| virtual void | adjust (Coord natural, BoxAdjust *) |
| |
| bool | full_request () |
| |
| void | full_request (bool) |
| |
| virtual void | premap () |
| |
| virtual void | dismiss_action (const char *, Object *pyact=NULL) |
| |
| virtual void | no_parents () |
| |
| void | keep_ref (Object *) |
| |
| Object * | keep_ref () |
| |
| bool | dismissing () |
| |
| void | dismissing (bool) |
| |
| | OcGlyphContainer () |
| |
| virtual void | intercept (bool) |
| |
| virtual void | request (Requisition &) const |
| |
| | OcGlyph (Glyph *body=NULL) |
| |
| virtual | ~OcGlyph () |
| |
| virtual void | save (std::ostream &) |
| |
| virtual bool | has_window () |
| |
| virtual PrintableWindow * | window () |
| |
| virtual void | window (PrintableWindow *) |
| |
| virtual PrintableWindow * | make_window (Coord left=-1, Coord bottom=-1, Coord width=-1, Coord height=-1) |
| |
| void | parents (bool) |
| |
| virtual bool | dialog (const char *label, const char *accept, const char *cancel) |
| |
| bool | dialog_dismiss (bool b) |
| |
| virtual void | def_size (Coord &w, Coord &h) const |
| |
| int | session_priority () |
| |
| void | session_priority (int i) |
| |
Definition at line 11 of file ocbox.h.