libyui
3.3.2
|
An internal helper class for displaying the widget property editor in the spy dialog. More...
#include <YPropertyEditor.h>
Public Member Functions | |
YPropertyEditor (YWidget *widget) | |
Constructor. More... | |
bool | edit (const std::string &property) |
Display a popup for editing a widget property. More... | |
An internal helper class for displaying the widget property editor in the spy dialog.
Definition at line 32 of file YPropertyEditor.h.
YPropertyEditor::YPropertyEditor | ( | YWidget * | widget | ) |
bool YPropertyEditor::edit | ( | const std::string & | property | ) |
Display a popup for editing a widget property.
property | name of the property to edit |
Definition at line 284 of file YPropertyEditor.cc.