(svn r23531) -Codechange: document and rename widgets to be consistent and understandable
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
|
||||
/** Widgets of the WC_DROPDOWN_MENU. */
|
||||
enum DropdownMenuWidgets {
|
||||
DDM_ITEMS, ///< Panel showing the dropdown items.
|
||||
DDM_SHOW_SCROLL, ///< Hide scrollbar if too few items.
|
||||
DDM_SCROLL, ///< Scrollbar.
|
||||
WID_DM_ITEMS, ///< Panel showing the dropdown items.
|
||||
WID_DM_SHOW_SCROLL, ///< Hide scrollbar if too few items.
|
||||
WID_DM_SCROLL, ///< Scrollbar.
|
||||
};
|
||||
|
||||
#endif /* WIDGETS_DROPDOWN_WIDGET_H */
|
||||
|
Reference in New Issue
Block a user