Home
last modified time | relevance | path

Searched refs:resizeFunction (Results 1 – 25 of 50) sorted by relevance

12

/dports/editors/e93/e93/xgui/
H A Dseparate.c24 *resizeFunction; member
59 if(separator->resizeFunction) // see if non-null resize function specified in SetSeparatorSize()
61 separator->resizeFunction(separator->parentWindow,&separator->x,&separator->y,&separator->length); in SetSeparatorSize()
100 separator->resizeFunction=description->resizeFunction; in CreateSeparator()
H A Ddialogs.c658 textDescriptor.resizeFunction=OkDialogStatTextResize; in OkDialog()
666 separatorDescriptor.resizeFunction=OkDialogSeparatorResize; in OkDialog()
671 buttonDescriptor.resizeFunction=OkDialogButtonOkResize; in OkDialog()
829 textDescriptor.resizeFunction=OkCancelDialogStatTextResize; in OkCancelDialog()
842 buttonDescriptor.resizeFunction=OkCancelDialogButtonOkResize; in OkCancelDialog()
1039 textDescriptor.resizeFunction=YesNoCancelDialogStatTextResize; in YesNoCancelDialog()
2200 textDescriptor.resizeFunction=SimpleListBoxDialogStatTextResize; in SimpleListBoxDialog()
2837 textDescriptor.resizeFunction=FileDialogStatTextTitleResize; in FileDialog()
2845 textDescriptor.resizeFunction=FileDialogStatTextPathResize; in FileDialog()
2855 textBoxDescriptor.resizeFunction=FileDialogTextBoxResize; in FileDialog()
[all …]
H A Dstattext.c29 *resizeFunction; // function which is used to resize for this window member
47 if(text->resizeFunction) // see if non-null resize function specified in SetStaticTextRectangle()
49 text->resizeFunction(text->parentWindow,&text->rect); // get new rectangle in SetStaticTextRectangle()
132 text->resizeFunction=description->resizeFunction; in CreateStaticText()
H A Dbutton.c29 *resizeFunction; // function which is used to resize for this window member
67 if(button->resizeFunction) // see if non-null resize function specified in SetButtonRectangle()
69 button->resizeFunction(button->parentWindow,&button->rect); // get new rectangle in SetButtonRectangle()
232 button->resizeFunction=descriptor->resizeFunction; in CreateButton()
H A Dtextbox.c28 *resizeFunction; // function which is used to resize for this window member
84 if(textBox->resizeFunction) // see if non-null resize function specified in SetTextBoxRectangle()
86 textBox->resizeFunction(textBox->parentWindow,&textBox->rect); // get new rectangle in SetTextBoxRectangle()
192 textBox->resizeFunction=description->resizeFunction; in CreateTextBox()
H A Dcheckbox.c26 *resizeFunction; // function which is used to resize for this window member
63 if(checkBox->resizeFunction) // see if non-null resize function specified in SetCheckBoxRectangle()
65 checkBox->resizeFunction(checkBox->parentWindow,&checkBox->rect); // get new rectangle in SetCheckBoxRectangle()
258 checkBox->resizeFunction=descriptor->resizeFunction; in CreateCheckBox()
H A Dseparate.h22 *resizeFunction; member
H A Dstattext.h19 *resizeFunction; // function which is used to resize for this window member
H A Dcheckbox.h19 *resizeFunction; // function which is used to resize for this window member
H A Dbutton.h19 *resizeFunction; // function which is used to resize for this window member
H A Dtextbox.h21 *resizeFunction; // function which is used to resize for this window member
H A Dlistbox.h19 *resizeFunction; // function which is used to resize for this window member
H A Dlistbox.c38 *resizeFunction; // function which is used to resize for this window member
239 if(listBox->resizeFunction) // see if non-null resize function specified in SetListBoxRectangle()
241 listBox->resizeFunction(listBox->parentWindow,&listBox->rect); // get new rectangle in SetListBoxRectangle()
1115 listBox->resizeFunction=description->resizeFunction; in CreateListBox()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/qstring/
H A Dmain.cpp89 void resizeFunction();
555 void Widget::resizeFunction() in resizeFunction() function in Widget
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/doc/snippets/qstring/
H A Dmain.cpp99 void resizeFunction();
642 void Widget::resizeFunction()

12