Lumiera
0.pre.03
»edit your freedom«
Lumiera API Documentation
Intro
Overview
Modules
+
Classes
Class List
Class Index
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Typedefs
a
b
d
e
f
h
i
l
o
p
r
s
t
v
y
Enumerations
Enumerator
+
Related Functions
_
b
c
e
f
h
i
k
m
n
o
p
q
s
t
u
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
s
t
u
w
z
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
b
c
d
e
f
h
i
j
l
m
n
o
p
q
r
s
t
u
Variables
Typedefs
Enumerations
Enumerator
+
Macros
a
c
d
e
g
i
k
l
m
n
o
p
r
s
t
v
Related Pages
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
button-bar.cpp
Go to the documentation of this file.
1
/*
2
ButtonBar - button bar widget
3
4
Copyright (C)
5
2009, Joel Holdsworth <joel@airwebreathe.org.uk>
6
7
**Lumiera** is free software; you can redistribute it and/or modify it
8
under the terms of the GNU General Public License as published by the
9
Free Software Foundation; either version 2 of the License, or (at your
10
option) any later version. See the file COPYING for further details.
11
12
* *****************************************************************/
13
14
20
#include "
stage/widget/button-bar.hpp
"
21
#include "
include/logging.h
"
22
23
24
namespace
stage
{
25
namespace
widget {
26
27
ButtonBar::ButtonBar()
28
{
29
set_orientation (Gtk::ORIENTATION_HORIZONTAL);
30
set_has_window (
false
);
31
}
32
33
34
void
35
ButtonBar::append
(Widget& widget)
36
{
37
pack_start(widget, Gtk::PACK_SHRINK);
38
}
39
40
41
}}
// stage::widget
button-bar.hpp
A toolbar widget for use in dialogs.
logging.h
This header is for including and configuring NoBug.
stage
Lumiera GTK UI implementation root.
Definition:
guifacade.cpp:37
stage::widget::ButtonBar::append
void append(Widget &)
Append a widget to the button bar.
Definition:
button-bar.cpp:35
stage
widget
button-bar.cpp
Generated on Fri Dec 13 2024 05:05:32 for Lumiera by
1.8.13