mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Update pointer_text_table_cell.h
This commit is contained in:
2
apps/external/pointer_text_table_cell.h
vendored
2
apps/external/pointer_text_table_cell.h
vendored
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
class PointerTextTableCell : public TableCell {
|
class PointerTextTableCell : public TableCell {
|
||||||
public:
|
public:
|
||||||
PointerTextTableCell(const char * text = "", const KDFont * font = KDFont::SmallFont, Layout layout = Layout::Horizontal);
|
PointerTextTableCell(const char * text = "", const KDFont * font = KDFont::SmallFont, Layout layout = Layout::HorizontalLeftOverlap);
|
||||||
View * labelView() const override;
|
View * labelView() const override;
|
||||||
const char * text() const override;
|
const char * text() const override;
|
||||||
virtual void setHighlighted(bool highlight) override;
|
virtual void setHighlighted(bool highlight) override;
|
||||||
|
|||||||
Reference in New Issue
Block a user