sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
SGWScrollView::SGWScrollView(SGWWidget* parent, float x1, float x0, float y1, float y0, float w1, float w0, float h1, float h0, float i1, float i0, float s1, float s0);
void SGWWidget::deleteWidget();
static void SGWBackground::disable(SGWBackground*& thisPointer);
static void SGWBackground::enable(SGWBackground*& thisPointer, SGWBackground* (*initFunction)(), void (*resetFunction)());
[[nodiscard]] SGLArray‹SGWWidget*› SGWWidget::getChildren() const;
[[nodiscard]] SGXColourRGBA SGWBackground::getColour(bool* isUsing) const;
[[nodiscard]] float SGWWidget::getH0() const;
[[nodiscard]] float SGWWidget::getH1() const;
[[nodiscard]] float SGWScrollView::getI0() const;
[[nodiscard]] float SGWScrollView::getI1() const;
[[nodiscard]] bool SGWWidget::getItemVisibility() const;
[[nodiscard]] SGWWidget* SGWWidget::getParent() const;
[[nodiscard]] float SGWScrollView::getS0() const;
[[nodiscard]] float SGWScrollView::getS1() const;
[[nodiscard]] SGXColourRGBA SGWScrollView::getScrollbarBackgroundColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWScrollView::getScrollbarBackgroundFocusColour(bool* isUsing) const;
[[nodiscard]] int SGWScrollView::getScrollbarBackgroundFocusThemeColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWScrollView::getScrollbarBackgroundHoverColour(bool* isUsing) const;
[[nodiscard]] int SGWScrollView::getScrollbarBackgroundHoverThemeColour(bool* isUsing) const;
[[nodiscard]] int SGWScrollView::getScrollbarBackgroundThemeColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWScrollView::getScrollbarForegroundColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWScrollView::getScrollbarForegroundFocusColour(bool* isUsing) const;
[[nodiscard]] int SGWScrollView::getScrollbarForegroundFocusThemeColour(bool* isUsing) const;
[[nodiscard]] SGXColourRGBA SGWScrollView::getScrollbarForegroundHoverColour(bool* isUsing) const;
[[nodiscard]] int SGWScrollView::getScrollbarForegroundHoverThemeColour(bool* isUsing) const;
[[nodiscard]] int SGWScrollView::getScrollbarForegroundThemeColour(bool* isUsing) const;
[[nodiscard]] int SGWBackground::getThemeColour(bool* isUsing) const;
[[nodiscard]] SGWType::Type SGWWidget::getType() 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 SGWBackground::setColour(SGXColourRGBA colour);
void SGWWidget::setH0(float h0);
void SGWWidget::setH1(float h1);
void SGWScrollView::setI0(float i0);
void SGWScrollView::setI1(float i1);
void SGWWidget::setItemVisibility(bool x);
void SGWScrollView::setS0(float s0);
void SGWScrollView::setS1(float s1);
void SGWScrollView::setScrollbarBackgroundColour(SGXColourRGBA colour);
void SGWScrollView::setScrollbarBackgroundFocusColour(SGXColourRGBA colour);
void SGWScrollView::setScrollbarBackgroundFocusThemeColour(int themeColour);
void SGWScrollView::setScrollbarBackgroundHoverColour(SGXColourRGBA colour);
void SGWScrollView::setScrollbarBackgroundHoverThemeColour(int themeColour);
void SGWScrollView::setScrollbarBackgroundThemeColour(int themeColour);
void SGWScrollView::setScrollbarForegroundColour(SGXColourRGBA colour);
void SGWScrollView::setScrollbarForegroundFocusColour(SGXColourRGBA colour);
void SGWScrollView::setScrollbarForegroundFocusThemeColour(int themeColour);
void SGWScrollView::setScrollbarForegroundHoverColour(SGXColourRGBA colour);
void SGWScrollView::setScrollbarForegroundHoverThemeColour(int themeColour);
void SGWScrollView::setScrollbarForegroundThemeColour(int themeColour);
void SGWBackground::setThemeColour(int themeColour);
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)