sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
SGWLongLabel::SGWLongLabel(SGWWidget* parent, const SGXString& s, float x1, float x0, float y1, float y0, float w1, float w0, float h1, float h0, float f1, float f0, float s1, float s0, float p1, float p0);
void SGWWidget::deleteWidget();
[[nodiscard]] SGXColourRGBA SGWLabel::getBackgroundColour(bool* isUsing) const;
[[nodiscard]] int SGWLabel::getBackgroundThemeColour(bool* isUsing) const;
[[nodiscard]] SGLArray‹SGWWidget*› SGWWidget::getChildren() const;
[[nodiscard]] float SGWLabel::getF0() const;
[[nodiscard]] float SGWLabel::getF1() const;
[[nodiscard]] SGXString SGWLabel::getFont() const;
[[nodiscard]] SGXColourRGBA SGWLabel::getForegroundColour(bool* isUsing) const;
[[nodiscard]] int SGWLabel::getForegroundThemeColour(bool* isUsing) const;
[[nodiscard]] float SGWWidget::getH0() const;
[[nodiscard]] float SGWWidget::getH1() const;
[[nodiscard]] SGWHorizontalAlignment::Flag SGWLabel::getHorizontalAlignment() const;
[[nodiscard]] bool SGWWidget::getItemVisibility() const;
[[nodiscard]] float SGWLongLabel::getP0() const;
[[nodiscard]] float SGWLongLabel::getP1() const;
[[nodiscard]] SGWWidget* SGWWidget::getParent() const;
[[nodiscard]] float SGWLongLabel::getS0() const;
[[nodiscard]] float SGWLongLabel::getS1() const;
[[nodiscard]] SGXColourRGBA SGWLongLabel::getScrollbarBackgroundColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWLongLabel::getScrollbarBackgroundFocusColour(bool* isUsing) const;
[[nodiscard]] int SGWLongLabel::getScrollbarBackgroundFocusThemeColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWLongLabel::getScrollbarBackgroundHoverColour(bool* isUsing) const;
[[nodiscard]] int SGWLongLabel::getScrollbarBackgroundHoverThemeColour(bool* isUsing) const;
[[nodiscard]] int SGWLongLabel::getScrollbarBackgroundThemeColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWLongLabel::getScrollbarForegroundColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWLongLabel::getScrollbarForegroundFocusColour(bool* isUsing) const;
[[nodiscard]] int SGWLongLabel::getScrollbarForegroundFocusThemeColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWLongLabel::getScrollbarForegroundHoverColour(bool* isUsing) const;
[[nodiscard]] int SGWLongLabel::getScrollbarForegroundHoverThemeColour(bool* isUsing) const;
[[nodiscard]] int SGWLongLabel::getScrollbarForegroundThemeColour(bool* isUsing) const;
[[nodiscard]] float SGWLabel::getTextAsFloat(bool* isValid, float minimum, float maximum) const;
[[nodiscard]] int SGWLabel::getTextAsInt(bool* isValid, int minimum, int maximum) const;
[[nodiscard]] SGXString SGWLabel::getTextAsString() const;
[[nodiscard]] SGWType::Type SGWWidget::getType() const;
[[nodiscard]] SGWVerticalAlignment::Flag SGWLabel::getVerticalAlignment() const;
[[nodiscard]] float SGWWidget::getW0() const;
[[nodiscard]] float SGWWidget::getW1() const;
[[nodiscard]] float SGWWidget::getX0() const;
[[nodiscard]] float SGWWidget::getX1() const;
[[nodiscard]] float SGWWidget::getY0() const;
[[nodiscard]] float SGWWidget::getY1() const;
static SGWWidget* SGWWidget::parentWidget;
static SGWWidget* SGWWidget::rootWidget;
void SGWWidget::screenshot(void (*callback)(SGRImage*)) const;
void SGWLabel::setBackgroundColour(SGXColourRGBA colour);
void SGWLabel::setBackgroundThemeColour(int themeColour);
void SGWLabel::setF0(float f0);
void SGWLabel::setF1(float f1);
void SGWLabel::setFont(const SGXString& font);
void SGWLabel::setForegroundColour(SGXColourRGBA colour);
void SGWLabel::setForegroundThemeColour(int themeColour);
void SGWWidget::setH0(float h0);
void SGWWidget::setH1(float h1);
void SGWLabel::setHorizontalAlignment(SGWHorizontalAlignment::Flag alignment);
void SGWWidget::setItemVisibility(bool x);
void SGWLongLabel::setP0(float p0);
void SGWLongLabel::setP1(float p1);
void SGWLongLabel::setS0(float s0);
void SGWLongLabel::setS1(float s1);
void SGWLongLabel::setScrollbarBackgroundColour(SGXColourRGBA colour);
void SGWLongLabel::setScrollbarBackgroundFocusColour(SGXColourRGBA colour);
void SGWLongLabel::setScrollbarBackgroundFocusThemeColour(int themeColour);
void SGWLongLabel::setScrollbarBackgroundHoverColour(SGXColourRGBA colour);
void SGWLongLabel::setScrollbarBackgroundHoverThemeColour(int themeColour);
void SGWLongLabel::setScrollbarBackgroundThemeColour(int themeColour);
void SGWLongLabel::setScrollbarForegroundColour(SGXColourRGBA colour);
void SGWLongLabel::setScrollbarForegroundFocusColour(SGXColourRGBA colour);
void SGWLongLabel::setScrollbarForegroundFocusThemeColour(int themeColour);
void SGWLongLabel::setScrollbarForegroundHoverColour(SGXColourRGBA colour);
void SGWLongLabel::setScrollbarForegroundHoverThemeColour(int themeColour);
void SGWLongLabel::setScrollbarForegroundThemeColour(int themeColour);
void SGWLabel::setTextFromFloat(float x);
void SGWLabel::setTextFromInt(int x);
void SGWLabel::setTextFromString(const SGXString& text);
void SGWLabel::setVerticalAlignment(SGWVerticalAlignment::Flag alignment);
void SGWWidget::setW0(float w0);
void SGWWidget::setW1(float w1);
void SGWWidget::setX0(float x0);
void SGWWidget::setX1(float x1);
void SGWWidget::setY0(float y0);
void SGWWidget::setY1(float y1);
©2025 05524F.sg (Singapore)