TestWindow

This tests the DUI widgets

Constructors

this
this()
Undocumented in source.

Members

Classes

ComboStore
class ComboStore
Undocumented in source.
GtkDAbout
class GtkDAbout
Undocumented in source.
NB
class NB
Undocumented in source.
T1
class T1
Undocumented in source.

Functions

CloseInputDialog
void CloseInputDialog(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
anyButtonExits
void anyButtonExits(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
getMenuBar
MenuBar getMenuBar()
Undocumented in source. Be warned that the author may not have intended to support it.
getToolbar
Widget getToolbar()
Undocumented in source. Be warned that the author may not have intended to support it.
gtkDemo
void gtkDemo(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
onDialogResponse
void onDialogResponse(int response, Dialog dlg)
Undocumented in source. Be warned that the author may not have intended to support it.
onMenuActivate
void onMenuActivate(MenuItem menuItem)
Undocumented in source. Be warned that the author may not have intended to support it.
onNotebookSwitchPage
void onNotebookSwitchPage(void* notePage, uint pageNumber, Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
posBottom
void posBottom(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
posLeft
void posLeft(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
posRight
void posRight(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
posTop
void posTop(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
setNotebook
Notebook setNotebook()
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
showCalendar
void showCalendar(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
showColor
void showColor(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
showFileChooser
void showFileChooser(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
showFileSel
void showFileSel(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
showFont
void showFont(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
showInput
void showInput(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
showSimpleCombo
void showSimpleCombo(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
showTextCombo
void showTextCombo(Button button)
Undocumented in source. Be warned that the author may not have intended to support it.
testButtons
void testButtons(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
testDelete
void testDelete(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
testDialogs
void testDialogs(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
testEventBox
void testEventBox(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
testList
void testList(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
testLists
void testLists(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
testNotebook
void testNotebook(Notebook notebook)

tests notebook @param nodebook

testPaned
void testPaned(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
testSpinButton
void testSpinButton(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
testThreads
void testThreads(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
testViewport
void testViewport(Notebook notebook)
Undocumented in source. Be warned that the author may not have intended to support it.
windowDelete
int windowDelete(GdkEvent* event, Widget widget)

Executed when the user tries to close the window @return true to refuse to close the window

Static variables

t1s
T1[] t1s;
Undocumented in source.

Variables

comboText
ComboBoxEntry comboText;
Undocumented in source.
d
ColorSelectionDialog d;
Undocumented in source.
f
FontSelectionDialog f;
Undocumented in source.
fcd
FileChooserDialog fcd;
Undocumented in source.
fontButton
Button fontButton;
Undocumented in source.
fs
FileSelection fs;
Undocumented in source.
id
InputDialog id;
Undocumented in source.
nb
NB nb;
Undocumented in source.
simpleCombo
ComboBox simpleCombo;
Undocumented in source.
threadTestButtons
Button[] threadTestButtons;
Undocumented in source.

Inherited Members

From MainWindow

windowDelete
bool windowDelete(Event event, Widget widget)

Executed when the user tries to close the window

exit
bool exit(int code, bool force)

Allows the application to close and decide if it can exit

Meta