I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:UT2K4_FilterListPage (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> UT2K4_FilterListPage |
Contents
- Package:
- GUI2K4
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Properties[edit]
b_Cancel[edit]
Type: GUIButton
Modifiers: automated
Default value: bCancel;
b_Create[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'bCreate'
b_Edit[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'bEdit'
b_OK[edit]
Type: GUIButton
Modifiers: automated
Default value: bOK;
b_Remove[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'bRemove'
CantRemove[edit]
Type: string
Modifiers: localized
Default value: "You can not remove the default filter"
FM[edit]
Type: BrowserFilters
lb_Filters[edit]
Type: GUIMultiOptionListBox
Modifiers: automated
Default value: GUIMultiOptionListBox'lbFilters'
li_Filters[edit]
Type: GUIMultiOptionList
sb_Background[edit]
Type: GUISectionBackground
Modifiers: automated
Default value: AltSectionBackground'sbBackground'
Default values[edit]
Property | Value |
---|---|
WindowName | "Select Filters" |
WinHeight | 0.875001 |
WinLeft | 0.2375 |
WinTop | 0.046667 |
WinWidth | 0.56875 |
Subobjects[edit]
bCancel[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Cancel" |
OnClick | CancelClick |
WinHeight | 0.05 |
WinLeft | 0.610001 |
WinTop | 0.82 |
WinWidth | 0.16875 |
bCreate[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Create" |
OnClick | CreateClick |
WinHeight | 0.05 |
WinLeft | 0.610001 |
WinTop | 0.105 |
WinWidth | 0.16875 |
bEdit[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Edit" |
OnClick | EditClick |
WinHeight | 0.05 |
WinLeft | 0.610001 |
WinTop | 0.266666 |
WinWidth | 0.16875 |
bOK[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "OK" |
OnClick | OKClick |
WinHeight | 0.05 |
WinLeft | 0.610001 |
WinTop | 0.77 |
WinWidth | 0.16875 |
bRemove[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Remove" |
OnClick | RemoveClick |
WinHeight | 0.05 |
WinLeft | 0.610001 |
WinTop | 0.158333 |
WinWidth | 0.16875 |
lbFilters[edit]
Class: XInterface.GUIMultiOptionListBox
Property | Value |
---|---|
WinHeight | 0.766448 |
WinLeft | 0.262656 |
WinTop | 0.103281 |
WinWidth | 0.343359 |
sbBackground[edit]
Class: GUI2K4.AltSectionBackground
Property | Value |
---|---|
bFillClient | True |
BottomPadding | 0.0025 |
Caption | "Filters..." |
LeftPadding | 0.0025 |
RightPadding | 0.0025 |
TopPadding | 0.0025 |
WinHeight | 0.766448 |
WinLeft | 0.262656 |
WinTop | 0.103281 |
WinWidth | 0.343359 |
Functions[edit]
Events[edit]
InitComponent[edit]
Overrides: FloatingWindow.InitComponent