29#include <FL/Fl_Double_Window.H>
31#include <sptk5/gui/CPopupWindow.h>
32#include <sptk5/gui/CDBListView.h>
76#ifdef __COMPATIBILITY_MODE__
126 void resize(
int x,
int y,
int w,
int h)
override;
Base list box widget.
Definition: CComboBox.h:56
Drop-down list view.
Definition: CDropDownBox.h:50
void item_clicked(int mouse_btn) override
CDBDropDownListView(const char *label, int layoutSize, CLayoutAlign layoutAlign)
Definition: CDropDownBox.h:72
Drop-down window with CListView widget inside.
Definition: CDropDownBox.h:95
bool preferredSize(int &w, int &h) override
CDBDropDownList(int width, int height, const char *label=nullptr)
void resize(int x, int y, int w, int h) override
CDBDropDownListView * listView
Definition: CDropDownBox.h:109
List view widget with extended database support.
Definition: CDBListView.h:45
CLayoutAlign
Definition: CLayoutClient.h:44