|
gwenhywfar 5.14.1
|
#include "widget_p.h"#include <gwenhywfar/text.h>#include <gwenhywfar/debug.h>#include <gwenhywfar/dialog_be.h>#include <assert.h>#include <ctype.h>
Go to the source code of this file.
Macros | |
| #define | DISABLE_DEBUGLOG |
| int GWEN_Widget_AddChildGuiWidget | ( | GWEN_WIDGET * | w, |
| GWEN_WIDGET * | wChild ) |
Definition at line 836 of file widget.c.
References GWEN_ERROR_NOT_IMPLEMENTED.
Referenced by CocoaGui_WCheckBox_Setup(), CocoaGui_WComboBox_Setup(), CocoaGui_WGridLayout_Setup(), CocoaGui_WGroupBox_Setup(), CocoaGui_WHLayout_Setup(), CocoaGui_WHLine_Setup(), CocoaGui_WHSpacer_Setup(), CocoaGui_WLabel_Setup(), CocoaGui_WLineEdit_Setup(), CocoaGui_WListBox_Setup(), CocoaGui_WProgressBar_Setup(), CocoaGui_WPushButton_Setup(), CocoaGui_WRadioButton_Setup(), CocoaGui_WScrollArea_Setup(), CocoaGui_WSpinBox_Setup(), CocoaGui_WStack_Setup(), CocoaGui_WTabBook_Setup(), CocoaGui_WTextBrowser_Setup(), CocoaGui_WTextEdit_Setup(), CocoaGui_WVLayout_Setup(), CocoaGui_WVLine_Setup(), CocoaGui_WVSpacer_Setup(), Gtk2Gui_WCheckBox_Setup(), Gtk2Gui_WComboBox_Setup(), Gtk2Gui_WGridLayout_Setup(), Gtk2Gui_WGroupBox_Setup(), Gtk2Gui_WHLayout_Setup(), Gtk2Gui_WHLine_Setup(), Gtk2Gui_WHSpacer_Setup(), Gtk2Gui_WLabel_Setup(), Gtk2Gui_WLineEdit_Setup(), Gtk2Gui_WListBox_Setup(), Gtk2Gui_WProgressBar_Setup(), Gtk2Gui_WPushButton_Setup(), Gtk2Gui_WRadioButton_Setup(), Gtk2Gui_WScrollArea_Setup(), Gtk2Gui_WSpinBox_Setup(), Gtk2Gui_WStack_Setup(), Gtk2Gui_WTabBook_Setup(), Gtk2Gui_WTextBrowser_Setup(), Gtk2Gui_WTextEdit_Setup(), Gtk2Gui_WVLayout_Setup(), Gtk2Gui_WVLine_Setup(), Gtk2Gui_WVSpacer_Setup(), Gtk3Gui_WCheckBox_Setup(), Gtk3Gui_WComboBox_Setup(), Gtk3Gui_WGridLayout_Setup(), Gtk3Gui_WGroupBox_Setup(), Gtk3Gui_WHLayout_Setup(), Gtk3Gui_WHLine_Setup(), Gtk3Gui_WHSpacer_Setup(), Gtk3Gui_WHSplitter_Setup(), Gtk3Gui_WLabel_Setup(), Gtk3Gui_WLineEdit_Setup(), Gtk3Gui_WListBox_Setup(), Gtk3Gui_WProgressBar_Setup(), Gtk3Gui_WPushButton_Setup(), Gtk3Gui_WRadioButton_Setup(), Gtk3Gui_WScrollArea_Setup(), Gtk3Gui_WSpinBox_Setup(), Gtk3Gui_WStack_Setup(), Gtk3Gui_WTabBook_Setup(), Gtk3Gui_WTextBrowser_Setup(), Gtk3Gui_WTextEdit_Setup(), Gtk3Gui_WVLayout_Setup(), Gtk3Gui_WVLine_Setup(), Gtk3Gui_WVSpacer_Setup(), Gtk3Gui_WVSplitter_Setup(), Qt4_W_CheckBox::setup(), Qt4_W_ComboBox::setup(), Qt4_W_Dialog::setup(), Qt4_W_GridLayout::setup(), Qt4_W_GroupBox::setup(), Qt4_W_HLayout::setup(), Qt4_W_HLine::setup(), Qt4_W_Label::setup(), Qt4_W_LineEdit::setup(), Qt4_W_ListBox::setup(), Qt4_W_ProgressBar::setup(), Qt4_W_PushButton::setup(), Qt4_W_RadioButton::setup(), Qt4_W_ScrollArea::setup(), Qt4_W_SpinBox::setup(), Qt4_W_TabBook::setup(), Qt4_W_TextBrowser::setup(), Qt4_W_TextEdit::setup(), Qt4_W_VLayout::setup(), Qt4_W_VLine::setup(), Qt4_W_Widget::setup(), Qt4_W_WidgetStack::setup(), Qt5_W_CheckBox::setup(), Qt5_W_ComboBox::setup(), Qt5_W_Dialog::setup(), Qt5_W_GridLayout::setup(), Qt5_W_GroupBox::setup(), Qt5_W_HLayout::setup(), Qt5_W_HLine::setup(), Qt5_W_Label::setup(), Qt5_W_LineEdit::setup(), Qt5_W_ListBox::setup(), Qt5_W_ProgressBar::setup(), Qt5_W_PushButton::setup(), Qt5_W_RadioButton::setup(), Qt5_W_ScrollArea::setup(), Qt5_W_SpinBox::setup(), Qt5_W_TabBook::setup(), Qt5_W_TextBrowser::setup(), Qt5_W_TextEdit::setup(), Qt5_W_VLayout::setup(), Qt5_W_VLine::setup(), Qt5_W_Widget::setup(), and Qt5_W_WidgetStack::setup().

| void GWEN_Widget_AddFlags | ( | GWEN_WIDGET * | w, |
| uint32_t | fl ) |
Definition at line 167 of file widget.c.
Referenced by CocoaGui_Dialog_SetupTree(), CocoaGui_WHSpacer_Setup(), CocoaGui_WVSpacer_Setup(), Gtk2Gui_Dialog_SetupTree(), Gtk2Gui_WHSpacer_Setup(), Gtk2Gui_WVSpacer_Setup(), Gtk3Gui_Dialog_SetupTree(), Gtk3Gui_WHSpacer_Setup(), Gtk3Gui_WVSpacer_Setup(), and GWEN_Dialog_AddWidgetFlags().

| uint32_t GWEN_Widget_Flags_fromString | ( | const char * | s | ) |
Definition at line 522 of file widget.c.
References GWEN_WIDGET_FLAGS_DECOR_CLOSE, GWEN_WIDGET_FLAGS_DECOR_MAXIMIZE, GWEN_WIDGET_FLAGS_DECOR_MENU, GWEN_WIDGET_FLAGS_DECOR_MINIMIZE, GWEN_WIDGET_FLAGS_DECOR_SHRINKABLE, GWEN_WIDGET_FLAGS_DECOR_STRETCHABLE, GWEN_WIDGET_FLAGS_DEFAULT_WIDGET, GWEN_WIDGET_FLAGS_EQUAL_HEIGHT, GWEN_WIDGET_FLAGS_EQUAL_WIDTH, GWEN_WIDGET_FLAGS_FILLX, GWEN_WIDGET_FLAGS_FILLY, GWEN_WIDGET_FLAGS_FIXED_HEIGHT, GWEN_WIDGET_FLAGS_FIXED_WIDTH, GWEN_WIDGET_FLAGS_FRAME_GROOVE, GWEN_WIDGET_FLAGS_FRAME_RAISED, GWEN_WIDGET_FLAGS_FRAME_SUNKEN, GWEN_WIDGET_FLAGS_FRAME_THICK, GWEN_WIDGET_FLAGS_JUSTIFY_BOTTOM, GWEN_WIDGET_FLAGS_JUSTIFY_CENTERX, GWEN_WIDGET_FLAGS_JUSTIFY_CENTERY, GWEN_WIDGET_FLAGS_JUSTIFY_LEFT, GWEN_WIDGET_FLAGS_JUSTIFY_RIGHT, GWEN_WIDGET_FLAGS_JUSTIFY_TOP, GWEN_WIDGET_FLAGS_NO_WORDWRAP, GWEN_WIDGET_FLAGS_PASSWORD, and GWEN_WIDGET_FLAGS_READONLY.
Referenced by GWEN_Widget_ReadXml().

| void GWEN_Widget_free | ( | GWEN_WIDGET * | w | ) |
Definition at line 66 of file widget.c.
References GWEN_FREE_OBJECT, GWEN_INHERIT_FINI, GWEN_TREE_FINI, and GWEN_WIDGET_TEXTCOUNT.
Referenced by GWEN_Dialog__ReadXmlWidget(), and GWEN_Dialog_RemoveWidget().

| const char * GWEN_Widget_GetCharProperty | ( | GWEN_WIDGET * | w, |
| GWEN_DIALOG_PROPERTY | prop, | ||
| int | index, | ||
| const char * | defaultValue ) |
Definition at line 820 of file widget.c.
Referenced by CocoaGui_Dialog_GetCharProperty(), QT4_GuiDialog::getCharProperty(), QT5_GuiDialog::getCharProperty(), Gtk2Gui_Dialog_GetCharProperty(), and Gtk3Gui_Dialog_GetCharProperty().

| int GWEN_Widget_GetColumns | ( | const GWEN_WIDGET * | w | ) |
Definition at line 203 of file widget.c.
Referenced by Qt4_W_GridLayout::addChildGuiWidget(), Qt5_W_GridLayout::addChildGuiWidget(), CocoaGui_WGridLayout_Setup(), CppWidget::getColumns(), Gtk2Gui_WGridLayout_Setup(), Gtk2Gui_WListBox_SetCharProperty(), Gtk2Gui_WListBox_SetIntProperty(), Gtk3Gui_WGridLayout_Setup(), Gtk3Gui_WListBox_SetCharProperty(), Gtk3Gui_WListBox_SetIntProperty(), GWEN_Dialog_GetWidgetColumns(), and FOX16_GuiDialog::setupTree().

| GWEN_DIALOG * GWEN_Widget_GetDialog | ( | const GWEN_WIDGET * | w | ) |
Definition at line 92 of file widget.c.
Referenced by changed_handler(), changed_handler(), CocoaGui_WCheckBox_Toggled_handler(), CocoaGui_WComboBox_Changed_handler(), CocoaGui_WLineEdit_Changed_text_handler(), CocoaGui_WLineEdit_End_Editing_text_handler(), CocoaGui_WListBox_Changed_handler(), CocoaGui_WPushButton_Clicked_handler(), CocoaGui_WPushButton_Setup(), CocoaGui_WRadioButton_Toggled_handler(), CocoaGui_WSpinBox_Changed_handler(), CocoaGui_WTextBrowser_SetCharProperty(), CocoaGui_WTextEdit_Changed_text_handler(), CocoaGui_WTextEdit_End_Editing_text_handler(), CppWidget::getDialog(), Gtk2Gui_WCheckBox_Toggled_handler(), Gtk2Gui_WLineEdit_Deleted_text_handler(), Gtk2Gui_WLineEdit_Inserted_text_handler(), Gtk2Gui_WListBox_CursorChanged_handler(), Gtk2Gui_WPushButton_Clicked_handler(), Gtk2Gui_WPushButton_Setup(), Gtk2Gui_WRadioButton_Toggled_handler(), Gtk2Gui_WSpinBox_Changed_handler(), Gtk2Gui_WTextEdit_Changed_handler(), Gtk3Gui_WCheckBox_Toggled_handler(), Gtk3Gui_WLineEdit_Deleted_text_handler(), Gtk3Gui_WLineEdit_Inserted_text_handler(), Gtk3Gui_WListBox_CursorChanged_handler(), Gtk3Gui_WPushButton_Clicked_handler(), Gtk3Gui_WPushButton_Setup(), Gtk3Gui_WRadioButton_Toggled_handler(), Gtk3Gui_WSpinBox_Changed_handler(), Gtk3Gui_WTextEdit_Changed_handler(), GWEN_Dialog_DumpWidget(), FOX16_GuiDialog::onSelChanged(), FOX16_GuiDialog::onSelCommand(), QT4_DialogBox::slotActivated(), QT5_DialogBox::slotActivated(), QT4_DialogBox::slotValueChanged(), and QT5_DialogBox::slotValueChanged().

| uint32_t GWEN_Widget_GetFlags | ( | const GWEN_WIDGET * | w | ) |
Returns the flags of the given widget (see GWEN_WIDGET_FLAGS_FILLX and following).
Definition at line 149 of file widget.c.
Referenced by CocoaGui_WCheckBox_Setup(), CocoaGui_WComboBox_Setup(), CocoaGui_WDialog_Setup(), CocoaGui_WGridLayout_AddChildGuiWidget(), CocoaGui_WGridLayout_Setup(), CocoaGui_WGroupBox_Setup(), CocoaGui_WHLayout_AddChildGuiWidget(), CocoaGui_WHLayout_Setup(), CocoaGui_WHLine_Setup(), CocoaGui_WHSpacer_Setup(), CocoaGui_WLabel_Setup(), CocoaGui_WLineEdit_Setup(), CocoaGui_WListBox_Setup(), CocoaGui_WProgressBar_Setup(), CocoaGui_WPushButton_Setup(), CocoaGui_WRadioButton_Setup(), CocoaGui_WScrollArea_AddChildGuiWidget(), CocoaGui_WScrollArea_Setup(), CocoaGui_WSpinBox_Setup(), CocoaGui_WStack_Setup(), CocoaGui_WTabBook_Setup(), CocoaGui_WTextBrowser_Setup(), CocoaGui_WTextEdit_Setup(), CocoaGui_WVLayout_AddChildGuiWidget(), CocoaGui_WVLayout_Setup(), CocoaGui_WVLine_Setup(), CocoaGui_WVSpacer_Setup(), CppWidget::getFlags(), Gtk2Gui_WComboBox_Setup(), Gtk2Gui_WGridLayout_AddChildGuiWidget(), Gtk2Gui_WGroupBox_AddChildGuiWidget(), Gtk2Gui_WHLayout_AddChildGuiWidget(), Gtk2Gui_WLineEdit_Setup(), Gtk2Gui_WScrollArea_AddChildGuiWidget(), Gtk2Gui_WVLayout_AddChildGuiWidget(), Gtk2Gui_WVLayout_Setup(), Gtk3Gui_WComboBox_Setup(), Gtk3Gui_WGridLayout_AddChildGuiWidget(), Gtk3Gui_WGroupBox_AddChildGuiWidget(), Gtk3Gui_WHLayout_AddChildGuiWidget(), Gtk3Gui_WHSpacer_Setup(), Gtk3Gui_WLineEdit_Setup(), Gtk3Gui_WScrollArea_AddChildGuiWidget(), Gtk3Gui_WStack_AddChildGuiWidget(), Gtk3Gui_WVLayout_AddChildGuiWidget(), GWEN_Dialog_GetWidgetFlags(), Qt4_W_CheckBox::setup(), Qt4_W_ComboBox::setup(), Qt4_W_Dialog::setup(), Qt4_W_GridLayout::setup(), Qt4_W_GroupBox::setup(), Qt4_W_HLayout::setup(), Qt4_W_HLine::setup(), Qt4_W_Label::setup(), Qt4_W_LineEdit::setup(), Qt4_W_ListBox::setup(), Qt4_W_ProgressBar::setup(), Qt4_W_PushButton::setup(), Qt4_W_RadioButton::setup(), Qt4_W_ScrollArea::setup(), Qt4_W_SpinBox::setup(), Qt4_W_TabBook::setup(), Qt4_W_TextBrowser::setup(), Qt4_W_TextEdit::setup(), Qt4_W_VLayout::setup(), Qt4_W_VLine::setup(), Qt4_W_Widget::setup(), Qt4_W_WidgetStack::setup(), Qt5_W_CheckBox::setup(), Qt5_W_ComboBox::setup(), Qt5_W_Dialog::setup(), Qt5_W_GridLayout::setup(), Qt5_W_GroupBox::setup(), Qt5_W_HLayout::setup(), Qt5_W_HLine::setup(), Qt5_W_Label::setup(), Qt5_W_LineEdit::setup(), Qt5_W_ListBox::setup(), Qt5_W_ProgressBar::setup(), Qt5_W_PushButton::setup(), Qt5_W_RadioButton::setup(), Qt5_W_ScrollArea::setup(), Qt5_W_SpinBox::setup(), Qt5_W_TabBook::setup(), Qt5_W_TextBrowser::setup(), Qt5_W_TextEdit::setup(), Qt5_W_VLayout::setup(), Qt5_W_VLine::setup(), Qt5_W_Widget::setup(), Qt5_W_WidgetStack::setup(), and FOX16_GuiDialog::setupTree().

| int GWEN_Widget_GetGroupId | ( | const GWEN_WIDGET * | w | ) |
Definition at line 239 of file widget.c.
Referenced by CocoaGui_WRadioButton_Setup(), CppWidget::getGroupId(), Gtk2Gui_WRadioButton_Setup(), Gtk3Gui_WRadioButton_Setup(), and FOX16_GuiDialog::setupTree().

| int GWEN_Widget_GetHeight | ( | const GWEN_WIDGET * | w | ) |
Definition at line 275 of file widget.c.
Referenced by CppWidget::getHeight().

| const char * GWEN_Widget_GetIconFileName | ( | const GWEN_WIDGET * | w | ) |
Definition at line 342 of file widget.c.
Referenced by CocoaGui_WPushButton_Setup(), CppWidget::getIconFileName(), Gtk2Gui_WPushButton_Setup(), Gtk3Gui_WPushButton_Setup(), and FOX16_GuiDialog::setupTree().

| const char * GWEN_Widget_GetImageFileName | ( | const GWEN_WIDGET * | w | ) |
Definition at line 364 of file widget.c.
Referenced by CppWidget::getImageFileName().

| void * GWEN_Widget_GetImplData | ( | const GWEN_WIDGET * | w, |
| int | index ) |
Definition at line 122 of file widget.c.
References DBG_ERROR, GWEN_LOGDOMAIN, GWEN_WIDGET_IMPLDATACOUNT, and NULL.
Referenced by Qt4_W_Dialog::addChildGuiWidget(), Qt4_W_GridLayout::addChildGuiWidget(), Qt4_W_GroupBox::addChildGuiWidget(), Qt4_W_HLayout::addChildGuiWidget(), Qt4_W_ScrollArea::addChildGuiWidget(), Qt4_W_TabBook::addChildGuiWidget(), Qt4_W_VLayout::addChildGuiWidget(), Qt4_W_WidgetStack::addChildGuiWidget(), Qt5_W_Dialog::addChildGuiWidget(), Qt5_W_GridLayout::addChildGuiWidget(), Qt5_W_GroupBox::addChildGuiWidget(), Qt5_W_HLayout::addChildGuiWidget(), Qt5_W_ScrollArea::addChildGuiWidget(), Qt5_W_TabBook::addChildGuiWidget(), Qt5_W_VLayout::addChildGuiWidget(), Qt5_W_WidgetStack::addChildGuiWidget(), CocoaGui_Dialog_Setup(), CocoaGui_WCheckBox_GetCharProperty(), CocoaGui_WCheckBox_GetIntProperty(), CocoaGui_WCheckBox_SetCharProperty(), CocoaGui_WCheckBox_SetIntProperty(), CocoaGui_WComboBox_GetCharProperty(), CocoaGui_WComboBox_GetIntProperty(), CocoaGui_WComboBox_SetCharProperty(), CocoaGui_WComboBox_SetIntProperty(), CocoaGui_WDialog_AddChildGuiWidget(), CocoaGui_WDialog_GetCharProperty(), CocoaGui_WDialog_GetIntProperty(), CocoaGui_WDialog_SetCharProperty(), CocoaGui_WDialog_SetIntProperty(), CocoaGui_WGridLayout_AddChildGuiWidget(), CocoaGui_WGridLayout_GetCharProperty(), CocoaGui_WGridLayout_GetIntProperty(), CocoaGui_WGridLayout_SetCharProperty(), CocoaGui_WGridLayout_SetIntProperty(), CocoaGui_WGroupBox_AddChildGuiWidget(), CocoaGui_WGroupBox_GetCharProperty(), CocoaGui_WGroupBox_GetIntProperty(), CocoaGui_WGroupBox_SetCharProperty(), CocoaGui_WGroupBox_SetIntProperty(), CocoaGui_WHLayout_AddChildGuiWidget(), CocoaGui_WHLayout_GetIntProperty(), CocoaGui_WHLayout_SetIntProperty(), CocoaGui_WHLine_GetIntProperty(), CocoaGui_WHLine_SetIntProperty(), CocoaGui_WHSpacer_GetIntProperty(), CocoaGui_WHSpacer_SetIntProperty(), CocoaGui_WLabel_GetCharProperty(), CocoaGui_WLabel_GetIntProperty(), CocoaGui_WLabel_SetCharProperty(), CocoaGui_WLabel_SetIntProperty(), CocoaGui_WLineEdit_GetCharProperty(), CocoaGui_WLineEdit_GetIntProperty(), CocoaGui_WLineEdit_SetCharProperty(), CocoaGui_WLineEdit_SetIntProperty(), CocoaGui_WListBox_GetCharProperty(), CocoaGui_WListBox_GetIntProperty(), CocoaGui_WListBox_SetCharProperty(), CocoaGui_WListBox_SetIntProperty(), CocoaGui_WProgressBar_GetIntProperty(), CocoaGui_WProgressBar_SetIntProperty(), CocoaGui_WPushButton_GetCharProperty(), CocoaGui_WPushButton_GetIntProperty(), CocoaGui_WPushButton_SetCharProperty(), CocoaGui_WPushButton_SetIntProperty(), CocoaGui_WRadioButton_GetCharProperty(), CocoaGui_WRadioButton_GetIntProperty(), CocoaGui_WRadioButton_SetCharProperty(), CocoaGui_WRadioButton_SetIntProperty(), CocoaGui_WRadioButton_Setup(), CocoaGui_WScrollArea_AddChildGuiWidget(), CocoaGui_WScrollArea_GetCharProperty(), CocoaGui_WScrollArea_GetIntProperty(), CocoaGui_WScrollArea_SetCharProperty(), CocoaGui_WScrollArea_SetIntProperty(), CocoaGui_WSpinBox_GetCharProperty(), CocoaGui_WSpinBox_GetIntProperty(), CocoaGui_WSpinBox_SetCharProperty(), CocoaGui_WSpinBox_SetIntProperty(), CocoaGui_WStack_AddChildGuiWidget(), CocoaGui_WStack_GetCharProperty(), CocoaGui_WStack_GetIntProperty(), CocoaGui_WStack_SetCharProperty(), CocoaGui_WStack_SetIntProperty(), CocoaGui_WTabBook_AddChildGuiWidget(), CocoaGui_WTabBook_GetCharProperty(), CocoaGui_WTabBook_GetIntProperty(), CocoaGui_WTabBook_SetCharProperty(), CocoaGui_WTabBook_SetIntProperty(), CocoaGui_WTextBrowser_GetCharProperty(), CocoaGui_WTextBrowser_GetIntProperty(), CocoaGui_WTextBrowser_SetCharProperty(), CocoaGui_WTextBrowser_SetIntProperty(), CocoaGui_WTextEdit_GetCharProperty(), CocoaGui_WTextEdit_GetIntProperty(), CocoaGui_WTextEdit_SetCharProperty(), CocoaGui_WTextEdit_SetIntProperty(), CocoaGui_WVLayout_AddChildGuiWidget(), CocoaGui_WVLayout_GetIntProperty(), CocoaGui_WVLayout_SetIntProperty(), CocoaGui_WVLine_GetIntProperty(), CocoaGui_WVLine_SetIntProperty(), CocoaGui_WVSpacer_GetIntProperty(), CocoaGui_WVSpacer_SetIntProperty(), FOX16_GuiDialog::getCharProperty(), Qt4_W_CheckBox::getCharProperty(), Qt4_W_ComboBox::getCharProperty(), Qt4_W_Dialog::getCharProperty(), Qt4_W_Label::getCharProperty(), Qt4_W_LineEdit::getCharProperty(), Qt4_W_ListBox::getCharProperty(), Qt4_W_PushButton::getCharProperty(), Qt4_W_RadioButton::getCharProperty(), Qt4_W_TextEdit::getCharProperty(), Qt5_W_CheckBox::getCharProperty(), Qt5_W_ComboBox::getCharProperty(), Qt5_W_Dialog::getCharProperty(), Qt5_W_Label::getCharProperty(), Qt5_W_LineEdit::getCharProperty(), Qt5_W_ListBox::getCharProperty(), Qt5_W_PushButton::getCharProperty(), Qt5_W_RadioButton::getCharProperty(), Qt5_W_TextEdit::getCharProperty(), FOX16_GuiDialog::getIntProperty(), Qt4_W_CheckBox::getIntProperty(), Qt4_W_ComboBox::getIntProperty(), Qt4_W_ListBox::getIntProperty(), Qt4_W_ProgressBar::getIntProperty(), Qt4_W_RadioButton::getIntProperty(), Qt4_W_SpinBox::getIntProperty(), Qt4_W_Widget::getIntProperty(), Qt4_W_WidgetStack::getIntProperty(), Qt5_W_CheckBox::getIntProperty(), Qt5_W_ComboBox::getIntProperty(), Qt5_W_ListBox::getIntProperty(), Qt5_W_ProgressBar::getIntProperty(), Qt5_W_RadioButton::getIntProperty(), Qt5_W_SpinBox::getIntProperty(), Qt5_W_Widget::getIntProperty(), Qt5_W_WidgetStack::getIntProperty(), Qt4_W_Widget::getQWidget(), Qt5_W_Widget::getQWidget(), Gtk2Gui_Dialog_Setup(), Gtk2Gui_WCheckBox_GetCharProperty(), Gtk2Gui_WCheckBox_GetIntProperty(), Gtk2Gui_WCheckBox_SetCharProperty(), Gtk2Gui_WCheckBox_SetIntProperty(), Gtk2Gui_WComboBox_GetCharProperty(), Gtk2Gui_WComboBox_GetIntProperty(), Gtk2Gui_WComboBox_SetCharProperty(), Gtk2Gui_WComboBox_SetIntProperty(), Gtk2Gui_WDialog_AddChildGuiWidget(), Gtk2Gui_WDialog_GetCharProperty(), Gtk2Gui_WDialog_GetIntProperty(), Gtk2Gui_WDialog_SetCharProperty(), Gtk2Gui_WDialog_SetIntProperty(), Gtk2Gui_WGridLayout_AddChildGuiWidget(), Gtk2Gui_WGridLayout_GetCharProperty(), Gtk2Gui_WGridLayout_GetIntProperty(), Gtk2Gui_WGridLayout_SetCharProperty(), Gtk2Gui_WGridLayout_SetIntProperty(), Gtk2Gui_WGroupBox_AddChildGuiWidget(), Gtk2Gui_WGroupBox_GetCharProperty(), Gtk2Gui_WGroupBox_GetIntProperty(), Gtk2Gui_WGroupBox_SetCharProperty(), Gtk2Gui_WGroupBox_SetIntProperty(), Gtk2Gui_WHLayout_AddChildGuiWidget(), Gtk2Gui_WHLayout_GetCharProperty(), Gtk2Gui_WHLayout_GetIntProperty(), Gtk2Gui_WHLayout_SetCharProperty(), Gtk2Gui_WHLayout_SetIntProperty(), Gtk2Gui_WHLine_GetIntProperty(), Gtk2Gui_WHLine_SetIntProperty(), Gtk2Gui_WHSpacer_GetIntProperty(), Gtk2Gui_WHSpacer_SetIntProperty(), Gtk2Gui_WLabel_GetCharProperty(), Gtk2Gui_WLabel_GetIntProperty(), Gtk2Gui_WLabel_SetCharProperty(), Gtk2Gui_WLabel_SetIntProperty(), Gtk2Gui_WLineEdit_GetCharProperty(), Gtk2Gui_WLineEdit_GetIntProperty(), Gtk2Gui_WLineEdit_SetCharProperty(), Gtk2Gui_WLineEdit_SetIntProperty(), Gtk2Gui_WListBox_GetCharProperty(), Gtk2Gui_WListBox_GetIntProperty(), Gtk2Gui_WListBox_SetCharProperty(), Gtk2Gui_WListBox_SetIntProperty(), Gtk2Gui_WProgressBar_GetIntProperty(), Gtk2Gui_WProgressBar_SetIntProperty(), Gtk2Gui_WPushButton_GetCharProperty(), Gtk2Gui_WPushButton_GetIntProperty(), Gtk2Gui_WPushButton_SetCharProperty(), Gtk2Gui_WPushButton_SetIntProperty(), Gtk2Gui_WRadioButton_GetCharProperty(), Gtk2Gui_WRadioButton_GetIntProperty(), Gtk2Gui_WRadioButton_SetCharProperty(), Gtk2Gui_WRadioButton_SetIntProperty(), Gtk2Gui_WRadioButton_Setup(), Gtk2Gui_WScrollArea_AddChildGuiWidget(), Gtk2Gui_WScrollArea_GetCharProperty(), Gtk2Gui_WScrollArea_GetIntProperty(), Gtk2Gui_WScrollArea_SetCharProperty(), Gtk2Gui_WScrollArea_SetIntProperty(), Gtk2Gui_WSpinBox_GetIntProperty(), Gtk2Gui_WSpinBox_SetIntProperty(), Gtk2Gui_WStack_AddChildGuiWidget(), Gtk2Gui_WStack_GetCharProperty(), Gtk2Gui_WStack_GetIntProperty(), Gtk2Gui_WStack_SetCharProperty(), Gtk2Gui_WStack_SetIntProperty(), Gtk2Gui_WTabBook_AddChildGuiWidget(), Gtk2Gui_WTabBook_GetCharProperty(), Gtk2Gui_WTabBook_GetIntProperty(), Gtk2Gui_WTabBook_SetCharProperty(), Gtk2Gui_WTabBook_SetIntProperty(), Gtk2Gui_WTextBrowser_GetCharProperty(), Gtk2Gui_WTextBrowser_GetIntProperty(), Gtk2Gui_WTextBrowser_SetCharProperty(), Gtk2Gui_WTextBrowser_SetIntProperty(), Gtk2Gui_WTextEdit_GetCharProperty(), Gtk2Gui_WTextEdit_GetIntProperty(), Gtk2Gui_WTextEdit_SetCharProperty(), Gtk2Gui_WTextEdit_SetIntProperty(), Gtk2Gui_WVLayout_AddChildGuiWidget(), Gtk2Gui_WVLayout_GetCharProperty(), Gtk2Gui_WVLayout_GetIntProperty(), Gtk2Gui_WVLayout_SetCharProperty(), Gtk2Gui_WVLayout_SetIntProperty(), Gtk2Gui_WVLine_GetIntProperty(), Gtk2Gui_WVLine_SetIntProperty(), Gtk2Gui_WVSpacer_GetIntProperty(), Gtk2Gui_WVSpacer_SetIntProperty(), Gtk3Gui_Dialog_Setup(), Gtk3Gui_WCheckBox_GetCharProperty(), Gtk3Gui_WCheckBox_GetIntProperty(), Gtk3Gui_WCheckBox_SetCharProperty(), Gtk3Gui_WCheckBox_SetIntProperty(), Gtk3Gui_WComboBox_GetCharProperty(), Gtk3Gui_WComboBox_GetIntProperty(), Gtk3Gui_WComboBox_SetCharProperty(), Gtk3Gui_WComboBox_SetIntProperty(), Gtk3Gui_WDialog_AddChildGuiWidget(), Gtk3Gui_WDialog_GetCharProperty(), Gtk3Gui_WDialog_GetIntProperty(), Gtk3Gui_WDialog_SetCharProperty(), Gtk3Gui_WDialog_SetIntProperty(), Gtk3Gui_WGridLayout_AddChildGuiWidget(), Gtk3Gui_WGridLayout_GetCharProperty(), Gtk3Gui_WGridLayout_GetIntProperty(), Gtk3Gui_WGridLayout_SetCharProperty(), Gtk3Gui_WGridLayout_SetIntProperty(), Gtk3Gui_WGroupBox_AddChildGuiWidget(), Gtk3Gui_WGroupBox_GetCharProperty(), Gtk3Gui_WGroupBox_GetIntProperty(), Gtk3Gui_WGroupBox_SetCharProperty(), Gtk3Gui_WGroupBox_SetIntProperty(), Gtk3Gui_WHLayout_AddChildGuiWidget(), Gtk3Gui_WHLayout_GetCharProperty(), Gtk3Gui_WHLayout_GetIntProperty(), Gtk3Gui_WHLayout_SetCharProperty(), Gtk3Gui_WHLayout_SetIntProperty(), Gtk3Gui_WHLine_GetIntProperty(), Gtk3Gui_WHLine_SetIntProperty(), Gtk3Gui_WHSpacer_GetIntProperty(), Gtk3Gui_WHSpacer_SetIntProperty(), Gtk3Gui_WHSplitter_AddChildGuiWidget(), Gtk3Gui_WHSplitter_GetIntProperty(), Gtk3Gui_WHSplitter_SetIntProperty(), Gtk3Gui_WLabel_GetCharProperty(), Gtk3Gui_WLabel_GetIntProperty(), Gtk3Gui_WLabel_SetCharProperty(), Gtk3Gui_WLabel_SetIntProperty(), Gtk3Gui_WLineEdit_GetCharProperty(), Gtk3Gui_WLineEdit_GetIntProperty(), Gtk3Gui_WLineEdit_SetCharProperty(), Gtk3Gui_WLineEdit_SetIntProperty(), Gtk3Gui_WListBox_GetCharProperty(), Gtk3Gui_WListBox_GetIntProperty(), Gtk3Gui_WListBox_SetCharProperty(), Gtk3Gui_WListBox_SetIntProperty(), Gtk3Gui_WProgressBar_GetIntProperty(), Gtk3Gui_WProgressBar_SetIntProperty(), Gtk3Gui_WPushButton_GetCharProperty(), Gtk3Gui_WPushButton_GetIntProperty(), Gtk3Gui_WPushButton_SetCharProperty(), Gtk3Gui_WPushButton_SetIntProperty(), Gtk3Gui_WRadioButton_GetCharProperty(), Gtk3Gui_WRadioButton_GetIntProperty(), Gtk3Gui_WRadioButton_SetCharProperty(), Gtk3Gui_WRadioButton_SetIntProperty(), Gtk3Gui_WRadioButton_Setup(), Gtk3Gui_WScrollArea_AddChildGuiWidget(), Gtk3Gui_WScrollArea_GetCharProperty(), Gtk3Gui_WScrollArea_GetIntProperty(), Gtk3Gui_WScrollArea_SetCharProperty(), Gtk3Gui_WScrollArea_SetIntProperty(), Gtk3Gui_WSpinBox_GetIntProperty(), Gtk3Gui_WSpinBox_SetIntProperty(), Gtk3Gui_WStack_AddChildGuiWidget(), Gtk3Gui_WStack_GetCharProperty(), Gtk3Gui_WStack_GetIntProperty(), Gtk3Gui_WStack_SetCharProperty(), Gtk3Gui_WStack_SetIntProperty(), Gtk3Gui_WTabBook_AddChildGuiWidget(), Gtk3Gui_WTabBook_GetCharProperty(), Gtk3Gui_WTabBook_GetIntProperty(), Gtk3Gui_WTabBook_SetCharProperty(), Gtk3Gui_WTabBook_SetIntProperty(), Gtk3Gui_WTextBrowser_GetCharProperty(), Gtk3Gui_WTextBrowser_GetIntProperty(), Gtk3Gui_WTextBrowser_SetCharProperty(), Gtk3Gui_WTextBrowser_SetIntProperty(), Gtk3Gui_WTextEdit_GetCharProperty(), Gtk3Gui_WTextEdit_GetIntProperty(), Gtk3Gui_WTextEdit_SetCharProperty(), Gtk3Gui_WTextEdit_SetIntProperty(), Gtk3Gui_WVLayout_AddChildGuiWidget(), Gtk3Gui_WVLayout_GetCharProperty(), Gtk3Gui_WVLayout_GetIntProperty(), Gtk3Gui_WVLayout_SetCharProperty(), Gtk3Gui_WVLayout_SetIntProperty(), Gtk3Gui_WVLine_GetIntProperty(), Gtk3Gui_WVLine_SetIntProperty(), Gtk3Gui_WVSpacer_GetIntProperty(), Gtk3Gui_WVSpacer_SetIntProperty(), Gtk3Gui_WVSplitter_AddChildGuiWidget(), Gtk3Gui_WVSplitter_GetIntProperty(), Gtk3Gui_WVSplitter_SetIntProperty(), GWEN_Dialog_FindWidgetByImplData(), FOX16_GuiDialog::setCharProperty(), Qt4_W_CheckBox::setCharProperty(), Qt4_W_ComboBox::setCharProperty(), Qt4_W_Dialog::setCharProperty(), Qt4_W_Label::setCharProperty(), Qt4_W_LineEdit::setCharProperty(), Qt4_W_ListBox::setCharProperty(), Qt4_W_PushButton::setCharProperty(), Qt4_W_RadioButton::setCharProperty(), Qt4_W_TextBrowser::setCharProperty(), Qt4_W_TextEdit::setCharProperty(), Qt5_W_CheckBox::setCharProperty(), Qt5_W_ComboBox::setCharProperty(), Qt5_W_Dialog::setCharProperty(), Qt5_W_Label::setCharProperty(), Qt5_W_LineEdit::setCharProperty(), Qt5_W_ListBox::setCharProperty(), Qt5_W_PushButton::setCharProperty(), Qt5_W_RadioButton::setCharProperty(), Qt5_W_TextBrowser::setCharProperty(), Qt5_W_TextEdit::setCharProperty(), FOX16_GuiDialog::setIntProperty(), Qt4_W_CheckBox::setIntProperty(), Qt4_W_ComboBox::setIntProperty(), Qt4_W_ListBox::setIntProperty(), Qt4_W_ProgressBar::setIntProperty(), Qt4_W_RadioButton::setIntProperty(), Qt4_W_SpinBox::setIntProperty(), Qt4_W_Widget::setIntProperty(), Qt4_W_WidgetStack::setIntProperty(), Qt5_W_CheckBox::setIntProperty(), Qt5_W_ComboBox::setIntProperty(), Qt5_W_ListBox::setIntProperty(), Qt5_W_ProgressBar::setIntProperty(), Qt5_W_RadioButton::setIntProperty(), Qt5_W_SpinBox::setIntProperty(), Qt5_W_Widget::setIntProperty(), Qt5_W_WidgetStack::setIntProperty(), QT4_GuiDialog::setup(), QT5_GuiDialog::setup(), QT4_GuiDialog::setupTree(), and QT5_GuiDialog::setupTree().

| int GWEN_Widget_GetIntProperty | ( | GWEN_WIDGET * | w, |
| GWEN_DIALOG_PROPERTY | prop, | ||
| int | index, | ||
| int | defaultValue ) |
Definition at line 787 of file widget.c.
Referenced by CocoaGui_Dialog_GetIntProperty(), QT4_GuiDialog::getIntProperty(), QT5_GuiDialog::getIntProperty(), Gtk2Gui_Dialog_GetIntProperty(), and Gtk3Gui_Dialog_GetIntProperty().

| const char * GWEN_Widget_GetName | ( | const GWEN_WIDGET * | w | ) |
Definition at line 320 of file widget.c.
Referenced by changed_handler(), changed_handler(), CocoaGui_WCheckBox_Toggled_handler(), CocoaGui_WComboBox_Changed_handler(), CocoaGui_WLineEdit_Changed_text_handler(), CocoaGui_WLineEdit_End_Editing_text_handler(), CocoaGui_WListBox_Changed_handler(), CocoaGui_WPushButton_Clicked_handler(), CocoaGui_WRadioButton_Toggled_handler(), CocoaGui_WSpinBox_Changed_handler(), CocoaGui_WTextEdit_Changed_text_handler(), CocoaGui_WTextEdit_End_Editing_text_handler(), CppWidget::getName(), Gtk2Gui_WCheckBox_Toggled_handler(), Gtk2Gui_WLineEdit_Deleted_text_handler(), Gtk2Gui_WLineEdit_Inserted_text_handler(), Gtk2Gui_WListBox_CursorChanged_handler(), Gtk2Gui_WPushButton_Clicked_handler(), Gtk2Gui_WRadioButton_Toggled_handler(), Gtk2Gui_WSpinBox_Changed_handler(), Gtk2Gui_WTextEdit_Changed_handler(), Gtk3Gui_WCheckBox_Toggled_handler(), Gtk3Gui_WLineEdit_Deleted_text_handler(), Gtk3Gui_WLineEdit_Inserted_text_handler(), Gtk3Gui_WListBox_CursorChanged_handler(), Gtk3Gui_WPushButton_Clicked_handler(), Gtk3Gui_WRadioButton_Toggled_handler(), Gtk3Gui_WSpinBox_Changed_handler(), Gtk3Gui_WTextEdit_Changed_handler(), GWEN_Dialog_DumpWidget(), GWEN_Dialog_FindWidgetByName(), FOX16_GuiDialog::onSelChanged(), FOX16_GuiDialog::onSelCommand(), FOX16_GuiDialog::setIntProperty(), FOX16_GuiDialog::setupTree(), QT4_DialogBox::slotActivated(), QT5_DialogBox::slotActivated(), QT4_DialogBox::slotValueChanged(), and QT5_DialogBox::slotValueChanged().

| int GWEN_Widget_GetRows | ( | const GWEN_WIDGET * | w | ) |
Definition at line 221 of file widget.c.
Referenced by Qt4_W_GridLayout::addChildGuiWidget(), Qt5_W_GridLayout::addChildGuiWidget(), CocoaGui_WGridLayout_Setup(), CppWidget::getRows(), Gtk2Gui_WGridLayout_Setup(), Gtk3Gui_WGridLayout_Setup(), GWEN_Dialog_GetWidgetRows(), and FOX16_GuiDialog::setupTree().

| const char * GWEN_Widget_GetText | ( | const GWEN_WIDGET * | w, |
| int | idx ) |
Definition at line 293 of file widget.c.
References GWEN_WIDGET_TEXTCOUNT, and NULL.
Referenced by Qt4_W_TabBook::addChildGuiWidget(), Qt5_W_TabBook::addChildGuiWidget(), CocoaGui_WCheckBox_Setup(), CocoaGui_WDialog_Setup(), CocoaGui_WGroupBox_Setup(), CocoaGui_WLabel_Setup(), CocoaGui_WLineEdit_Setup(), CocoaGui_WPushButton_Setup(), CocoaGui_WRadioButton_Setup(), CocoaGui_WSpinBox_Setup(), CocoaGui_WTabBook_AddChildGuiWidget(), CocoaGui_WTextBrowser_Setup(), CocoaGui_WTextEdit_Setup(), FOX16_GuiDialog::getCharProperty(), Qt4_W_CheckBox::getCharProperty(), Qt4_W_ComboBox::getCharProperty(), Qt4_W_Dialog::getCharProperty(), Qt4_W_Label::getCharProperty(), Qt4_W_LineEdit::getCharProperty(), Qt4_W_ListBox::getCharProperty(), Qt4_W_PushButton::getCharProperty(), Qt4_W_RadioButton::getCharProperty(), Qt4_W_TextEdit::getCharProperty(), Qt5_W_CheckBox::getCharProperty(), Qt5_W_ComboBox::getCharProperty(), Qt5_W_Dialog::getCharProperty(), Qt5_W_Label::getCharProperty(), Qt5_W_LineEdit::getCharProperty(), Qt5_W_ListBox::getCharProperty(), Qt5_W_PushButton::getCharProperty(), Qt5_W_RadioButton::getCharProperty(), Qt5_W_TextEdit::getCharProperty(), CppWidget::getText(), Gtk2Gui_WCheckBox_Setup(), Gtk2Gui_WDialog_Setup(), Gtk2Gui_WGroupBox_Setup(), Gtk2Gui_WLabel_Setup(), Gtk2Gui_WLineEdit_Setup(), Gtk2Gui_WListBox_GetCharProperty(), Gtk2Gui_WPushButton_Setup(), Gtk2Gui_WRadioButton_Setup(), Gtk2Gui_WTabBook_AddChildGuiWidget(), Gtk2Gui_WTextBrowser_GetCharProperty(), Gtk2Gui_WTextBrowser_Setup(), Gtk2Gui_WTextEdit_GetCharProperty(), Gtk2Gui_WTextEdit_Setup(), Gtk3Gui_WCheckBox_Setup(), Gtk3Gui_WDialog_Setup(), Gtk3Gui_WGroupBox_Setup(), Gtk3Gui_WLabel_Setup(), Gtk3Gui_WLineEdit_Setup(), Gtk3Gui_WListBox_GetCharProperty(), Gtk3Gui_WPushButton_Setup(), Gtk3Gui_WRadioButton_Setup(), Gtk3Gui_WTabBook_AddChildGuiWidget(), Gtk3Gui_WTextBrowser_GetCharProperty(), Gtk3Gui_WTextBrowser_Setup(), Gtk3Gui_WTextEdit_GetCharProperty(), Gtk3Gui_WTextEdit_Setup(), GWEN_Dialog_GetWidgetText(), Qt4_W_CheckBox::setup(), Qt4_W_GroupBox::setup(), Qt4_W_HLine::setup(), Qt4_W_Label::setup(), Qt4_W_LineEdit::setup(), Qt4_W_PushButton::setup(), Qt4_W_RadioButton::setup(), Qt4_W_TextBrowser::setup(), Qt4_W_TextEdit::setup(), Qt4_W_VLine::setup(), Qt5_W_CheckBox::setup(), Qt5_W_GroupBox::setup(), Qt5_W_HLine::setup(), Qt5_W_Label::setup(), Qt5_W_LineEdit::setup(), Qt5_W_PushButton::setup(), Qt5_W_RadioButton::setup(), Qt5_W_TextBrowser::setup(), Qt5_W_TextEdit::setup(), Qt5_W_VLine::setup(), and FOX16_GuiDialog::setupTree().

| GWEN_DIALOG * GWEN_Widget_GetTopDialog | ( | const GWEN_WIDGET * | w | ) |
Definition at line 102 of file widget.c.
References GWEN_Dialog_GetParentDialog(), and NULL.
Referenced by changed_handler(), changed_handler(), CocoaGui_WCheckBox_Toggled_handler(), CocoaGui_WComboBox_Changed_handler(), CocoaGui_WLineEdit_Changed_text_handler(), CocoaGui_WLineEdit_End_Editing_text_handler(), CocoaGui_WListBox_Changed_handler(), CocoaGui_WPushButton_Clicked_handler(), CocoaGui_WRadioButton_Toggled_handler(), CocoaGui_WSpinBox_Changed_handler(), CocoaGui_WTextEdit_Changed_text_handler(), CocoaGui_WTextEdit_End_Editing_text_handler(), Gtk2Gui_WCheckBox_Toggled_handler(), Gtk2Gui_WLineEdit_Deleted_text_handler(), Gtk2Gui_WLineEdit_Inserted_text_handler(), Gtk2Gui_WListBox_CursorChanged_handler(), Gtk2Gui_WPushButton_Clicked_handler(), Gtk2Gui_WRadioButton_Toggled_handler(), Gtk2Gui_WSpinBox_Changed_handler(), Gtk2Gui_WTextEdit_Changed_handler(), Gtk3Gui_WCheckBox_Toggled_handler(), Gtk3Gui_WLineEdit_Deleted_text_handler(), Gtk3Gui_WLineEdit_Inserted_text_handler(), Gtk3Gui_WListBox_CursorChanged_handler(), Gtk3Gui_WPushButton_Clicked_handler(), Gtk3Gui_WRadioButton_Toggled_handler(), Gtk3Gui_WSpinBox_Changed_handler(), and Gtk3Gui_WTextEdit_Changed_handler().


| GWEN_WIDGET_TYPE GWEN_Widget_GetType | ( | const GWEN_WIDGET * | w | ) |
Returns the type of the widget (see GWEN_Widget_TypeLabel and following).
Definition at line 185 of file widget.c.
Referenced by Qt4_W_TabBook::addChildGuiWidget(), Qt5_W_TabBook::addChildGuiWidget(), CocoaGui_Dialog_SetupTree(), CocoaGui_WCheckBox_GetCharProperty(), CocoaGui_WCheckBox_GetIntProperty(), CocoaGui_WCheckBox_SetCharProperty(), CocoaGui_WCheckBox_SetIntProperty(), CocoaGui_WComboBox_GetCharProperty(), CocoaGui_WComboBox_GetIntProperty(), CocoaGui_WComboBox_SetCharProperty(), CocoaGui_WComboBox_SetIntProperty(), CocoaGui_WDialog_GetCharProperty(), CocoaGui_WDialog_GetIntProperty(), CocoaGui_WDialog_SetCharProperty(), CocoaGui_WDialog_SetIntProperty(), CocoaGui_WGridLayout_GetCharProperty(), CocoaGui_WGridLayout_GetIntProperty(), CocoaGui_WGridLayout_SetCharProperty(), CocoaGui_WGridLayout_SetIntProperty(), CocoaGui_WGroupBox_GetCharProperty(), CocoaGui_WGroupBox_GetIntProperty(), CocoaGui_WGroupBox_SetCharProperty(), CocoaGui_WGroupBox_SetIntProperty(), CocoaGui_WHLayout_GetCharProperty(), CocoaGui_WHLayout_GetIntProperty(), CocoaGui_WHLayout_SetCharProperty(), CocoaGui_WHLayout_SetIntProperty(), CocoaGui_WHLine_GetIntProperty(), CocoaGui_WHLine_SetIntProperty(), CocoaGui_WHSpacer_GetIntProperty(), CocoaGui_WHSpacer_SetIntProperty(), CocoaGui_WLabel_GetCharProperty(), CocoaGui_WLabel_GetIntProperty(), CocoaGui_WLabel_SetCharProperty(), CocoaGui_WLabel_SetIntProperty(), CocoaGui_WLineEdit_GetCharProperty(), CocoaGui_WLineEdit_GetIntProperty(), CocoaGui_WLineEdit_SetCharProperty(), CocoaGui_WLineEdit_SetIntProperty(), CocoaGui_WListBox_GetCharProperty(), CocoaGui_WListBox_GetIntProperty(), CocoaGui_WListBox_SetCharProperty(), CocoaGui_WListBox_SetIntProperty(), CocoaGui_WProgressBar_GetCharProperty(), CocoaGui_WProgressBar_GetIntProperty(), CocoaGui_WProgressBar_SetCharProperty(), CocoaGui_WProgressBar_SetIntProperty(), CocoaGui_WPushButton_GetCharProperty(), CocoaGui_WPushButton_GetIntProperty(), CocoaGui_WPushButton_SetCharProperty(), CocoaGui_WPushButton_SetIntProperty(), CocoaGui_WRadioButton_GetCharProperty(), CocoaGui_WRadioButton_GetIntProperty(), CocoaGui_WRadioButton_SetCharProperty(), CocoaGui_WRadioButton_SetIntProperty(), CocoaGui_WRadioButton_Setup(), CocoaGui_WScrollArea_GetCharProperty(), CocoaGui_WScrollArea_GetIntProperty(), CocoaGui_WScrollArea_SetCharProperty(), CocoaGui_WScrollArea_SetIntProperty(), CocoaGui_WSpinBox_GetCharProperty(), CocoaGui_WSpinBox_GetIntProperty(), CocoaGui_WSpinBox_SetCharProperty(), CocoaGui_WSpinBox_SetIntProperty(), CocoaGui_WStack_GetCharProperty(), CocoaGui_WStack_GetIntProperty(), CocoaGui_WStack_SetCharProperty(), CocoaGui_WStack_SetIntProperty(), CocoaGui_WTabBook_GetCharProperty(), CocoaGui_WTabBook_GetIntProperty(), CocoaGui_WTabBook_SetCharProperty(), CocoaGui_WTabBook_SetIntProperty(), CocoaGui_WTextBrowser_GetCharProperty(), CocoaGui_WTextBrowser_GetIntProperty(), CocoaGui_WTextBrowser_SetCharProperty(), CocoaGui_WTextBrowser_SetIntProperty(), CocoaGui_WTextEdit_GetCharProperty(), CocoaGui_WTextEdit_GetIntProperty(), CocoaGui_WTextEdit_SetCharProperty(), CocoaGui_WTextEdit_SetIntProperty(), CocoaGui_WVLayout_GetCharProperty(), CocoaGui_WVLayout_GetIntProperty(), CocoaGui_WVLayout_SetCharProperty(), CocoaGui_WVLayout_SetIntProperty(), CocoaGui_WVLine_GetIntProperty(), CocoaGui_WVLine_SetIntProperty(), CocoaGui_WVSpacer_GetIntProperty(), CocoaGui_WVSpacer_SetIntProperty(), FOX16_GuiDialog::getCharProperty(), Qt4_W_CheckBox::getCharProperty(), Qt4_W_ComboBox::getCharProperty(), Qt4_W_Dialog::getCharProperty(), Qt4_W_Label::getCharProperty(), Qt4_W_LineEdit::getCharProperty(), Qt4_W_PushButton::getCharProperty(), Qt4_W_RadioButton::getCharProperty(), Qt4_W_TextEdit::getCharProperty(), Qt4_W_Widget::getCharProperty(), Qt5_W_CheckBox::getCharProperty(), Qt5_W_ComboBox::getCharProperty(), Qt5_W_Dialog::getCharProperty(), Qt5_W_Label::getCharProperty(), Qt5_W_LineEdit::getCharProperty(), Qt5_W_PushButton::getCharProperty(), Qt5_W_RadioButton::getCharProperty(), Qt5_W_TextEdit::getCharProperty(), Qt5_W_Widget::getCharProperty(), FOX16_GuiDialog::getIntProperty(), Qt4_W_Widget::getIntProperty(), Qt5_W_Widget::getIntProperty(), CppWidget::getType(), Gtk2Gui_Dialog_SetupTree(), Gtk2Gui_WCheckBox_GetCharProperty(), Gtk2Gui_WCheckBox_GetIntProperty(), Gtk2Gui_WCheckBox_SetCharProperty(), Gtk2Gui_WCheckBox_SetIntProperty(), Gtk2Gui_WComboBox_GetCharProperty(), Gtk2Gui_WComboBox_GetIntProperty(), Gtk2Gui_WComboBox_SetCharProperty(), Gtk2Gui_WComboBox_SetIntProperty(), Gtk2Gui_WDialog_GetCharProperty(), Gtk2Gui_WDialog_GetIntProperty(), Gtk2Gui_WDialog_SetCharProperty(), Gtk2Gui_WDialog_SetIntProperty(), Gtk2Gui_WGridLayout_GetCharProperty(), Gtk2Gui_WGridLayout_GetIntProperty(), Gtk2Gui_WGridLayout_SetCharProperty(), Gtk2Gui_WGridLayout_SetIntProperty(), Gtk2Gui_WGroupBox_GetCharProperty(), Gtk2Gui_WGroupBox_GetIntProperty(), Gtk2Gui_WGroupBox_SetCharProperty(), Gtk2Gui_WGroupBox_SetIntProperty(), Gtk2Gui_WHLayout_GetCharProperty(), Gtk2Gui_WHLayout_GetIntProperty(), Gtk2Gui_WHLayout_SetCharProperty(), Gtk2Gui_WHLayout_SetIntProperty(), Gtk2Gui_WHLine_GetIntProperty(), Gtk2Gui_WHLine_SetIntProperty(), Gtk2Gui_WHSpacer_GetIntProperty(), Gtk2Gui_WHSpacer_SetIntProperty(), Gtk2Gui_WLabel_GetCharProperty(), Gtk2Gui_WLabel_GetIntProperty(), Gtk2Gui_WLabel_SetCharProperty(), Gtk2Gui_WLabel_SetIntProperty(), Gtk2Gui_WLineEdit_GetCharProperty(), Gtk2Gui_WLineEdit_GetIntProperty(), Gtk2Gui_WLineEdit_SetCharProperty(), Gtk2Gui_WLineEdit_SetIntProperty(), Gtk2Gui_WListBox_GetCharProperty(), Gtk2Gui_WListBox_GetIntProperty(), Gtk2Gui_WListBox_SetCharProperty(), Gtk2Gui_WListBox_SetIntProperty(), Gtk2Gui_WProgressBar_GetCharProperty(), Gtk2Gui_WProgressBar_GetIntProperty(), Gtk2Gui_WProgressBar_SetCharProperty(), Gtk2Gui_WProgressBar_SetIntProperty(), Gtk2Gui_WPushButton_GetCharProperty(), Gtk2Gui_WPushButton_GetIntProperty(), Gtk2Gui_WPushButton_SetCharProperty(), Gtk2Gui_WPushButton_SetIntProperty(), Gtk2Gui_WRadioButton_GetCharProperty(), Gtk2Gui_WRadioButton_GetIntProperty(), Gtk2Gui_WRadioButton_SetCharProperty(), Gtk2Gui_WRadioButton_SetIntProperty(), Gtk2Gui_WRadioButton_Setup(), Gtk2Gui_WScrollArea_GetCharProperty(), Gtk2Gui_WScrollArea_GetIntProperty(), Gtk2Gui_WScrollArea_SetCharProperty(), Gtk2Gui_WScrollArea_SetIntProperty(), Gtk2Gui_WSpinBox_GetCharProperty(), Gtk2Gui_WSpinBox_GetIntProperty(), Gtk2Gui_WSpinBox_SetCharProperty(), Gtk2Gui_WSpinBox_SetIntProperty(), Gtk2Gui_WStack_GetCharProperty(), Gtk2Gui_WStack_GetIntProperty(), Gtk2Gui_WStack_SetCharProperty(), Gtk2Gui_WStack_SetIntProperty(), Gtk2Gui_WTabBook_GetCharProperty(), Gtk2Gui_WTabBook_GetIntProperty(), Gtk2Gui_WTabBook_SetCharProperty(), Gtk2Gui_WTabBook_SetIntProperty(), Gtk2Gui_WTextBrowser_GetCharProperty(), Gtk2Gui_WTextBrowser_GetIntProperty(), Gtk2Gui_WTextBrowser_SetCharProperty(), Gtk2Gui_WTextBrowser_SetIntProperty(), Gtk2Gui_WTextEdit_GetCharProperty(), Gtk2Gui_WTextEdit_GetIntProperty(), Gtk2Gui_WTextEdit_SetCharProperty(), Gtk2Gui_WTextEdit_SetIntProperty(), Gtk2Gui_WVLayout_GetCharProperty(), Gtk2Gui_WVLayout_GetIntProperty(), Gtk2Gui_WVLayout_SetCharProperty(), Gtk2Gui_WVLayout_SetIntProperty(), Gtk2Gui_WVLine_GetIntProperty(), Gtk2Gui_WVLine_SetIntProperty(), Gtk2Gui_WVSpacer_GetIntProperty(), Gtk2Gui_WVSpacer_SetIntProperty(), Gtk3Gui_Dialog_SetupTree(), Gtk3Gui_WCheckBox_GetCharProperty(), Gtk3Gui_WCheckBox_GetIntProperty(), Gtk3Gui_WCheckBox_SetCharProperty(), Gtk3Gui_WCheckBox_SetIntProperty(), Gtk3Gui_WComboBox_GetCharProperty(), Gtk3Gui_WComboBox_GetIntProperty(), Gtk3Gui_WComboBox_SetCharProperty(), Gtk3Gui_WComboBox_SetIntProperty(), Gtk3Gui_WDialog_GetCharProperty(), Gtk3Gui_WDialog_GetIntProperty(), Gtk3Gui_WDialog_SetCharProperty(), Gtk3Gui_WDialog_SetIntProperty(), Gtk3Gui_WGridLayout_GetCharProperty(), Gtk3Gui_WGridLayout_GetIntProperty(), Gtk3Gui_WGridLayout_SetCharProperty(), Gtk3Gui_WGridLayout_SetIntProperty(), Gtk3Gui_WGroupBox_GetCharProperty(), Gtk3Gui_WGroupBox_GetIntProperty(), Gtk3Gui_WGroupBox_SetCharProperty(), Gtk3Gui_WGroupBox_SetIntProperty(), Gtk3Gui_WHLayout_GetCharProperty(), Gtk3Gui_WHLayout_GetIntProperty(), Gtk3Gui_WHLayout_SetCharProperty(), Gtk3Gui_WHLayout_SetIntProperty(), Gtk3Gui_WHLine_GetIntProperty(), Gtk3Gui_WHLine_SetIntProperty(), Gtk3Gui_WHSpacer_GetIntProperty(), Gtk3Gui_WHSpacer_SetIntProperty(), Gtk3Gui_WHSplitter_GetIntProperty(), Gtk3Gui_WHSplitter_SetIntProperty(), Gtk3Gui_WLabel_GetCharProperty(), Gtk3Gui_WLabel_GetIntProperty(), Gtk3Gui_WLabel_SetCharProperty(), Gtk3Gui_WLabel_SetIntProperty(), Gtk3Gui_WLineEdit_GetCharProperty(), Gtk3Gui_WLineEdit_GetIntProperty(), Gtk3Gui_WLineEdit_SetCharProperty(), Gtk3Gui_WLineEdit_SetIntProperty(), Gtk3Gui_WListBox_GetCharProperty(), Gtk3Gui_WListBox_GetIntProperty(), Gtk3Gui_WListBox_SetCharProperty(), Gtk3Gui_WListBox_SetIntProperty(), Gtk3Gui_WProgressBar_GetCharProperty(), Gtk3Gui_WProgressBar_GetIntProperty(), Gtk3Gui_WProgressBar_SetCharProperty(), Gtk3Gui_WProgressBar_SetIntProperty(), Gtk3Gui_WPushButton_GetCharProperty(), Gtk3Gui_WPushButton_GetIntProperty(), Gtk3Gui_WPushButton_SetCharProperty(), Gtk3Gui_WPushButton_SetIntProperty(), Gtk3Gui_WRadioButton_GetCharProperty(), Gtk3Gui_WRadioButton_GetIntProperty(), Gtk3Gui_WRadioButton_SetCharProperty(), Gtk3Gui_WRadioButton_SetIntProperty(), Gtk3Gui_WRadioButton_Setup(), Gtk3Gui_WScrollArea_GetCharProperty(), Gtk3Gui_WScrollArea_GetIntProperty(), Gtk3Gui_WScrollArea_SetCharProperty(), Gtk3Gui_WScrollArea_SetIntProperty(), Gtk3Gui_WSpinBox_GetCharProperty(), Gtk3Gui_WSpinBox_GetIntProperty(), Gtk3Gui_WSpinBox_SetCharProperty(), Gtk3Gui_WSpinBox_SetIntProperty(), Gtk3Gui_WStack_GetCharProperty(), Gtk3Gui_WStack_GetIntProperty(), Gtk3Gui_WStack_SetCharProperty(), Gtk3Gui_WStack_SetIntProperty(), Gtk3Gui_WTabBook_GetCharProperty(), Gtk3Gui_WTabBook_GetIntProperty(), Gtk3Gui_WTabBook_SetCharProperty(), Gtk3Gui_WTabBook_SetIntProperty(), Gtk3Gui_WTextBrowser_GetCharProperty(), Gtk3Gui_WTextBrowser_GetIntProperty(), Gtk3Gui_WTextBrowser_SetCharProperty(), Gtk3Gui_WTextBrowser_SetIntProperty(), Gtk3Gui_WTextEdit_GetCharProperty(), Gtk3Gui_WTextEdit_GetIntProperty(), Gtk3Gui_WTextEdit_SetCharProperty(), Gtk3Gui_WTextEdit_SetIntProperty(), Gtk3Gui_WVLayout_GetCharProperty(), Gtk3Gui_WVLayout_GetIntProperty(), Gtk3Gui_WVLayout_SetCharProperty(), Gtk3Gui_WVLayout_SetIntProperty(), Gtk3Gui_WVLine_GetIntProperty(), Gtk3Gui_WVLine_SetIntProperty(), Gtk3Gui_WVSpacer_GetIntProperty(), Gtk3Gui_WVSpacer_SetIntProperty(), Gtk3Gui_WVSplitter_GetIntProperty(), Gtk3Gui_WVSplitter_SetIntProperty(), GWEN_Dialog_DumpWidget(), FOX16_GuiDialog::onSelChanged(), FOX16_GuiDialog::onSelCommand(), FOX16_GuiDialog::onSelKeyPress(), FOX16_GuiDialog::onSelKeyRelease(), FOX16_GuiDialog::setCharProperty(), Qt4_W_CheckBox::setCharProperty(), Qt4_W_ComboBox::setCharProperty(), Qt4_W_Dialog::setCharProperty(), Qt4_W_Label::setCharProperty(), Qt4_W_LineEdit::setCharProperty(), Qt4_W_PushButton::setCharProperty(), Qt4_W_RadioButton::setCharProperty(), Qt4_W_TextBrowser::setCharProperty(), Qt4_W_TextEdit::setCharProperty(), Qt4_W_Widget::setCharProperty(), Qt5_W_CheckBox::setCharProperty(), Qt5_W_ComboBox::setCharProperty(), Qt5_W_Dialog::setCharProperty(), Qt5_W_Label::setCharProperty(), Qt5_W_LineEdit::setCharProperty(), Qt5_W_PushButton::setCharProperty(), Qt5_W_RadioButton::setCharProperty(), Qt5_W_TextBrowser::setCharProperty(), Qt5_W_TextEdit::setCharProperty(), Qt5_W_Widget::setCharProperty(), FOX16_GuiDialog::setIntProperty(), Qt4_W_Widget::setIntProperty(), Qt5_W_Widget::setIntProperty(), FOX16_GuiDialog::setupTree(), QT4_GuiDialog::setupTree(), QT5_GuiDialog::setupTree(), QT4_DialogBox::slotActivated(), QT5_DialogBox::slotActivated(), QT4_DialogBox::slotValueChanged(), and QT5_DialogBox::slotValueChanged().

| int GWEN_Widget_GetWidth | ( | const GWEN_WIDGET * | w | ) |
Definition at line 257 of file widget.c.
Referenced by CppWidget::getWidth(), and FOX16_GuiDialog::setupTree().

| GWEN_WIDGET * GWEN_Widget_new | ( | GWEN_DIALOG * | dlg | ) |
Definition at line 50 of file widget.c.
References GWEN_INHERIT_INIT, GWEN_NEW_OBJECT, GWEN_TREE_INIT, and GWEN_Widget_new().
Referenced by GWEN_Dialog__ReadXmlWidget(), and GWEN_Widget_new().


| int GWEN_Widget_ReadXml | ( | GWEN_WIDGET * | w, |
| GWEN_XMLNODE * | node ) |
Definition at line 612 of file widget.c.
References DBG_ERROR, GWEN_Dialog_TranslateString(), GWEN_ERROR_BAD_DATA, GWEN_LOGDOMAIN, GWEN_Widget_Flags_fromString(), GWEN_Widget_SetIconFileName(), GWEN_Widget_SetImageFileName(), GWEN_Widget_SetName(), GWEN_Widget_SetText(), GWEN_Widget_Type_fromString(), GWEN_Widget_TypeUnknown, GWEN_XMLNode_Dump(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by GWEN_Dialog__ReadXmlWidget().


| GWEN_WIDGET_ADDCHILDGUIWIDGET_FN GWEN_Widget_SetAddChildGuiWidgetFn | ( | GWEN_WIDGET * | w, |
| GWEN_WIDGET_ADDCHILDGUIWIDGET_FN | fn ) |
Sets the handler for the AddChildGuiWidget function (see GWEN_WIDGET_ADDCHILDGUIWIDGET_FN).
Definition at line 755 of file widget.c.
Referenced by CocoaGui_WDialog_Setup(), CocoaGui_WGridLayout_Setup(), CocoaGui_WGroupBox_Setup(), CocoaGui_WHLayout_Setup(), CocoaGui_WScrollArea_Setup(), CocoaGui_WStack_Setup(), CocoaGui_WTabBook_Setup(), CocoaGui_WVLayout_Setup(), CppWidget::CppWidget(), Gtk2Gui_WDialog_Setup(), Gtk2Gui_WGridLayout_Setup(), Gtk2Gui_WGroupBox_Setup(), Gtk2Gui_WHLayout_Setup(), Gtk2Gui_WScrollArea_Setup(), Gtk2Gui_WStack_Setup(), Gtk2Gui_WTabBook_Setup(), Gtk2Gui_WVLayout_Setup(), Gtk3Gui_WDialog_Setup(), Gtk3Gui_WGridLayout_Setup(), Gtk3Gui_WGroupBox_Setup(), Gtk3Gui_WHLayout_Setup(), Gtk3Gui_WHSplitter_Setup(), Gtk3Gui_WScrollArea_Setup(), Gtk3Gui_WStack_Setup(), Gtk3Gui_WTabBook_Setup(), Gtk3Gui_WVLayout_Setup(), and Gtk3Gui_WVSplitter_Setup().

| int GWEN_Widget_SetCharProperty | ( | GWEN_WIDGET * | w, |
| GWEN_DIALOG_PROPERTY | prop, | ||
| int | index, | ||
| const char * | value, | ||
| int | doSignal ) |
Definition at line 803 of file widget.c.
References GWEN_ERROR_NOT_IMPLEMENTED.
Referenced by CocoaGui_Dialog_SetCharProperty(), Gtk2Gui_Dialog_SetCharProperty(), Gtk3Gui_Dialog_SetCharProperty(), QT4_GuiDialog::setCharProperty(), and QT5_GuiDialog::setCharProperty().

| void GWEN_Widget_SetColumns | ( | GWEN_WIDGET * | w, |
| int | i ) |
Definition at line 212 of file widget.c.
Referenced by Gtk2Gui_WListBox_SetCharProperty(), Gtk3Gui_WListBox_SetCharProperty(), and GWEN_Dialog_SetWidgetColumns().

| void GWEN_Widget_SetFlags | ( | GWEN_WIDGET * | w, |
| uint32_t | fl ) |
Definition at line 158 of file widget.c.
Referenced by GWEN_Dialog_SetWidgetFlags().

| GWEN_WIDGET_GETCHARPROPERTY_FN GWEN_Widget_SetGetCharPropertyFn | ( | GWEN_WIDGET * | w, |
| GWEN_WIDGET_GETCHARPROPERTY_FN | fn ) |
Set the handler for the GetCharProperty function (see GWEN_WIDGET_GETCHARPROPERTY_FN, GWEN_Widget_GetCharProperty and GWEN_Dialog_GetCharProperty).
Definition at line 740 of file widget.c.
Referenced by CocoaGui_WCheckBox_Setup(), CocoaGui_WComboBox_Setup(), CocoaGui_WDialog_Setup(), CocoaGui_WGridLayout_Setup(), CocoaGui_WGroupBox_Setup(), CocoaGui_WHLayout_Setup(), CocoaGui_WLabel_Setup(), CocoaGui_WLineEdit_Setup(), CocoaGui_WListBox_Setup(), CocoaGui_WProgressBar_Setup(), CocoaGui_WPushButton_Setup(), CocoaGui_WRadioButton_Setup(), CocoaGui_WScrollArea_Setup(), CocoaGui_WSpinBox_Setup(), CocoaGui_WStack_Setup(), CocoaGui_WTabBook_Setup(), CocoaGui_WTextBrowser_Setup(), CocoaGui_WTextEdit_Setup(), CocoaGui_WVLayout_Setup(), CppWidget::CppWidget(), Gtk2Gui_WCheckBox_Setup(), Gtk2Gui_WComboBox_Setup(), Gtk2Gui_WDialog_Setup(), Gtk2Gui_WGridLayout_Setup(), Gtk2Gui_WGroupBox_Setup(), Gtk2Gui_WHLayout_Setup(), Gtk2Gui_WLabel_Setup(), Gtk2Gui_WLineEdit_Setup(), Gtk2Gui_WListBox_Setup(), Gtk2Gui_WProgressBar_Setup(), Gtk2Gui_WPushButton_Setup(), Gtk2Gui_WRadioButton_Setup(), Gtk2Gui_WScrollArea_Setup(), Gtk2Gui_WSpinBox_Setup(), Gtk2Gui_WStack_Setup(), Gtk2Gui_WTabBook_Setup(), Gtk2Gui_WTextBrowser_Setup(), Gtk2Gui_WTextEdit_Setup(), Gtk2Gui_WVLayout_Setup(), Gtk3Gui_WCheckBox_Setup(), Gtk3Gui_WComboBox_Setup(), Gtk3Gui_WDialog_Setup(), Gtk3Gui_WGridLayout_Setup(), Gtk3Gui_WGroupBox_Setup(), Gtk3Gui_WHLayout_Setup(), Gtk3Gui_WLabel_Setup(), Gtk3Gui_WLineEdit_Setup(), Gtk3Gui_WListBox_Setup(), Gtk3Gui_WProgressBar_Setup(), Gtk3Gui_WPushButton_Setup(), Gtk3Gui_WRadioButton_Setup(), Gtk3Gui_WScrollArea_Setup(), Gtk3Gui_WSpinBox_Setup(), Gtk3Gui_WStack_Setup(), Gtk3Gui_WTabBook_Setup(), Gtk3Gui_WTextBrowser_Setup(), Gtk3Gui_WTextEdit_Setup(), and Gtk3Gui_WVLayout_Setup().

| GWEN_WIDGET_GETINTPROPERTY_FN GWEN_Widget_SetGetIntPropertyFn | ( | GWEN_WIDGET * | w, |
| GWEN_WIDGET_GETINTPROPERTY_FN | fn ) |
Set the handler for the GetIntProperty function (see GWEN_WIDGET_GETINTPROPERTY_FN, GWEN_Widget_GetIntProperty and GWEN_Dialog_GetIntProperty).
Definition at line 710 of file widget.c.
Referenced by CocoaGui_WCheckBox_Setup(), CocoaGui_WComboBox_Setup(), CocoaGui_WDialog_Setup(), CocoaGui_WGridLayout_Setup(), CocoaGui_WGroupBox_Setup(), CocoaGui_WHLayout_Setup(), CocoaGui_WHLine_Setup(), CocoaGui_WHSpacer_Setup(), CocoaGui_WLabel_Setup(), CocoaGui_WLineEdit_Setup(), CocoaGui_WListBox_Setup(), CocoaGui_WProgressBar_Setup(), CocoaGui_WPushButton_Setup(), CocoaGui_WRadioButton_Setup(), CocoaGui_WScrollArea_Setup(), CocoaGui_WSpinBox_Setup(), CocoaGui_WStack_Setup(), CocoaGui_WTabBook_Setup(), CocoaGui_WTextBrowser_Setup(), CocoaGui_WTextEdit_Setup(), CocoaGui_WVLayout_Setup(), CocoaGui_WVLine_Setup(), CocoaGui_WVSpacer_Setup(), CppWidget::CppWidget(), Gtk2Gui_WCheckBox_Setup(), Gtk2Gui_WComboBox_Setup(), Gtk2Gui_WDialog_Setup(), Gtk2Gui_WGridLayout_Setup(), Gtk2Gui_WGroupBox_Setup(), Gtk2Gui_WHLayout_Setup(), Gtk2Gui_WHLine_Setup(), Gtk2Gui_WHSpacer_Setup(), Gtk2Gui_WLabel_Setup(), Gtk2Gui_WLineEdit_Setup(), Gtk2Gui_WListBox_Setup(), Gtk2Gui_WProgressBar_Setup(), Gtk2Gui_WPushButton_Setup(), Gtk2Gui_WRadioButton_Setup(), Gtk2Gui_WScrollArea_Setup(), Gtk2Gui_WSpinBox_Setup(), Gtk2Gui_WStack_Setup(), Gtk2Gui_WTabBook_Setup(), Gtk2Gui_WTextBrowser_Setup(), Gtk2Gui_WTextEdit_Setup(), Gtk2Gui_WVLayout_Setup(), Gtk2Gui_WVLine_Setup(), Gtk2Gui_WVSpacer_Setup(), Gtk3Gui_WCheckBox_Setup(), Gtk3Gui_WComboBox_Setup(), Gtk3Gui_WDialog_Setup(), Gtk3Gui_WGridLayout_Setup(), Gtk3Gui_WGroupBox_Setup(), Gtk3Gui_WHLayout_Setup(), Gtk3Gui_WHLine_Setup(), Gtk3Gui_WHSpacer_Setup(), Gtk3Gui_WHSplitter_Setup(), Gtk3Gui_WLabel_Setup(), Gtk3Gui_WLineEdit_Setup(), Gtk3Gui_WListBox_Setup(), Gtk3Gui_WProgressBar_Setup(), Gtk3Gui_WPushButton_Setup(), Gtk3Gui_WRadioButton_Setup(), Gtk3Gui_WScrollArea_Setup(), Gtk3Gui_WSpinBox_Setup(), Gtk3Gui_WStack_Setup(), Gtk3Gui_WTabBook_Setup(), Gtk3Gui_WTextBrowser_Setup(), Gtk3Gui_WTextEdit_Setup(), Gtk3Gui_WVLayout_Setup(), Gtk3Gui_WVLine_Setup(), Gtk3Gui_WVSpacer_Setup(), and Gtk3Gui_WVSplitter_Setup().

| void GWEN_Widget_SetGroupId | ( | GWEN_WIDGET * | w, |
| int | i ) |
| void GWEN_Widget_SetHeight | ( | GWEN_WIDGET * | w, |
| int | i ) |
| void GWEN_Widget_SetIconFileName | ( | GWEN_WIDGET * | w, |
| const char * | s ) |
Definition at line 351 of file widget.c.
References NULL.
Referenced by GWEN_Widget_ReadXml().

| void GWEN_Widget_SetImageFileName | ( | GWEN_WIDGET * | w, |
| const char * | s ) |
Definition at line 373 of file widget.c.
References NULL.
Referenced by GWEN_Widget_ReadXml().

| void GWEN_Widget_SetImplData | ( | GWEN_WIDGET * | w, |
| int | index, | ||
| void * | ptr ) |
Store a pointer with the widget.
A widget can store up to 4 pointers. It is up to the actual dialog framework implementation to decide what the pointers really point to. Gwenhywfar will never access this pointer, but the implementation might want to store pointers to the generated GUI objects.
The GTK2 implementation for example stores at index 0 a pointer to the actually created GUI object (e.g. the result of gtk_label_new() for labels).
For container widgets (like groupbox etc) the GTK2 stores a pointer to the content widget at index 1. But as written above: It is completely up to the implementation.
| w | pointer to the widget with which the pointer is to be stored |
| index | position of the pointer (there can be up to 4 pointers with index ranging from 0 to 3) |
| ptr | void* pointer to be stored. Please note that the implementation still remains the owern of the pointer since the type is void* Gwenhywfar wouldn't know how to free it anyway. However, most graphical toolkits (like GTK, QT) take over created widget objects so with those toolkits you normally don't have to care about freeing the pointers stored here. |
Example from the GTK2 implementation:
Definition at line 136 of file widget.c.
References DBG_ERROR, GWEN_LOGDOMAIN, and GWEN_WIDGET_IMPLDATACOUNT.
Referenced by CocoaGui_WCheckBox_Setup(), CocoaGui_WComboBox_Setup(), CocoaGui_WDialog_Setup(), CocoaGui_WGridLayout_Setup(), CocoaGui_WGroupBox_Setup(), CocoaGui_WHLayout_Setup(), CocoaGui_WHLine_Setup(), CocoaGui_WHSpacer_Setup(), CocoaGui_WLabel_Setup(), CocoaGui_WLineEdit_Setup(), CocoaGui_WListBox_Setup(), CocoaGui_WProgressBar_Setup(), CocoaGui_WPushButton_Setup(), CocoaGui_WRadioButton_Setup(), CocoaGui_WScrollArea_Setup(), CocoaGui_WSpinBox_Setup(), CocoaGui_WStack_Setup(), CocoaGui_WTabBook_Setup(), CocoaGui_WTextBrowser_Setup(), CocoaGui_WTextEdit_Setup(), CocoaGui_WVLayout_Setup(), CocoaGui_WVLine_Setup(), CocoaGui_WVSpacer_Setup(), Gtk2Gui_WCheckBox_Setup(), Gtk2Gui_WComboBox_Setup(), Gtk2Gui_WDialog_Setup(), Gtk2Gui_WGridLayout_Setup(), Gtk2Gui_WGroupBox_Setup(), Gtk2Gui_WHLayout_Setup(), Gtk2Gui_WHLine_Setup(), Gtk2Gui_WHSpacer_Setup(), Gtk2Gui_WLabel_Setup(), Gtk2Gui_WLineEdit_Setup(), Gtk2Gui_WListBox_Setup(), Gtk2Gui_WProgressBar_Setup(), Gtk2Gui_WPushButton_Setup(), Gtk2Gui_WRadioButton_Setup(), Gtk2Gui_WScrollArea_Setup(), Gtk2Gui_WSpinBox_Setup(), Gtk2Gui_WStack_Setup(), Gtk2Gui_WTabBook_Setup(), Gtk2Gui_WTextBrowser_Setup(), Gtk2Gui_WTextEdit_Setup(), Gtk2Gui_WVLayout_Setup(), Gtk2Gui_WVLine_Setup(), Gtk2Gui_WVSpacer_Setup(), Gtk3Gui_WCheckBox_Setup(), Gtk3Gui_WComboBox_Setup(), Gtk3Gui_WDialog_Setup(), Gtk3Gui_WGridLayout_Setup(), Gtk3Gui_WGroupBox_Setup(), Gtk3Gui_WHLayout_Setup(), Gtk3Gui_WHLine_Setup(), Gtk3Gui_WHSpacer_Setup(), Gtk3Gui_WHSplitter_Setup(), Gtk3Gui_WLabel_Setup(), Gtk3Gui_WLineEdit_Setup(), Gtk3Gui_WListBox_Setup(), Gtk3Gui_WProgressBar_Setup(), Gtk3Gui_WPushButton_Setup(), Gtk3Gui_WRadioButton_Setup(), Gtk3Gui_WScrollArea_Setup(), Gtk3Gui_WSpinBox_Setup(), Gtk3Gui_WStack_Setup(), Gtk3Gui_WTabBook_Setup(), Gtk3Gui_WTextBrowser_Setup(), Gtk3Gui_WTextEdit_Setup(), Gtk3Gui_WVLayout_Setup(), Gtk3Gui_WVLine_Setup(), Gtk3Gui_WVSpacer_Setup(), Gtk3Gui_WVSplitter_Setup(), Qt4_W_CheckBox::setup(), Qt4_W_ComboBox::setup(), Qt4_W_Dialog::setup(), Qt4_W_GridLayout::setup(), Qt4_W_GroupBox::setup(), Qt4_W_HLayout::setup(), Qt4_W_HLine::setup(), Qt4_W_Label::setup(), Qt4_W_LineEdit::setup(), Qt4_W_ListBox::setup(), Qt4_W_ProgressBar::setup(), Qt4_W_PushButton::setup(), Qt4_W_RadioButton::setup(), Qt4_W_ScrollArea::setup(), Qt4_W_SpinBox::setup(), Qt4_W_TabBook::setup(), Qt4_W_TextBrowser::setup(), Qt4_W_TextEdit::setup(), Qt4_W_VLayout::setup(), Qt4_W_VLine::setup(), Qt4_W_Widget::setup(), Qt4_W_WidgetStack::setup(), Qt5_W_CheckBox::setup(), Qt5_W_ComboBox::setup(), Qt5_W_Dialog::setup(), Qt5_W_GridLayout::setup(), Qt5_W_GroupBox::setup(), Qt5_W_HLayout::setup(), Qt5_W_HLine::setup(), Qt5_W_Label::setup(), Qt5_W_LineEdit::setup(), Qt5_W_ListBox::setup(), Qt5_W_ProgressBar::setup(), Qt5_W_PushButton::setup(), Qt5_W_RadioButton::setup(), Qt5_W_ScrollArea::setup(), Qt5_W_SpinBox::setup(), Qt5_W_TabBook::setup(), Qt5_W_TextBrowser::setup(), Qt5_W_TextEdit::setup(), Qt5_W_VLayout::setup(), Qt5_W_VLine::setup(), Qt5_W_Widget::setup(), Qt5_W_WidgetStack::setup(), and FOX16_GuiDialog::setupTree().

| int GWEN_Widget_SetIntProperty | ( | GWEN_WIDGET * | w, |
| GWEN_DIALOG_PROPERTY | prop, | ||
| int | index, | ||
| int | value, | ||
| int | doSignal ) |
Definition at line 770 of file widget.c.
References GWEN_ERROR_NOT_IMPLEMENTED.
Referenced by CocoaGui_Dialog_SetIntProperty(), Gtk2Gui_Dialog_SetIntProperty(), Gtk3Gui_Dialog_SetIntProperty(), QT4_GuiDialog::setIntProperty(), and QT5_GuiDialog::setIntProperty().

| void GWEN_Widget_SetName | ( | GWEN_WIDGET * | w, |
| const char * | s ) |
Definition at line 329 of file widget.c.
References NULL.
Referenced by GWEN_Widget_ReadXml().

| void GWEN_Widget_SetRows | ( | GWEN_WIDGET * | w, |
| int | i ) |
Definition at line 230 of file widget.c.
Referenced by GWEN_Dialog_SetWidgetRows().

| GWEN_WIDGET_SETCHARPROPERTY_FN GWEN_Widget_SetSetCharPropertyFn | ( | GWEN_WIDGET * | w, |
| GWEN_WIDGET_SETCHARPROPERTY_FN | fn ) |
Set the handler for the SetCharProperty function (see GWEN_WIDGET_SETCHARPROPERTY_FN, GWEN_Widget_SetCharProperty and GWEN_Dialog_SetCharProperty).
Definition at line 725 of file widget.c.
Referenced by CocoaGui_WCheckBox_Setup(), CocoaGui_WComboBox_Setup(), CocoaGui_WDialog_Setup(), CocoaGui_WGridLayout_Setup(), CocoaGui_WGroupBox_Setup(), CocoaGui_WHLayout_Setup(), CocoaGui_WLabel_Setup(), CocoaGui_WLineEdit_Setup(), CocoaGui_WListBox_Setup(), CocoaGui_WProgressBar_Setup(), CocoaGui_WPushButton_Setup(), CocoaGui_WRadioButton_Setup(), CocoaGui_WScrollArea_Setup(), CocoaGui_WSpinBox_Setup(), CocoaGui_WStack_Setup(), CocoaGui_WTabBook_Setup(), CocoaGui_WTextBrowser_Setup(), CocoaGui_WTextEdit_Setup(), CocoaGui_WVLayout_Setup(), CppWidget::CppWidget(), Gtk2Gui_WCheckBox_Setup(), Gtk2Gui_WComboBox_Setup(), Gtk2Gui_WDialog_Setup(), Gtk2Gui_WGridLayout_Setup(), Gtk2Gui_WGroupBox_Setup(), Gtk2Gui_WHLayout_Setup(), Gtk2Gui_WLabel_Setup(), Gtk2Gui_WLineEdit_Setup(), Gtk2Gui_WListBox_Setup(), Gtk2Gui_WProgressBar_Setup(), Gtk2Gui_WPushButton_Setup(), Gtk2Gui_WRadioButton_Setup(), Gtk2Gui_WScrollArea_Setup(), Gtk2Gui_WSpinBox_Setup(), Gtk2Gui_WStack_Setup(), Gtk2Gui_WTabBook_Setup(), Gtk2Gui_WTextBrowser_Setup(), Gtk2Gui_WTextEdit_Setup(), Gtk2Gui_WVLayout_Setup(), Gtk3Gui_WCheckBox_Setup(), Gtk3Gui_WComboBox_Setup(), Gtk3Gui_WDialog_Setup(), Gtk3Gui_WGridLayout_Setup(), Gtk3Gui_WGroupBox_Setup(), Gtk3Gui_WHLayout_Setup(), Gtk3Gui_WLabel_Setup(), Gtk3Gui_WLineEdit_Setup(), Gtk3Gui_WListBox_Setup(), Gtk3Gui_WProgressBar_Setup(), Gtk3Gui_WPushButton_Setup(), Gtk3Gui_WRadioButton_Setup(), Gtk3Gui_WScrollArea_Setup(), Gtk3Gui_WSpinBox_Setup(), Gtk3Gui_WStack_Setup(), Gtk3Gui_WTabBook_Setup(), Gtk3Gui_WTextBrowser_Setup(), Gtk3Gui_WTextEdit_Setup(), and Gtk3Gui_WVLayout_Setup().

| GWEN_WIDGET_SETINTPROPERTY_FN GWEN_Widget_SetSetIntPropertyFn | ( | GWEN_WIDGET * | w, |
| GWEN_WIDGET_SETINTPROPERTY_FN | fn ) |
Set the handler for the SetIntProperty function (see GWEN_WIDGET_SETINTPROPERTY_FN, GWEN_Widget_SetIntProperty and GWEN_Dialog_SetIntProperty).
Definition at line 695 of file widget.c.
Referenced by CocoaGui_WCheckBox_Setup(), CocoaGui_WComboBox_Setup(), CocoaGui_WDialog_Setup(), CocoaGui_WGridLayout_Setup(), CocoaGui_WGroupBox_Setup(), CocoaGui_WHLayout_Setup(), CocoaGui_WHLine_Setup(), CocoaGui_WHSpacer_Setup(), CocoaGui_WLabel_Setup(), CocoaGui_WLineEdit_Setup(), CocoaGui_WListBox_Setup(), CocoaGui_WProgressBar_Setup(), CocoaGui_WPushButton_Setup(), CocoaGui_WRadioButton_Setup(), CocoaGui_WScrollArea_Setup(), CocoaGui_WSpinBox_Setup(), CocoaGui_WStack_Setup(), CocoaGui_WTabBook_Setup(), CocoaGui_WTextBrowser_Setup(), CocoaGui_WTextEdit_Setup(), CocoaGui_WVLayout_Setup(), CocoaGui_WVLine_Setup(), CocoaGui_WVSpacer_Setup(), CppWidget::CppWidget(), Gtk2Gui_WCheckBox_Setup(), Gtk2Gui_WComboBox_Setup(), Gtk2Gui_WDialog_Setup(), Gtk2Gui_WGridLayout_Setup(), Gtk2Gui_WGroupBox_Setup(), Gtk2Gui_WHLayout_Setup(), Gtk2Gui_WHLine_Setup(), Gtk2Gui_WHSpacer_Setup(), Gtk2Gui_WLabel_Setup(), Gtk2Gui_WLineEdit_Setup(), Gtk2Gui_WListBox_Setup(), Gtk2Gui_WProgressBar_Setup(), Gtk2Gui_WPushButton_Setup(), Gtk2Gui_WRadioButton_Setup(), Gtk2Gui_WScrollArea_Setup(), Gtk2Gui_WSpinBox_Setup(), Gtk2Gui_WStack_Setup(), Gtk2Gui_WTabBook_Setup(), Gtk2Gui_WTextBrowser_Setup(), Gtk2Gui_WTextEdit_Setup(), Gtk2Gui_WVLayout_Setup(), Gtk2Gui_WVLine_Setup(), Gtk2Gui_WVSpacer_Setup(), Gtk3Gui_WCheckBox_Setup(), Gtk3Gui_WComboBox_Setup(), Gtk3Gui_WDialog_Setup(), Gtk3Gui_WGridLayout_Setup(), Gtk3Gui_WGroupBox_Setup(), Gtk3Gui_WHLayout_Setup(), Gtk3Gui_WHLine_Setup(), Gtk3Gui_WHSpacer_Setup(), Gtk3Gui_WHSplitter_Setup(), Gtk3Gui_WLabel_Setup(), Gtk3Gui_WLineEdit_Setup(), Gtk3Gui_WListBox_Setup(), Gtk3Gui_WProgressBar_Setup(), Gtk3Gui_WPushButton_Setup(), Gtk3Gui_WRadioButton_Setup(), Gtk3Gui_WScrollArea_Setup(), Gtk3Gui_WSpinBox_Setup(), Gtk3Gui_WStack_Setup(), Gtk3Gui_WTabBook_Setup(), Gtk3Gui_WTextBrowser_Setup(), Gtk3Gui_WTextEdit_Setup(), Gtk3Gui_WVLayout_Setup(), Gtk3Gui_WVLine_Setup(), Gtk3Gui_WVSpacer_Setup(), and Gtk3Gui_WVSplitter_Setup().

| void GWEN_Widget_SetText | ( | GWEN_WIDGET * | w, |
| int | idx, | ||
| const char * | s ) |
Definition at line 304 of file widget.c.
References GWEN_WIDGET_TEXTCOUNT, and NULL.
Referenced by FOX16_GuiDialog::getCharProperty(), Qt4_W_CheckBox::getCharProperty(), Qt4_W_ComboBox::getCharProperty(), Qt4_W_Dialog::getCharProperty(), Qt4_W_Label::getCharProperty(), Qt4_W_LineEdit::getCharProperty(), Qt4_W_ListBox::getCharProperty(), Qt4_W_PushButton::getCharProperty(), Qt4_W_RadioButton::getCharProperty(), Qt4_W_TextEdit::getCharProperty(), Qt5_W_CheckBox::getCharProperty(), Qt5_W_ComboBox::getCharProperty(), Qt5_W_Dialog::getCharProperty(), Qt5_W_Label::getCharProperty(), Qt5_W_LineEdit::getCharProperty(), Qt5_W_ListBox::getCharProperty(), Qt5_W_PushButton::getCharProperty(), Qt5_W_RadioButton::getCharProperty(), Qt5_W_TextEdit::getCharProperty(), Gtk2Gui_WListBox_GetCharProperty(), Gtk2Gui_WTextBrowser_GetCharProperty(), Gtk2Gui_WTextEdit_GetCharProperty(), Gtk3Gui_WListBox_GetCharProperty(), Gtk3Gui_WTextBrowser_GetCharProperty(), Gtk3Gui_WTextEdit_GetCharProperty(), GWEN_Dialog_SetWidgetText(), and GWEN_Widget_ReadXml().

| void GWEN_Widget_SetType | ( | GWEN_WIDGET * | w, |
| GWEN_WIDGET_TYPE | t ) |
| void GWEN_Widget_SetWidth | ( | GWEN_WIDGET * | w, |
| int | i ) |
| void GWEN_Widget_SubFlags | ( | GWEN_WIDGET * | w, |
| uint32_t | fl ) |
Definition at line 176 of file widget.c.
Referenced by GWEN_Dialog_SubWidgetFlags().

| GWEN_WIDGET_TYPE GWEN_Widget_Type_fromString | ( | const char * | s | ) |
Definition at line 388 of file widget.c.
References DBG_ERROR, GWEN_LOGDOMAIN, GWEN_Widget_TypeCheckBox, GWEN_Widget_TypeComboBox, GWEN_Widget_TypeDialog, GWEN_Widget_TypeGridLayout, GWEN_Widget_TypeGroupBox, GWEN_Widget_TypeHLayout, GWEN_Widget_TypeHLine, GWEN_Widget_TypeHSpacer, GWEN_Widget_TypeHSplitter, GWEN_Widget_TypeLabel, GWEN_Widget_TypeLineEdit, GWEN_Widget_TypeListBox, GWEN_Widget_TypeNone, GWEN_Widget_TypeProgressBar, GWEN_Widget_TypePushButton, GWEN_Widget_TypeRadioButton, GWEN_Widget_TypeScrollArea, GWEN_Widget_TypeSpinBox, GWEN_Widget_TypeTabBook, GWEN_Widget_TypeTabPage, GWEN_Widget_TypeTextBrowser, GWEN_Widget_TypeTextEdit, GWEN_Widget_TypeUnknown, GWEN_Widget_TypeVLayout, GWEN_Widget_TypeVLine, GWEN_Widget_TypeVSpacer, GWEN_Widget_TypeVSplitter, and GWEN_Widget_TypeWidgetStack.
Referenced by GWEN_Widget_ReadXml().

| const char * GWEN_Widget_Type_toString | ( | GWEN_WIDGET_TYPE | t | ) |
Definition at line 456 of file widget.c.
References GWEN_Widget_TypeCheckBox, GWEN_Widget_TypeComboBox, GWEN_Widget_TypeDialog, GWEN_Widget_TypeGridLayout, GWEN_Widget_TypeGroupBox, GWEN_Widget_TypeHLayout, GWEN_Widget_TypeHLine, GWEN_Widget_TypeHSpacer, GWEN_Widget_TypeHSplitter, GWEN_Widget_TypeLabel, GWEN_Widget_TypeLineEdit, GWEN_Widget_TypeListBox, GWEN_Widget_TypeNone, GWEN_Widget_TypeProgressBar, GWEN_Widget_TypePushButton, GWEN_Widget_TypeRadioButton, GWEN_Widget_TypeScrollArea, GWEN_Widget_TypeSpinBox, GWEN_Widget_TypeTabBook, GWEN_Widget_TypeTabPage, GWEN_Widget_TypeTextBrowser, GWEN_Widget_TypeTextEdit, GWEN_Widget_TypeUnknown, GWEN_Widget_TypeVLayout, GWEN_Widget_TypeVLine, GWEN_Widget_TypeVSpacer, GWEN_Widget_TypeVSplitter, and GWEN_Widget_TypeWidgetStack.
Referenced by CocoaGui_WCheckBox_GetCharProperty(), CocoaGui_WCheckBox_GetIntProperty(), CocoaGui_WCheckBox_SetCharProperty(), CocoaGui_WCheckBox_SetIntProperty(), CocoaGui_WComboBox_GetCharProperty(), CocoaGui_WComboBox_GetIntProperty(), CocoaGui_WComboBox_SetCharProperty(), CocoaGui_WComboBox_SetIntProperty(), CocoaGui_WDialog_GetCharProperty(), CocoaGui_WDialog_GetIntProperty(), CocoaGui_WDialog_SetCharProperty(), CocoaGui_WDialog_SetIntProperty(), CocoaGui_WGridLayout_GetCharProperty(), CocoaGui_WGridLayout_GetIntProperty(), CocoaGui_WGridLayout_SetCharProperty(), CocoaGui_WGridLayout_SetIntProperty(), CocoaGui_WGroupBox_GetCharProperty(), CocoaGui_WGroupBox_GetIntProperty(), CocoaGui_WGroupBox_SetCharProperty(), CocoaGui_WGroupBox_SetIntProperty(), CocoaGui_WHLayout_GetCharProperty(), CocoaGui_WHLayout_GetIntProperty(), CocoaGui_WHLayout_SetCharProperty(), CocoaGui_WHLayout_SetIntProperty(), CocoaGui_WHLine_GetIntProperty(), CocoaGui_WHLine_SetIntProperty(), CocoaGui_WHSpacer_GetIntProperty(), CocoaGui_WHSpacer_SetIntProperty(), CocoaGui_WLabel_GetCharProperty(), CocoaGui_WLabel_GetIntProperty(), CocoaGui_WLabel_SetCharProperty(), CocoaGui_WLabel_SetIntProperty(), CocoaGui_WLineEdit_GetCharProperty(), CocoaGui_WLineEdit_GetIntProperty(), CocoaGui_WLineEdit_SetCharProperty(), CocoaGui_WLineEdit_SetIntProperty(), CocoaGui_WListBox_GetCharProperty(), CocoaGui_WListBox_GetIntProperty(), CocoaGui_WListBox_SetCharProperty(), CocoaGui_WListBox_SetIntProperty(), CocoaGui_WProgressBar_GetCharProperty(), CocoaGui_WProgressBar_GetIntProperty(), CocoaGui_WProgressBar_SetCharProperty(), CocoaGui_WProgressBar_SetIntProperty(), CocoaGui_WPushButton_GetCharProperty(), CocoaGui_WPushButton_GetIntProperty(), CocoaGui_WPushButton_SetCharProperty(), CocoaGui_WPushButton_SetIntProperty(), CocoaGui_WRadioButton_GetCharProperty(), CocoaGui_WRadioButton_GetIntProperty(), CocoaGui_WRadioButton_SetCharProperty(), CocoaGui_WRadioButton_SetIntProperty(), CocoaGui_WScrollArea_GetCharProperty(), CocoaGui_WScrollArea_GetIntProperty(), CocoaGui_WScrollArea_SetCharProperty(), CocoaGui_WScrollArea_SetIntProperty(), CocoaGui_WSpinBox_GetCharProperty(), CocoaGui_WSpinBox_GetIntProperty(), CocoaGui_WSpinBox_SetCharProperty(), CocoaGui_WSpinBox_SetIntProperty(), CocoaGui_WStack_GetCharProperty(), CocoaGui_WStack_GetIntProperty(), CocoaGui_WStack_SetCharProperty(), CocoaGui_WStack_SetIntProperty(), CocoaGui_WTabBook_GetCharProperty(), CocoaGui_WTabBook_GetIntProperty(), CocoaGui_WTabBook_SetCharProperty(), CocoaGui_WTabBook_SetIntProperty(), CocoaGui_WTextBrowser_GetCharProperty(), CocoaGui_WTextBrowser_GetIntProperty(), CocoaGui_WTextBrowser_SetCharProperty(), CocoaGui_WTextBrowser_SetIntProperty(), CocoaGui_WTextEdit_GetCharProperty(), CocoaGui_WTextEdit_GetIntProperty(), CocoaGui_WTextEdit_SetCharProperty(), CocoaGui_WTextEdit_SetIntProperty(), CocoaGui_WVLayout_GetCharProperty(), CocoaGui_WVLayout_GetIntProperty(), CocoaGui_WVLayout_SetCharProperty(), CocoaGui_WVLayout_SetIntProperty(), CocoaGui_WVLine_GetIntProperty(), CocoaGui_WVLine_SetIntProperty(), CocoaGui_WVSpacer_GetIntProperty(), CocoaGui_WVSpacer_SetIntProperty(), FOX16_GuiDialog::getCharProperty(), Qt4_W_CheckBox::getCharProperty(), Qt4_W_ComboBox::getCharProperty(), Qt4_W_Dialog::getCharProperty(), Qt4_W_Label::getCharProperty(), Qt4_W_LineEdit::getCharProperty(), Qt4_W_PushButton::getCharProperty(), Qt4_W_RadioButton::getCharProperty(), Qt4_W_TextEdit::getCharProperty(), Qt4_W_Widget::getCharProperty(), Qt5_W_CheckBox::getCharProperty(), Qt5_W_ComboBox::getCharProperty(), Qt5_W_Dialog::getCharProperty(), Qt5_W_Label::getCharProperty(), Qt5_W_LineEdit::getCharProperty(), Qt5_W_PushButton::getCharProperty(), Qt5_W_RadioButton::getCharProperty(), Qt5_W_TextEdit::getCharProperty(), Qt5_W_Widget::getCharProperty(), FOX16_GuiDialog::getIntProperty(), Qt4_W_Widget::getIntProperty(), Qt5_W_Widget::getIntProperty(), Gtk2Gui_WCheckBox_GetCharProperty(), Gtk2Gui_WCheckBox_GetIntProperty(), Gtk2Gui_WCheckBox_SetCharProperty(), Gtk2Gui_WCheckBox_SetIntProperty(), Gtk2Gui_WComboBox_GetCharProperty(), Gtk2Gui_WComboBox_GetIntProperty(), Gtk2Gui_WComboBox_SetCharProperty(), Gtk2Gui_WComboBox_SetIntProperty(), Gtk2Gui_WDialog_GetCharProperty(), Gtk2Gui_WDialog_GetIntProperty(), Gtk2Gui_WDialog_SetCharProperty(), Gtk2Gui_WDialog_SetIntProperty(), Gtk2Gui_WGridLayout_GetCharProperty(), Gtk2Gui_WGridLayout_GetIntProperty(), Gtk2Gui_WGridLayout_SetCharProperty(), Gtk2Gui_WGridLayout_SetIntProperty(), Gtk2Gui_WGroupBox_GetCharProperty(), Gtk2Gui_WGroupBox_GetIntProperty(), Gtk2Gui_WGroupBox_SetCharProperty(), Gtk2Gui_WGroupBox_SetIntProperty(), Gtk2Gui_WHLayout_GetCharProperty(), Gtk2Gui_WHLayout_GetIntProperty(), Gtk2Gui_WHLayout_SetCharProperty(), Gtk2Gui_WHLayout_SetIntProperty(), Gtk2Gui_WHLine_GetIntProperty(), Gtk2Gui_WHLine_SetIntProperty(), Gtk2Gui_WHSpacer_GetIntProperty(), Gtk2Gui_WHSpacer_SetIntProperty(), Gtk2Gui_WLabel_GetCharProperty(), Gtk2Gui_WLabel_GetIntProperty(), Gtk2Gui_WLabel_SetCharProperty(), Gtk2Gui_WLabel_SetIntProperty(), Gtk2Gui_WLineEdit_GetCharProperty(), Gtk2Gui_WLineEdit_GetIntProperty(), Gtk2Gui_WLineEdit_SetCharProperty(), Gtk2Gui_WLineEdit_SetIntProperty(), Gtk2Gui_WListBox_GetCharProperty(), Gtk2Gui_WListBox_GetIntProperty(), Gtk2Gui_WListBox_SetCharProperty(), Gtk2Gui_WListBox_SetIntProperty(), Gtk2Gui_WProgressBar_GetCharProperty(), Gtk2Gui_WProgressBar_GetIntProperty(), Gtk2Gui_WProgressBar_SetCharProperty(), Gtk2Gui_WProgressBar_SetIntProperty(), Gtk2Gui_WPushButton_GetCharProperty(), Gtk2Gui_WPushButton_GetIntProperty(), Gtk2Gui_WPushButton_SetCharProperty(), Gtk2Gui_WPushButton_SetIntProperty(), Gtk2Gui_WRadioButton_GetCharProperty(), Gtk2Gui_WRadioButton_GetIntProperty(), Gtk2Gui_WRadioButton_SetCharProperty(), Gtk2Gui_WRadioButton_SetIntProperty(), Gtk2Gui_WScrollArea_GetCharProperty(), Gtk2Gui_WScrollArea_GetIntProperty(), Gtk2Gui_WScrollArea_SetCharProperty(), Gtk2Gui_WScrollArea_SetIntProperty(), Gtk2Gui_WSpinBox_GetCharProperty(), Gtk2Gui_WSpinBox_GetIntProperty(), Gtk2Gui_WSpinBox_SetCharProperty(), Gtk2Gui_WSpinBox_SetIntProperty(), Gtk2Gui_WStack_GetCharProperty(), Gtk2Gui_WStack_GetIntProperty(), Gtk2Gui_WStack_SetCharProperty(), Gtk2Gui_WStack_SetIntProperty(), Gtk2Gui_WTabBook_GetCharProperty(), Gtk2Gui_WTabBook_GetIntProperty(), Gtk2Gui_WTabBook_SetCharProperty(), Gtk2Gui_WTabBook_SetIntProperty(), Gtk2Gui_WTextBrowser_GetCharProperty(), Gtk2Gui_WTextBrowser_GetIntProperty(), Gtk2Gui_WTextBrowser_SetCharProperty(), Gtk2Gui_WTextBrowser_SetIntProperty(), Gtk2Gui_WTextEdit_GetCharProperty(), Gtk2Gui_WTextEdit_GetIntProperty(), Gtk2Gui_WTextEdit_SetCharProperty(), Gtk2Gui_WTextEdit_SetIntProperty(), Gtk2Gui_WVLayout_GetCharProperty(), Gtk2Gui_WVLayout_GetIntProperty(), Gtk2Gui_WVLayout_SetCharProperty(), Gtk2Gui_WVLayout_SetIntProperty(), Gtk2Gui_WVLine_GetIntProperty(), Gtk2Gui_WVLine_SetIntProperty(), Gtk2Gui_WVSpacer_GetIntProperty(), Gtk2Gui_WVSpacer_SetIntProperty(), Gtk3Gui_WCheckBox_GetCharProperty(), Gtk3Gui_WCheckBox_GetIntProperty(), Gtk3Gui_WCheckBox_SetCharProperty(), Gtk3Gui_WCheckBox_SetIntProperty(), Gtk3Gui_WComboBox_GetCharProperty(), Gtk3Gui_WComboBox_GetIntProperty(), Gtk3Gui_WComboBox_SetCharProperty(), Gtk3Gui_WComboBox_SetIntProperty(), Gtk3Gui_WDialog_GetCharProperty(), Gtk3Gui_WDialog_GetIntProperty(), Gtk3Gui_WDialog_SetCharProperty(), Gtk3Gui_WDialog_SetIntProperty(), Gtk3Gui_WGridLayout_GetCharProperty(), Gtk3Gui_WGridLayout_GetIntProperty(), Gtk3Gui_WGridLayout_SetCharProperty(), Gtk3Gui_WGridLayout_SetIntProperty(), Gtk3Gui_WGroupBox_GetCharProperty(), Gtk3Gui_WGroupBox_GetIntProperty(), Gtk3Gui_WGroupBox_SetCharProperty(), Gtk3Gui_WGroupBox_SetIntProperty(), Gtk3Gui_WHLayout_GetCharProperty(), Gtk3Gui_WHLayout_GetIntProperty(), Gtk3Gui_WHLayout_SetCharProperty(), Gtk3Gui_WHLayout_SetIntProperty(), Gtk3Gui_WHLine_GetIntProperty(), Gtk3Gui_WHLine_SetIntProperty(), Gtk3Gui_WHSpacer_GetIntProperty(), Gtk3Gui_WHSpacer_SetIntProperty(), Gtk3Gui_WHSplitter_GetIntProperty(), Gtk3Gui_WHSplitter_SetIntProperty(), Gtk3Gui_WLabel_GetCharProperty(), Gtk3Gui_WLabel_GetIntProperty(), Gtk3Gui_WLabel_SetCharProperty(), Gtk3Gui_WLabel_SetIntProperty(), Gtk3Gui_WLineEdit_GetCharProperty(), Gtk3Gui_WLineEdit_GetIntProperty(), Gtk3Gui_WLineEdit_SetCharProperty(), Gtk3Gui_WLineEdit_SetIntProperty(), Gtk3Gui_WListBox_GetCharProperty(), Gtk3Gui_WListBox_GetIntProperty(), Gtk3Gui_WListBox_SetCharProperty(), Gtk3Gui_WListBox_SetIntProperty(), Gtk3Gui_WProgressBar_GetCharProperty(), Gtk3Gui_WProgressBar_GetIntProperty(), Gtk3Gui_WProgressBar_SetCharProperty(), Gtk3Gui_WProgressBar_SetIntProperty(), Gtk3Gui_WPushButton_GetCharProperty(), Gtk3Gui_WPushButton_GetIntProperty(), Gtk3Gui_WPushButton_SetCharProperty(), Gtk3Gui_WPushButton_SetIntProperty(), Gtk3Gui_WRadioButton_GetCharProperty(), Gtk3Gui_WRadioButton_GetIntProperty(), Gtk3Gui_WRadioButton_SetCharProperty(), Gtk3Gui_WRadioButton_SetIntProperty(), Gtk3Gui_WScrollArea_GetCharProperty(), Gtk3Gui_WScrollArea_GetIntProperty(), Gtk3Gui_WScrollArea_SetCharProperty(), Gtk3Gui_WScrollArea_SetIntProperty(), Gtk3Gui_WSpinBox_GetCharProperty(), Gtk3Gui_WSpinBox_GetIntProperty(), Gtk3Gui_WSpinBox_SetCharProperty(), Gtk3Gui_WSpinBox_SetIntProperty(), Gtk3Gui_WStack_GetCharProperty(), Gtk3Gui_WStack_GetIntProperty(), Gtk3Gui_WStack_SetCharProperty(), Gtk3Gui_WStack_SetIntProperty(), Gtk3Gui_WTabBook_GetCharProperty(), Gtk3Gui_WTabBook_GetIntProperty(), Gtk3Gui_WTabBook_SetCharProperty(), Gtk3Gui_WTabBook_SetIntProperty(), Gtk3Gui_WTextBrowser_GetCharProperty(), Gtk3Gui_WTextBrowser_GetIntProperty(), Gtk3Gui_WTextBrowser_SetCharProperty(), Gtk3Gui_WTextBrowser_SetIntProperty(), Gtk3Gui_WTextEdit_GetCharProperty(), Gtk3Gui_WTextEdit_GetIntProperty(), Gtk3Gui_WTextEdit_SetCharProperty(), Gtk3Gui_WTextEdit_SetIntProperty(), Gtk3Gui_WVLayout_GetCharProperty(), Gtk3Gui_WVLayout_GetIntProperty(), Gtk3Gui_WVLayout_SetCharProperty(), Gtk3Gui_WVLayout_SetIntProperty(), Gtk3Gui_WVLine_GetIntProperty(), Gtk3Gui_WVLine_SetIntProperty(), Gtk3Gui_WVSpacer_GetIntProperty(), Gtk3Gui_WVSpacer_SetIntProperty(), Gtk3Gui_WVSplitter_GetIntProperty(), Gtk3Gui_WVSplitter_SetIntProperty(), FOX16_GuiDialog::onSelCommand(), FOX16_GuiDialog::setCharProperty(), Qt4_W_CheckBox::setCharProperty(), Qt4_W_ComboBox::setCharProperty(), Qt4_W_Dialog::setCharProperty(), Qt4_W_Label::setCharProperty(), Qt4_W_LineEdit::setCharProperty(), Qt4_W_PushButton::setCharProperty(), Qt4_W_RadioButton::setCharProperty(), Qt4_W_TextBrowser::setCharProperty(), Qt4_W_TextEdit::setCharProperty(), Qt4_W_Widget::setCharProperty(), Qt5_W_CheckBox::setCharProperty(), Qt5_W_ComboBox::setCharProperty(), Qt5_W_Dialog::setCharProperty(), Qt5_W_Label::setCharProperty(), Qt5_W_LineEdit::setCharProperty(), Qt5_W_PushButton::setCharProperty(), Qt5_W_RadioButton::setCharProperty(), Qt5_W_TextBrowser::setCharProperty(), Qt5_W_TextEdit::setCharProperty(), Qt5_W_Widget::setCharProperty(), FOX16_GuiDialog::setIntProperty(), Qt4_W_Widget::setIntProperty(), Qt5_W_Widget::setIntProperty(), QT4_GuiDialog::setupTree(), QT5_GuiDialog::setupTree(), QT4_DialogBox::slotActivated(), QT5_DialogBox::slotActivated(), QT4_DialogBox::slotValueChanged(), and QT5_DialogBox::slotValueChanged().
