Android Programming Press on the image to return to the main documentation page.

GUISlidingSidebar

Written by Martin Pearman

List of types:

GUISlidingSidebar

GUISlidingSidebar


This is an 'Activity Object', it cannot be declared under Sub Process_Globals.

Events:

None

Members:


  Background As android.graphics.drawable.Drawable

  BringToFront

  CloseSidebar

  Color As Int [write only]

  Enabled As Boolean

  Height As Int

  Initialize

  Invalidate

  Invalidate2 (arg0 As android.graphics.Rect)

  Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  IsInitialized As Boolean

  Left As Int

  OpenSidebar

  RemoveView

  RequestFocus As Boolean

  SendToBack

  SetBackgroundImage (arg0 As android.graphics.Bitmap)

  SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)

  SetViews (ContentView As android.view.View, SidebarView As android.view.View)

  SidebarIsOpen As Boolean [read only]

  Tag As Object

  ToggleSidebar

  Top As Int

  Visible As Boolean

  Width As Int

Members description:

Background As android.graphics.drawable.Drawable
BringToFront
CloseSidebar
Color As Int [write only]
Enabled As Boolean
Height As Int
Initialize
Invalidate
Invalidate2 (arg0 As android.graphics.Rect)
Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
IsInitialized As Boolean
Left As Int
OpenSidebar
RemoveView
RequestFocus As Boolean
SendToBack
SetBackgroundImage (arg0 As android.graphics.Bitmap)
SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
SetViews (ContentView As android.view.View, SidebarView As android.view.View)
Set the Content and Sidebar Views.
The maximum width of the Sidebar is 90% of it's parent.
These Views must NOT already be added to the Activity, otherwise an exception will occur.
SidebarIsOpen As Boolean [read only]
Tag As Object
ToggleSidebar
Top As Int
Visible As Boolean
Width As Int

Top