]> Dogcows Code - chaz/openbox/blobdiff - otk/appwidget.hh
provide functions for grabbing and ungrabbing the keyboard and pointer
[chaz/openbox] / otk / appwidget.hh
index b305dbae4a15e0e5b37a3896817be77818f7655c..5595e88e3a71a25c1c9319944758d0503e59afce 100644 (file)
@@ -11,14 +11,11 @@ class Application;
 class AppWidget : public Widget {
 
 public:
-  AppWidget(Application *app, Direction direction = Horizontal,
-            Cursor cursor = 0, int bevel_width = 1);
+  AppWidget(Application *app, Direction direction = Horizontal, int bevel = 0);
   virtual ~AppWidget();
 
-  virtual void setStyle(RenderStyle *style);
-  
-  virtual void show(void);
-  virtual void hide(void);
+  virtual void show();
+  virtual void hide();
 
   virtual void clientMessageHandler(const XClientMessageEvent &e);
   
This page took 0.021575 seconds and 4 git commands to generate.