Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.ButtonBox

Class ButtonBox

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Container.Container
                                dui.Box.Box
                                        dui.ButtonBox.ButtonBox

Implemented interfaces:


public class

ButtonBox



A box of buttons in a row

Constructor Summary

Methods Summary
: this(GtkWidget* gtkWidget)
          
public GtkButtonBoxStyle getLayout()
          Gets the layout Style
void setLayout(int layoutStyle)
          Sets the layout Style
void setChildSecondary(Widget child, bit isSecondary)
          Sets the secondary flag for a child ???


this

: this(GtkWidget* gtkWidget)

getLayout

public GtkButtonBoxStyle getLayout()
Gets the layout Style

Returns:
the layout Style

setLayout

void setLayout(int layoutStyle)
Sets the layout Style

Parameters:
layoutStyle - the new layoutStyle

setChildSecondary

void setChildSecondary(Widget child, bit isSecondary)
Sets the secondary flag for a child ???

Parameters:
child - the child widget
isSecondary -