X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdropdown.h;h=7cacf2205a496f389a4b7c869505b484eab90e7b;hb=b92c878a286036af106e969a29b2689876aa5f65;hp=598ad8035bf35459471487b557e693b6261e39a2;hpb=43ac7c4514658754d09552463425bcd344fb9ded;p=libs%2Fgltk.git diff --git a/source/dropdown.h b/source/dropdown.h index 598ad80..7cacf22 100644 --- a/source/dropdown.h +++ b/source/dropdown.h @@ -60,6 +60,7 @@ private: virtual void on_geometry_change(); virtual void on_style_change(); + void list_autosize_changed(); void resize_list(); void list_item_selected(unsigned, const std::string &); };