X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fwidget.h;h=4550648aebd3adbfaaebc09b5f60669b05ade595;hb=cc433448b71025256bdd44a569c353d98e0935f1;hp=9caae9fb6216180654c9165dbe1893f2f1fec999;hpb=707b59d45ae50b69c94918f8f74313283b304597;p=libs%2Fgltk.git diff --git a/source/widget.h b/source/widget.h index 9caae9f..4550648 100644 --- a/source/widget.h +++ b/source/widget.h @@ -17,8 +17,7 @@ class Resources; class Style; /** -Base class for all widgets. Derived classes should call update_style in -constructor, because it can't be done correctly in the Widget constructor. +Base class for all widgets. */ class Widget {