]>
Dogcows Code - chaz/openbox/blob - otk/appwidget.hh
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
11 class AppWidget
: public Widget
{
14 AppWidget(Application
*app
, Direction direction
= Horizontal
, int bevel
= 0);
20 virtual void clientMessageHandler(const XClientMessageEvent
&e
);
24 Application
*_application
;
29 #endif // __appwidget_hh
This page took 0.032026 seconds and 4 git commands to generate.