]>
Dogcows Code - chaz/openbox/blob - src/widget.hh
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
9 // update the enum in openbox.i to match this one
30 OBWidget(WidgetType type
) : _type(type
) {}
32 inline WidgetType
type() const { return _type
; }
37 #endif // __obwidget_hh
This page took 0.033642 seconds and 4 git commands to generate.