Lumiera  0.pre.03
»edit your freedom«
FrameBox Struct Reference

#include "stage/dialog/test-control.hpp"

Description

Building block for a segment within a dialog page.

This helper widget provides the typical sub section of a dialog with several child widgets stacked vertically and enclosed within a frame with a label. The frame serves as the parent widget, as far as the widget hierarchy is concerned. Both parts are publicly accessible as members, while providing a shortcut for publishing the box.

Definition at line 81 of file test-control.hpp.

Public Member Functions

 FrameBox (cuString label, Gtk::Orientation orientation=Gtk::ORIENTATION_VERTICAL)
 
 operator Gtk::Widget & ()
 
void pack_start (Gtk::Widget &child, Gtk::PackOptions options=Gtk::PACK_EXPAND_WIDGET, guint padding=0)
 

Public Attributes

Gtk::Box box
 
Gtk::Frame frame
 
+ Collaboration diagram for FrameBox:

The documentation for this struct was generated from the following file: